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

noreply at xfce.org noreply at xfce.org
Mon Feb 6 10:06:15 CET 2017


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 59fc5f49428c628f9be9fbd2798f63f3ea7e338c
Author: Igor <f2404 at yandex.ru>
Date:   Mon Feb 6 12:05:25 2017 +0300

    Release 0.8.4
---
 NEWS            | 17 +++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index a467def..d8e47da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.8.4
+=====
+- Fixes related to fullscreen state and showing/hiding window in drop-down
+  mode
+- Fix incorrect window positioning when started in fullscreen state
+- Add a separate Show window borders setting for drop-down mode (#10297)
+- Make Double click chars setting more compact in the UI
+- Do not force show drop-down window on screen size change (#13295)
+- Background image improvements: scale huge images to 8K when loading from
+  file (this reduces memory consumption); print a warning if failed to open
+  an image
+- Expose Slim tabs setting to Preferences
+- Translation updates: Bulgarian, Chinese (China), Chinese (Taiwan), Croatian,
+  Czech, Danish, Dutch, Finnish, French, Japanese, Kazakh, Korean, Lithuanian,
+  Malay, Norwegian Bokmål, Polish, Portuguese, Russian, Slovak, Spanish,
+  Ukrainian
+
 0.8.3
 =====
 - Fix incorrect initial position of a drop-down window under Unity
diff --git a/configure.ac.in b/configure.ac.in
index 9d6e9e4..669fc52 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], [3])
+m4_define([terminal_version_micro], [4])
 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