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

noreply at xfce.org noreply at xfce.org
Wed Jul 3 02:41:39 CEST 2019


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 a1c943969ca7d76e9258e212b42de5d3812d2975
Author: Igor <f2404 at yandex.ru>
Date:   Tue Jul 2 20:38:47 2019 -0400

    Release 0.8.8
---
 NEWS            | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 configure.ac.in |  6 +++---
 2 files changed, 63 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 6466e4a..d87b204 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,61 @@
+0.8.8
+=====
+- Do not show "Rewrap on resize" option for vte>=0.58: it's been deprecated,
+  rewrapping on resize will always be enabled. (bug #15562)
+- Drop support of Unicode encodings other than UTF-8 (bug #15377)
+- Fix the size of drop-down window after it's been in fullscreen mode
+  (bug #15240)
+- Convert LF to CR when feeding text - this fixes pasting text to some apps
+  (see https://gitlab.gnome.org/GNOME/vte/issues/106)
+- Save accelerators map on exit (bug #15201)
+- Add support for the Tab key in shortcuts (by default, GTK doesn't allow that)
+- Do not resize the window when it's vertically maximized (bug #10551)
+- Add action to switch to last active tab (bug #15201)
+- Respect Xfce monospace font setting (bug #15202)
+- Dropdown window was session saved and restored as a normal window if it was
+  the only one (bug #11362)
+- Preferences: Align controls on the General tab
+- Implement "Unsafe Paste" dialog (bug #13252)
+- Enable Ctrl+(Shift)+Tab as Next/Prev Tab shortcuts (bug #15092)
+- Add an option to use system theme colors for text and background (bug #14808)
+- Search dialog improvements: Enable "Wrap around" by default; Make
+  "Find Next"/"Find Previous" menu items respect search settings; Make buttons
+  use menu item accelerators; Allow to set opacity (min 10%) (bug #15124)
+- Fix handling of OSC-10 escape sequence (bold text color) (bug #15019)
+- Refine the wording for "opacity not available" (bug #14904)
+- Add a space character after a dragged filename or URL (bug #14849)
+- Support monitoring of the terminalrc file even it's a symlink (bug #14698)
+- Fix the "Close tab" button: When the "Close tab" button got clicked in the
+  "Confirm close" dialog, the entire window (instead of just the current tab)
+  got closed (bug #14645)
+- Preferences: remove dependency on libxfce4ui
+- Fix typo in the .desktop file (bug #14594)
+- Improve .desktop files for GNOME (bug #14575)
+- Fix a small typo in the manpage
+- JIT compile regexes (taken from gnome-terminal). This allows to recognize
+  longer and more complex URLs.
+- Update terminal regexes from gnome-terminal (regex: Allow apostrophes in
+  URLs, except when enclosed between them)
+- Allow to move tabs between windows by dragging them onto the terminal area
+- When detaching a tab from a drop-down window, resize the new window to the
+  default geometry
+- Reset activity indicator for the active tab when focusing window
+- Distinguish terminal settings from the actual terminal entry in the menu
+  (bug #14456)
+- When closing an active tab, switch to the previously active one
+- Tab title color feature improvements: add action, restore the color when
+  unclosing a tab, fix the color picker dialog's name, add Reset button
+- Some parts of the --help output were not translated
+- Restore terminal colors when unclosing a tab
+- New translations: Armenian (Armenia), Interlingue
+- Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian,
+  Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
+  Danish, Dutch, English (Australia), English (United Kingdom), Finnish,
+  French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
+  Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
+  Occitan, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
+  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian
+
 0.8.7.4
 =======
 - Tab became active if unclosed to the left of the current tab
@@ -22,7 +80,8 @@
 - Resolve the warnings gcc8 has introduced
 - Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
   Croatian, Czech, Danish, Dutch, English (Australia), French, German, Hebrew,
-  Hungarian, Japanese, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil), Russian, Turkish, Ukrainian
+  Hungarian, Japanese, Lithuanian, Malay, Polish, Portuguese, Portuguese
+  (Brazil), Russian, Turkish, Ukrainian
 
 0.8.7.3
 =======
diff --git a/configure.ac.in b/configure.ac.in
index 1894bb5..ca15656 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], [7])
-m4_define([terminal_version_nano], [4])
+m4_define([terminal_version_micro], [8])
+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