summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS28
-rw-r--r--meson.build2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b7910fa0e..94f1bf448 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Major changes in 3.26.3:
+* Don’t strip extension from folders in compress dialog (Rahul Verma)
+* Fix items not being focused when selected in list view (António Fernandes)
+* Remove name suggestion when creating new folders (Alexandru Fazakas)
+* Don’t show thumbnails in lower zoom levels (Alexandru Fazakas)
+* Reduce help overlay size (Carlos Soriano)
+* Add support for closing tabs by middle-clicking (Carlos Soriano)
+* Fix batch renaming for files with names, containing special characters (Ernestas Kulik)
+* Scroll to files when renaming (António Fernandes)
+* Disable bookmarking for recent and trash locations (António Fernandes)
+* Fix label weight in preferences window (Carlos Soriano)
+* Remove drop support for search locations (Alexandru Pandelea)
+* Fix ctrl-z in rename popovers (Ernestas Kulik)
+* Install appstream data to the non-deprecated location (Jeremy Bicha)
+* Add generic type name support for more file types (Carlos Soriano)
+* Don’t sort directories first in searches (António Fernandes)
+* Reveal selection when opening location from recent view (Nelson Benítez León)
+* Ignore extensions in duplicate folder name generation (António Fernandes)
+* Fix modification time displayed for future-dated files (Pete Bantock)
+* Fix status bar interference with double-clicking (Nelson Benítez León)
+* Fix crash in file selection (Marco Trevisan)
+* Fix crash when triggering search while loading (Marco Trevisan)
+* Fix build failure due to missing dependency (Jan Tojnar)
+* Add more unsupported characters in file names in FAT (Ernestas Kulik)
+* Fix windows being placed between screens in multihead setups (Ernestas Kulik)
+* Fix crashes, caused by scripts with certain names (Ernestas Kulik)
+* Fix media keys not working (António Fernandes)
+
Major changes in 3.26.2:
* Fix crash in list view when expanding folders (Antonio Fernandes)
diff --git a/meson.build b/meson.build
index 68505be7d..18e645aa4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('nautilus', 'c',
- version: '3.26.2',
+ version: '3.26.3',
meson_version: '>=0.40.0',
license: 'GPL3+')