summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2feecb7f7..186d7c520 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.27.92:
+* Don’t open files when double-clicking star icon (Alexandru Fazakas)
+* Fix crashes caused by extremely long error messages (Ernestas Kulik)
+* Don’t strip extensions from folder names in “Compress…” dialog (Rahul Verma)
+* Set keyboard focus when programmatically selecting in list view (António Fernandes)
+* Remove new folder name suggestion when there is an active selection (Alexandru Fazakas)
+* Hide thumbnails when using small icons (Alexandru Fazakas)
+* Reduce help overlay size (Carlos Soriano)
+
Major changes in 3.27.90:
* Enable closing tabs by middle-clicking (Carlos Soriano)
* Rename “favorite” files to “starred” (Carlos Soriano)
diff --git a/meson.build b/meson.build
index 219e4b1b9..081d8b6f2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('nautilus', 'c',
- version: '3.27.90',
+ version: '3.27.92',
meson_version: '>= 0.41.0',
license: 'GPL3+'
)