summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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+')