From 8a1e2d352bec37779be9ba8c009df24d1c7a8141 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 8 May 2017 13:34:20 +0300 Subject: release 1.16.6 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2d1b3f7c..d1ea8630 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.1