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

noreply at xfce.org noreply at xfce.org
Mon Oct 31 15:48:58 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 735925350afbd528947767ad1a7ec4d46ee29c6e
Author: Igor <f2404 at yandex.ru>
Date:   Mon Oct 31 17:48:22 2016 +0300

    Release 0.8.1
---
 NEWS            | 20 ++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 331b857..018d515 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+0.8.1
+=====
+- Fix Ctrl press recognition for opening URIs with Ctrl+click
+- Set preferences dialog type hint to make it show on top
+- Fix toggling fullscreen mode with F11 for a drop-down window (bugs
+  #12913, #12930)
+- Allow setting of empty shortcut for goto-tab actions (Alt+digit)
+- Resolve window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW
+  message with a timestamp of 0
+- Fix drop-down window visibility check (bug #12917)
+- Resolve some deprecation warnings
+- Fix drop-down window not shown on different workspaces
+- Add MiscUseShiftArrowsToScroll hidden option to allow Shift+arrows
+  one-line scroll (off by default)
+- Allow user-defined color palettes - should be located under
+  ~/.config/xfce4/terminal/colorschemes/ (bug #12908)
+- Set window hints properly; show columns/rows when resizing (bug #12793)
+- Translation updates: Chinese (China), Croatian, English (Australia), French,
+  Kazakh, Lithuanian, Malay, Polish, Spanish, Ukrainian
+
 0.8.0
 =====
 - Move context menu zoom actions to a sub-menu
diff --git a/configure.ac.in b/configure.ac.in
index 4c8e99d..2fb9815 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], [0])
+m4_define([terminal_version_micro], [1])
 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