[gthumb/gthumb-3-10] Updated for version 3.10.1



commit b970e14ed87872911f1dfce3e5c00bf3e924c42a
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Sep 20 11:57:49 2020 +0200

    Updated for version 3.10.1

 NEWS        | 30 ++++++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 91515904..9afafc43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+version 3.10.1
+--------------
+
+ User visible changes:
+
+  * Exit fullscreen when pressing Esc in fullscreen mode.
+  * Search editor: focus the newly added filter selector.
+  * File list: reset vertical scroll position after changing directory.
+  * Preferences dialog: increase width for extensions and shortcuts lists.
+
+ Bugs fixed:
+
+  * WebP loader: fixed an infinite loop when the operation is cancelled. (Jürg Billeter)
+  * Jpeg loader: fixed crash in case of some malformed jpegs. (Joerg Fellmann)
+  * Fixed crash when selecting other images after deleting. (#126)
+  * Fixed long UI freeze after cutting/pasting many files.
+
+ New or updated application translations:
+
+  * Catalan (Jordi Mas)
+  * Chinese/Traditional (Cheng-Chia Tseng)
+  * German - Germany (Christian Kirbach)
+  * Indonesian (Kukuh Syafaat)
+  * Ukrainian (Yuri Chornoivan)
+
+ New or updated manual translations:
+
+  * Spanish - Spain (Daniel Mustieles)
+  * Ukrainian (Yuri Chornoivan)
+
 version 3.10.0
 --------------
 
diff --git a/meson.build b/meson.build
index f7aeb541..87c9c341 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gthumb', ['c', 'cpp'],
   license : 'GPL2+',
-  version : '3.10.0',
+  version : '3.10.1',
   meson_version : '>=0.43'
 )
 


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