[nautilus] Release version 3.37.1



commit f5ad5015689e0aae7d77f43f9414bad037127b65
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Mar 27 15:04:01 2020 +0100

    Release version 3.37.1

 NEWS        | 12 ++++++++++++
 meson.build |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
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+'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]