diff options
author | monsta <[email protected]> | 2017-05-08 13:34:20 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-05-08 13:34:20 +0300 |
commit | 8a1e2d352bec37779be9ba8c009df24d1c7a8141 (patch) | |
tree | 0cb4992746430bd4c93821c4f83a33e4b0e1b0db | |
parent | 922513f9bf1f87be18913b8a3f8ed3a9eee80a92 (diff) | |
download | caja-1.16.tar.bz2 caja-1.16.tar.xz |
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Major changes in 1.16.6 are: +* Show correct right-click menu after making file/folder selection +* Make custom icons (like folder-color extension) work in list view +* Open With dialog: force icon size to avoid huge icons with GTK+3 +* Load different CSS for desktop with GTK+ 3.14 (fixes black text + under desktop icons with some themes like Adwaita) + Major changes in 1.16.5 are: * icon and compact view: fix scrolling and renaming in large folders * IconCanvasItem: fix overlapping filenames on hover diff --git a/configure.ac b/configure.ac index 9fa8155e..7575455c 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.16.5], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.16.6], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version |