Skip to content

Commit eeff2da

Browse files
committed
Release 2.0.0
1 parent 0b2bdf5 commit eeff2da

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

NEWS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
### grapa 1.25.1
227

328
* fr-command-lha: avoid shadow variable

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.61)
44

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

0 commit comments

Comments
 (0)