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 392a446cf..24570414b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Major changes in 3.27.4:
+* Better touch support (Jan-Michael Brummer, Antonio Fernandes)
+* Remove desktop icons (Ernestas Kulik, Antonio Fernandes, Carlos Soriano)
+* Add a close button for the path bar (Karuna Grewal)
+* Improve Flatpak support, now access to devices too (Carlos Soriano)
+* Improve trash performance (Ondrej Holy)
+* Improve window default position (Ernestas Kulik)
+* Improve starring files reliability (Alex Pandelea)
+* Add Microsoft Office types for search (Carlos Soriano)
+* Fix crash when detaching tabs (Nelson Benitez)
+* Add XF86Back and XF86Forward as key shortcuts (Antonio Fernandes)
+* Add keyboard navigability to the new views (Ernestas Kulik)
+* Make wallpaper folder translatable (Carlos Soriano)
+* Forbid more characters for FAT systems when renaming files (Ernestas Kulik)
+* Add DjVu as pdf type (Carlos Soriano)
+* Fix crash when expanding folders (Antonie Fernandes)
+
Major changes in 3.27.2:
* Add starring files (Alexandru Pandelea)
* Fix timestamps for files in the future (Pete Bantock)
diff --git a/meson.build b/meson.build
index cf450e2a1..290b302fa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('nautilus', 'c',
- version: '3.27.2',
+ version: '3.27.4',
meson_version: '>= 0.41.0',
license: 'GPL3+'
)