[Xfce4-commits] [apps/xfce4-terminal] 01/01: Release 0.8.5
noreply at xfce.org
noreply at xfce.org
Sun May 14 17:25:08 CEST 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 34bca8dff3d540a00b6b94cb6630e57b88992dd6
Author: Igor <f2404 at yandex.ru>
Date: Sun May 14 11:21:50 2017 -0400
Release 0.8.5
---
NEWS | 26 ++++++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index d8e47da..a6fe9cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+0.8.5
+=====
+- Do not change drop-down window size when zooming in/out
+- Create terminal of desired size instead of default size of 80x24: this allows
+ to avoid resizing the terminal right after creation (#13521)
+- Use default terminal geometry when --geometry parameter is used but its value
+ only contains X and Y offsets
+- Improve label layout in preferences dialog: restrict max width to 80 chars
+ (#13497)
+- Add --minimize command line option
+- Calculate screen dimensions properly when having multiple monitors
+- Prevent clipboard from being filled with garbage (#13403)
+- Resolve deprecation warnings: gtk_show_uri_on_window,
+ gdk_screen_make_display_name, gdk_screen_get_width/height
+- Silence most of deprecation warnings that are not resolved
+- Make Preferences dialog app-global - the same dialog window will be used
+ by multiple terminal windows
+- Remove large space to the left of tab text when the text is too short
+ (this allows tabs to be smaller)
+- Gtk3 required version bumped to 3.16.0
+- Fix memory leaks
+- Close Find dialog when closing parent terminal window
+- Close Set Title dialog when closing its corresponding tab
+- Translation updates: Catalan, Chinese (Taiwan), German, Greek, Hebrew, Kazakh,
+ Lithuanian, Norwegian Bokmål, Polish, Portuguese (Brasil), Russian, Serbian, Slovenian, Swedish, Thai, Ukrainian
+
0.8.4
=====
- Fixes related to fullscreen state and showing/hiding window in drop-down
diff --git a/configure.ac.in b/configure.ac.in
index c153ee5..d9ec9bc 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], [4])
+m4_define([terminal_version_micro], [5])
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