summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-03-27 15:04:01 +0100
committerOndrej Holy <oholy@redhat.com>2020-03-27 15:04:01 +0100
commitf5ad5015689e0aae7d77f43f9414bad037127b65 (patch)
tree52726c589413b8285260ae329468fd579ffd89c7
parent96bce1afcb44d99d77539ac63c47806eccacf940 (diff)
downloadnautilus-3.37.1.tar.gz
Release version 3.37.13.37.1
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 42764201a..aacc7cf06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+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)
+* Ignore hidden directories in the templates folder (Ondrej Holy)
+* Add several missing shortcuts to the Keyboard Shortcuts dialog (Sabri Ünal)
+* Unify pathbar and background context menus (Sachin Daluja)
+* Refactor menu handling to fix repeated popover animations (António Fernandes)
+* Mark Empty Trash and Delete All buttons as destructive actions (Alexey Chernyshov)
+* Show infobar to allow installation of OSTree software (Philip Withnall)
+* Honor umask when creating new files from templates (Ondrej Holy)
+* Fix endless content size calculations in properties dialog (Ondrej Holy)
+
Major changes in 3.36.0:
* Translation updates
diff --git a/meson.build b/meson.build
index d43fd4dfb..88f500f1e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.37.0',
+ version: '3.37.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)