blob: 24c55ddf17a05c4c61b62336950bf64063196a79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
1.9.1
-----
* Fix open rar file inside a rar file
* Drop support for Gtk+ < 2.24
* Unifiy code as to be used in Gtk+2 and Gtk+3
* Drop support for Glib < 2.32
* Do not set the selected app as the system default
* Fix possible errors with some password protected files
* Use Caja GSettings schema optionally
* Add ini file for caja extension
* Add engrampa.appdata.xml
* Fix memory leaks
* Fixed crash when clicking Cancel in Add Files
* use g_get_user_config_dir instead of using .config/mate
* do not set the "last output" dialog as modal to allow the user to resize it
* Fixed loading of multi-volume rar archives with 7zip
* use GtkRecentAction objects to create the recent file choosers
* Several string improvements
* set a mnemonic for the label in the request dialog
* Change strings to use ellipsis
* allow to compress iso images and tar archives from the caja menu
* Ask overwrite confirmation when extracting files with drag&drop
* Small fixes for Gtk3 engrampa
1.9.0
-----
* Fix hyphen-as-minus-sign issues for engrampa.1 man page
* Add keywords key to .desktop file
1.8.0
-----
* Updates to man pages.
* Update translations.
1.7.2
-----
* Fix zip file extraction with unzip
1.7.x
-----
* Added GTK3 support (--with-gtk=3.0 configure flag)
* Added manpage
* Added support for RAR 5
* Added support for unarchiver
* Moved to yelp-tools to build documentation
* Show always the "extract to" action in caja extension
|