File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### grapa 2.0.0
2
+
3
+ * ci: some improvements
4
+ * fr-window:
5
+ - Show notifications when progress finish and the window isn't active (enabled by default).
6
+ - fr-window: don't show the 'extraction completed dialog' when dragging
7
+ * update copyright to 2024
8
+ * Remove rar non-free support
9
+ * 7z:
10
+ - Fix compress of .7z and .zip archives
11
+ - 7-Zip 9.38 required
12
+ - Fix the handle of passwords in 7z and zip
13
+ * fr-command-unarchiver:
14
+ - Fix password behavior
15
+ - GString instead GInputStream, it will increase the speed loading big files.
16
+ - Show error of incomplete volume files
17
+ * glib-utils:
18
+ - Fix opening deb files
19
+ - Fix extract multiple files
20
+ * build: Fix -Wmissing-prototypes warnings
21
+ * main: avoid deprecated G_APPLICATION_FLAGS_NONE
22
+ * test-server: make available all the tests
23
+ * fr-archive: Fix mime_type with '.tar-' and '.tar(' in the filename
24
+ * update translations
25
+
1
26
### grapa 1.25.1
2
27
3
28
* fr-command-lha: avoid shadow variable
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2
2
3
3
AC_PREREQ ( 2.61 )
4
4
5
- AC_INIT ( [ grapa] , [ 1.25.1 ] , [ https://cafe-desktop.org] )
5
+ AC_INIT ( [ grapa] , [ 2.0.0 ] , [ https://cafe-desktop.org] )
6
6
AM_INIT_AUTOMAKE ( [ 1.9 foreign dist-xz no-dist-gzip check-news] )
7
7
m4_ifdef ( [ AM_SILENT_RULES ] , [ AM_SILENT_RULES ([ yes] )] )
8
8
You can’t perform that action at this time.
0 commit comments