summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aacc7cf06..293959df1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 3.37.1.1:
+* Prevent jump to the old scrolling position after changing location (António Fernandes)
+* Add org.gnome.Nautilus.FileOperations2 interface (Alberts Muktupāvels)
+* Fix content type detection when opening files from remote locations (Ondrej Holy)
+* Show notification on completion of file transfers if the window isn't focused (Sachin Daluja)
+* Add support for zoom media keys (Sabri Ünal)
+* Add dynamic tooltip for the toggle views button (Ujjwal Kumar)
+
Major changes in 3.37.1:
* Always show pathbar background to fix styling glitches (António Fernandes)
* Fix check to not clear clipboard after each move/copy operation (Artem Serostanov)
diff --git a/meson.build b/meson.build
index 88f500f1e..644c58e54 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.37.1',
+ version: '3.37.1.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)