Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Mar 28, 2024
1 parent 0b2bdf5 commit eeff2da
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
### grapa 2.0.0

* ci: some improvements
* fr-window:
- Show notifications when progress finish and the window isn't active (enabled by default).
- fr-window: don't show the 'extraction completed dialog' when dragging
* update copyright to 2024
* Remove rar non-free support
* 7z:
- Fix compress of .7z and .zip archives
- 7-Zip 9.38 required
- Fix the handle of passwords in 7z and zip
* fr-command-unarchiver:
- Fix password behavior
- GString instead GInputStream, it will increase the speed loading big files.
- Show error of incomplete volume files
* glib-utils:
- Fix opening deb files
- Fix extract multiple files
* build: Fix -Wmissing-prototypes warnings
* main: avoid deprecated G_APPLICATION_FLAGS_NONE
* test-server: make available all the tests
* fr-archive: Fix mime_type with '.tar-' and '.tar(' in the filename
* update translations

### grapa 1.25.1

* fr-command-lha: avoid shadow variable
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)

AC_INIT([grapa], [1.25.1], [https://cafe-desktop.org])
AC_INIT([grapa], [2.0.0], [https://cafe-desktop.org])
AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

Expand Down

0 comments on commit eeff2da

Please sign in to comment.