diff options
author | raveit65 <[email protected]> | 2016-07-29 11:33:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-29 11:33:27 +0200 |
commit | 314e5ac0907287c7933cb7425834a4c00d5ab7f0 (patch) | |
tree | ce67ca8a34cef28cf0f385665e520596f59f4ddb /NEWS | |
parent | e57485f3cbbb26861c460e8bf78a0d613db5e627 (diff) | |
download | engrampa-314e5ac0907287c7933cb7425834a4c00d5ab7f0.tar.bz2 engrampa-314e5ac0907287c7933cb7425834a4c00d5ab7f0.tar.xz |
update to 1.15.1 releasev1.15.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +1.15.1 +------ + + Fix segmentation fault on closing + Translations update + fix for engrampa closes faster + allow engrampa to work on multiple instances + show a window only if it's not in batch mode + replace WindowList with gtk_application_get_windows + Use GtkApplication + ui files: set the gtk+ required version to 3.0 + use GResource to store ui files + Use the Gtk+ app chooser dialog for the "Open With" command + fixed: engrampa shows duplicate folders + use natural order when sorting by filename + drag and drop: use the clicked row as drag icon + removed unused forward declaration + Use g_dpgettext2() instead of plain gettext for column headers. + set the "toolbar" class to the location bar + 1.15.0 ------ |