[Xfce4-commits] [xfce/thunar] 01/01: update NEWS file and version, according to 1.8.13 release
noreply at xfce.org
noreply at xfce.org
Mon Mar 23 22:29:19 CET 2020
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit e7d64ca87c16bd8ceb5ed42d4409d41f1de613a3
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Mon Mar 23 22:29:16 2020 +0100
update NEWS file and version, according to 1.8.13 release
---
NEWS | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac.in | 2 +-
2 files changed, 101 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 51399ca..a003feb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,103 @@
+1.8.13
+======
+ - Use tre-view toplevel path of the cursor, if available, in order to
+ prevent jumping (Bug #16024)
+ - Increase vertical gap between icon and its label slightly (Bug #16041)
+ - Fix crash when inserting USB device in tree-view mode. (Bug #15172)
+ - Fix jump to Home when ejecting a currently viewed device (Bug #16504)
+ - Allow context menu when editing location in pathbar (Bug #16483)
+ - Sort device entries in tree view (Bug #16471)
+ - Allow to open multiple files at once (Bug #2487)
+ - Fix incorrect pathbar autocomplete (Bug #16267)
+ - Avoid unreadable names in detailed view (Bug #16391)
+ - Prevent crash when renaming files (Bug #10805)
+- Translation Updates:
+ Belarusian, Croatian, Finnish, French, Hebrew, Indonesian, Kazakh,
+ Malay, Portuguese, Portuguese (Brazil),
+
+1.8.12
+======
+- NULL is the proper sentinel for g_object_new() (Bug #16310)
+- Drop timer on finalize (Bug #15305)
+- Store column width setting asynchronously and only once (Bug #15305)
+- When move to trash fails, ask whether to delete files (Bug #15975)
+- Ctrl+Mousewheel does not enlarge/shrink entries (for detailed list
+view) (Bug #15936)
+- Extra padding for Eject button when scrollbar is visible (Bug #15312)
+- Use standard icon instead of custom
+- Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian,
+ Czech, Dutch, French, Galician, Greek, Hungarian, Italian, Japanese,
+ Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak,
+ Spanish, Swedish, Ukrainian
+
+1.8.11
+======
+- Thunar 1.8.10 crashing on startup in FreeBSD and Fedora, caused by
+nonfunctional pango version check (Bug #16136, Bug #16138)
+- Translation Updates:
+Interlingue, Spanish,
+
+1.8.10
+======
+ - Allow compilation with panel 4.15
+ - thunar-job: callee should keep track of the number of processed files
+ (Bug #16117)
+ - Thunar does not show a context menu on right-click when started via
+ trash-panel-plugin (Bug #16000)
+ - Make sure icon text is centered after unchecking "Text beside icons"
+ - Remove the vertical gap between icon and its label (Bug #16041)
+ - Fix icon view alignment (Bug #16107)
+ - Not possible to grab scrollbar on the very right pixels when Thunar
+ is maximized (Bug #16050)
+ - Wrap text of error dialog
+ - Not possible to empty the trash via the pathbar context menu
+ - Crash on refresh if remote folder has been removed (Bug #15961)
+ - Center action buttons in conflict dialog window (Bug #15973) -
+ Prevent usage of deprecated gtk_dialog_get_action_area
+ - Ensure user customizable action uses currently selected file path
+ (Bug #15119)
+ - make filename label selectable in conflict dialog window
+ - Center action buttons in conflict dialog window (Bug #15973)
+ - Clear user customizable action shortcut when the action is deleted
+ - Prevent Gtk-CRITICAL when adding or modifying a user customizable
+ action.
+ - Thunar SendTo Email: Add missing archive formats for archive
+ detection (Bug #15917)
+ - sendto plugin: fix content type resolution. (Bug #15916)
+ - sendto plugin: extract function tse_file_is_archive (Bug #15916)
+ - sendto plugin: move g_file_info_get_content_type() call out of the
+ cycle (Bug #15916)
+ - All glory to lowercase (Bug #15394)
+ - mismatched names between thunar.appdata.xml and thunar.desktop (Bug
+ #15498)
+ - Replace text "Enter the new name:" by "Enter the name:" for file
+ creation dialog (Bug #15423)
+ - Remove superfluous .desktop file "Thunar-folder-handler.desktop.in"
+ (Bug #15467)
+ - Prevent unnecessary fallback copy-delete in file move when overwriting
+ - Fix possible memory leak
+ - Fix popup menus size (Bug #15832)
+ - Add Alt+D as alternative accelerator for Open Location (Bug #15828)
+ - Do not insert hyphens at intra-word line breaks (Bug #15856)
+- Translation Updates:
+ Albanian, Arabic, Belarusian, Bulgarian, Catalan, Chinese (Taiwan),
+ Croatian, Danish, Dutch, English (United Kingdom), French, Galician,
+ German, Hungarian, Italian, Japanese, Korean, Lithuanian, Malay,
+ Norwegian Bokmål, Persian (Iran), Polish, Portuguese, Portuguese
+ (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish,
+ Ukrainian,
+
+1.8.9
+======
+- Remove 'auto-expand folders' from tree-view since it causes bad
+usability with keyboard (Bug #15743)
+- preferences: Add button icons to Help/Close
+- Use designated initializer to avoid compile warnings (Bug #15734)
+- Prevent premature disposal of clipboard manager (Bug #15635)
+- Keep "Open with" menu items updated (Bug #15530)
+- Translation Updates: Norwegian Bokmål, Norwegian Nynorsk, Portuguese,
+Portuguese (Brazil), Turkish
+
1.8.8
=====
- Do not register "send to" as last used app (Bug #14118)
diff --git a/configure.ac.in b/configure.ac.in
index e031117..5c82a19 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -26,7 +26,7 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [3])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [8])
-m4_define([thunar_version_micro], [5])
+m4_define([thunar_version_micro], [13])
m4_define([thunar_version_nano], [])
m4_define([thunar_version_build], [@REVISION@])
m4_define([thunar_version_tag], [git])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list