[Xfce4-commits] [apps/xfce4-terminal] 01/01: Release 0.8.2

noreply at xfce.org noreply at xfce.org
Fri Dec 30 15:50:53 CET 2016


This is an automated email from the git hooks/post-receive script.

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit 1ea3b43987861a4c63a0d12a05950f14818c378a
Author: Igor <f2404 at yandex.ru>
Date:   Fri Dec 30 17:49:30 2016 +0300

    Release 0.8.2
---
 NEWS            | 26 ++++++++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 018d515..ba07e75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+0.8.2
+=====
+- Add hidden option MiscSlimTabs to override huge gtk3 tabs style (bug #12796)
+- Temporarily show menubar with F10 even if it's hidden (bug #13231)
+- Add "Run custom command instead of shell" feature (bug #13236)
+- Fix segfault on dragging last window tab to another window
+- Add option for ambigouos-width characters (narrow/wide)
+- Don't show palette when editing palette colors in preferences
+- Fix move dropdown window to monitor with pointer behavior (bug #13266)
+- When un-closing a tab, set it active if it was active when it got closed
+- Set locale as vte encoding in case encoding is not set in prefs
+  (support for running 'LANG=charset xfce4-terminal')
+- Allow to specify text selection background color (bug #13003)
+- Allow to select system-wide monospace font in preferences
+- Fix Alt+n shortcuts when starting with several tabs (bug #13264)
+- Add option to automatically copy selection to the clipboard (bug #12931)
+- Support background image transparency (bug #12944)
+- Fix deprecation warnings
+- Support setting drop-down status bar icon with --icon option (bug #12937)
+- Fix terminal geometry hints for GTK < 3.19.5
+- Translation updates: Arabic, Bulgarian, Catalan, Chinese (China),
+  Chinese (Taiwan), Croatian, Czech, Danish, Deutsch, Dutch, French, Hebrew,
+  Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
+  Polish, Portuguese, Portuguese (Brazil), Russian, Slovak, Spanish, Swedish,
+  Ukrainian
+
 0.8.1
 =====
 - Fix Ctrl press recognition for opening URIs with Ctrl+click
diff --git a/configure.ac.in b/configure.ac.in
index 8aacbf6..c4794e5 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [8])
-m4_define([terminal_version_micro], [1])
+m4_define([terminal_version_micro], [2])
 m4_define([terminal_version_nano], [])
 m4_define([terminal_version_build], [@REVISION@])
-m4_define([terminal_version_tag], [git])
+m4_define([terminal_version_tag], [])
 m4_define([terminal_version_dbus], [5])
 m4_define([terminal_version], [terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(), [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], [terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
 

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


More information about the Xfce4-commits mailing list