summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2018-09-25 11:32:11 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2018-09-26 18:47:53 +0200
commit61693734eb4e766d9c4e60d015bca17b35788839 (patch)
tree97aabac1c9e84c605bce17f518332f09b9f2f5cf
parent435f1ae8a1d8025d1cbfba028fa61699b87db6c0 (diff)
downloadthunar-61693734eb4e766d9c4e60d015bca17b35788839.tar.gz
Updates for releasethunar-1.8.2
-rw-r--r--NEWS34
-rw-r--r--configure.ac.in4
2 files changed, 36 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fa9d8e0a..0d6b40c3 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 e741168e..db646694 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 *******************************************