diff options
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -1,3 +1,32 @@ +Major changes in 3.5.4 are: +* Add Copy To and Move To actions +* Add a notification while ejecting volumes +* List view: + - New date format display + - Use a list model instead of a tree model for list view + - Use a better default column order + - Change some list column names + - Use 32px icons by default + - Tweak padding +* Search: + - "Just type" search + - Combine the search bar and the query editor + - Tracker engine performance improvements and fixes +* Sidebar: + - Add a recent files place + - Use symbolic icons + - Improve order of the items +* Toolbar: + - Change toolbar layout to the GNOME 3 style + - Don't show titlebar when maximized + - Use a linked style for the pathbar +* Menus: + - Migrate the menubar to a gear menu + - Remove "Go" menu + - Remove "Bookmarks" menu +* Remove "Text beside icons" option for icon view +* Fix loading string not disappearing in image properties on load + Major changes in 3.5.3 are: * Fix accessibility implementation of rename entries and icon view * Fix DnD not working on sidebar bookmarks diff --git a/configure.in b/configure.in index a481f123a..0fce54bcc 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ dnl Interface break is not allowed. m4_define(nautilus_extension_current, 5) m4_define(nautilus_extension_revision, 0) -AC_INIT(nautilus, 3.5.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus) +AC_INIT(nautilus, 3.5.4, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus) dnl =========================================================================== |