summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2017-09-03 00:05:48 +0300
committerErnestas Kulik <ernestask@gnome.org>2017-09-03 00:17:04 +0300
commit4cd5df8aa7ca16182204bc7a2d1232dfd8af39d3 (patch)
treea24697c08592b06d59f7fb6a4cad16d526ea405b
parent76bf373787f04af6a364fea499f69cd5d8570c1f (diff)
downloadnautilus-4cd5df8aa7ca16182204bc7a2d1232dfd8af39d3.tar.gz
release: prepare for 3.25.923.25.92
-rw-r--r--NEWS17
-rw-r--r--meson.build2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d41b956ce..1b92cfc3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Major changes in 3.25.92:
+* Fix desktop file parsing errors (Jeremy Bicha)
+* Bump GTK+ dependency version to 3.22.6 (António Fernandes)
+* Add mnemonic to replace button in file conflict dialog (Martin Bříza)
+* Show prefix matches first when searching (Alexandru Pandelea)
+* Enable keyboard navigation in search type list (Ernestas Kulik)
+* Fix list view column picker not being centered in certain locales (Robert Mibus)
+* Make the path bar a drop target for files again (António Fernandes)
+* Make sidebar visibility setting persistent (Jason Crain)
+* Use spin button for thumbnailable file size limit setting (Vyas Giridhar)
+* Only allow directories to be dragged onto sidebar for bookmarking (Nelson Benítez León)
+* Make path bar clicks add new history entries (António Fernandes)
+* Allow hiding unfocused search bar by pressing Escape (Ernestas Kulik)
+* Hide location entry after losing keyboard focus (Ernestas Kulik)
+* Allow deleting files with numpad delete key (António Fernandes)
+* Forbid overwriting directories with files (Ernestas Kulik)
+
Major changes in 3.25.90:
* Fix use of return key for conflict dialog (Evgeny Shulgin)
* Fix use of return key when searching not activating the selected file (Alexandru Pandelea)
diff --git a/meson.build b/meson.build
index 2d3b39e33..68eeedae3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('nautilus', 'c',
- version: '3.25.90',
+ version: '3.25.92',
meson_version: '>=0.40.0',
license: 'GPL3+')