This is an automated email from the git hooks/post-receive script. f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository apps/xfce4-terminal.
commit 6017b4f2e91b70302db3fca489e158ab29c83256 Author: Igor <[email protected]> Date: Sat Jul 15 17:19:08 2017 -0400 Release 0.8.6 --- NEWS | 18 ++++++++++++++++++ configure.ac.in | 6 +++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c588217..7b19a4b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +0.8.6 +======= +- Fix handling email addresses +- Allow per-tab configuration of dynamic tytle mode and initial title by adding + --dynamic-tytle-mode and --initial-title options (#2908) +- Migrate tab 'Set Title' dialog to a gtk popover (#13522) +- Add option to select cursor foreground (text) color to preferences +- Fix drop-down terminal ignoring 'move to monitor with pointer' option (#13666) +- Disable Ctrl+PgUp/PgDn shortcuts when there's only one tab (#10469) +- Fix negative dimensions GTK warning when running terminal with --tab option +- Update regexes from gnome-terminal +- Fix --tab option broken lately (#13587) +- Fix drop-down window positioning when using --zoom option +- Translation updates: Arabic, Bulgarian, Catalan, Chinese (China), Chinese + (Taiwan), Croatian, Czech, Danish, Dutch, French, Hebrew, Indonesian, Kazakh, + Korean, Lithuanian, Polish, Portuguese (Brazil), Russian, Spanish, Swedish, + Thai, Ukrainian + 0.8.5.1 ======= - Fix font settings load (#13574) diff --git a/configure.ac.in b/configure.ac.in index a8aa9e3..b369200 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], [5]) -m4_define([terminal_version_nano], [1]) +m4_define([terminal_version_micro], [6]) +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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
