Skip to content

Commit bc91920

Browse files
committed
release: prepare for 3.23.90
1 parent e011f7d commit bc91920

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Diff for: NEWS

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Major changes in 3.23.90:
2+
* Add <ctrl> Return as shortcut to open selected folder in new window (Felipe Borges)
3+
* <ctrl> N now opens the window in the same location as the current view (Felibe Borges)
4+
* Fixes on managing menus with keyboard (djb)
5+
* Remove unused <ctrl> B shortcut (Jeremy Bicha)
6+
* Use a better empty state for trash (Mohammed Sadiq)
7+
* Fix floating bar hide on hover when using tabs (Ernestas Kulik)
8+
* Syncronize gtk+ and Nautilus setting for sorting the folder first (Felipe Borges)
9+
* Select entire names for folder when renaming (Razvan Chitu)
10+
* Support to open folders withouth permission using polkit and the admin backend (Carlos Soriano)
11+
* Fix trash operations progress report (Carlos Soriano)
12+
* Improve performance setting metadata only when necesary (Carlos Soriano)
13+
* Fix progress reporting when copying (rpm-build)
14+
* Prevent toolbar menu dissapearing when "Hidden files" menu item is toggled (Neil Herald)
15+
* Update app icon (Jakub Steiner, Lapo Calamandrei)
16+
* Fix icon scale computation when changing DPI (Lionel Landwerlin)
17+
* Add <ctrl> M as alternate shortcut for renaming for those laptops withouth "f" keys (Cristian Nancu)
18+
* Fix crash when pressing enter on search (Alexandru Pandelea)
19+
* Fix failed build with tracker disabled (Ernestas Kulik)
20+
* Ask the user for using desktop files from unknown sources (Carlos Soriano)
21+
* Improve the operations button animation in order to not need to show the operations popover (Carlos Soriano)
22+
* Add an experimental icon view based on flow box with extra niceties under a gsetting preference (Carlos Soriano)
23+
124
Major changes in 3.22.1:
225
* Multiple batch renaming fixes (Alex Pandelea, Carlos Soriano)
326
* Multiple compression integration fixes (Razvan Chitu, Carlos Soriano)

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl Interface break is not allowed.
1919
m4_define(nautilus_extension_current, 5)
2020
m4_define(nautilus_extension_revision, 0)
2121

22-
AC_INIT([nautilus],[3.22.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
22+
AC_INIT([nautilus],[3.23.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
2323

2424
dnl ===========================================================================
2525

0 commit comments

Comments
 (0)