[Xfce4-commits] [xfce/thunar] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Wed Sep 26 18:53:33 CEST 2018


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       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit 61693734eb4e766d9c4e60d015bca17b35788839
Author: Alexander Schwinn <alexxcons at xfce.org>
Date:   Tue Sep 25 11:32:11 2018 +0200

    Updates for release
---
 NEWS            | 34 ++++++++++++++++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 36 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index fa9d8e0..0d6b40c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+1.8.2
+=====
+- Custom actions without an icon could caused the file manager to crash (Bug #14464)
+- Fixed segfault while clicking or typing when using wayland (Bug #14461)
+- Spinner still active after user cancels to mount volume (Bug #14536)
+- Fix standard view border during drag and drop (Bug #14523)
+- Fix build without HAVE_GIO_UNIX (Bug #12863)
+- Fix messed up row-height with disabled "automatically expand columns as needed" in
+detailed view. (Bug #14548)
+- Add custom date format Bug (#14527)
+- Avoid segfault on file operations (Bug #14281)
+- Update progress when deleting files (Bug #14102)
+- More options for thumbnail size (Bug #14451)
+- Show numeric(%) progress in file operation dialog (Bug #14102)
+- Add Ctrl+= as alternative accelerator for Zoom In (Bug #14586)
+- Fix UCA forgets keyboard shortcut (Bug #14617)
+- Add preference to open new thunar instances as tabs (Bug #13314)
+- Add support for folder.jpg (Bug #14576)
+- Show file size in binary units by default (Bug #14653)
+- Removed start limit from Bulk Renamer to rename by number (Bug #14437)
+- Added preferences item to toggle 'delete' in the context menu (Bug #13327)
+- Added infobox to preferences in order to inform about missing gvfs
+- Right mouse click will not display icons for custom actions (Bug #14685)
+- Allow tabs switch with Ctrl + PgUp/PgDown (Bug #9585)
+- Many minor styling fixes
+- Translation updates: Albanian, Amharic, Arabic, Asturian, Basque, Belarusian, Bengali,
+Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong SAR China), Chinese (Taiwan),
+Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Esperanto,
+Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
+Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
+Norwegian Bokmål,Norwegian Nynorsk, Occitan, Persian (Iran), Polish, Portuguese,
+Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
+Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
+
 1.8.1
 =====
 - Downgrade libxfce4-ui required version to 4.12.0
diff --git a/configure.ac.in b/configure.ac.in
index e741168..db64669 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -26,10 +26,10 @@ 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], [1])
+m4_define([thunar_version_micro], [2])
 m4_define([thunar_version_nano], [])
 m4_define([thunar_version_build], [@REVISION@])
-m4_define([thunar_version_tag], [git])
+m4_define([thunar_version_tag], [])
 m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(), [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
 
 dnl *******************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list