[Xfce4-commits] [apps/xfce4-terminal] 01/01: Release 0.8.0
noreply at xfce.org
noreply at xfce.org
Mon Oct 17 14:10:41 CEST 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 a35d8be8b5425199a33edf5d432976974326c197
Author: Igor <f2404 at yandex.ru>
Date: Mon Oct 17 15:09:32 2016 +0300
Release 0.8.0
---
NEWS | 34 ++++++++++++++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 36 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 63ea301..331b857 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+0.8.0
+=====
+- Move context menu zoom actions to a sub-menu
+- Fix some build-time deprecation warnings
+- Fix hiding of dropdown terminal
+- Fix setting focus to dropdown window (bug #12878)
+- Fix "Always keep window on top" setting that was ignored
+- Show missing action icons in dropdown mode
+- Add rewrap on resize control option to Preferences
+- Add --show/hide-scrollbar command line options (bug #1779)
+- Implement background image support (bug #12845);
+ add BackgroundImageShading setting for background image mode
+- Remove "Scrolling single line" option as the functionality is implemented
+ by vte (bug #12816)
+- Add mouse-wheel binding for zoom: Shift + Ctrl + wheel up/down controlled by
+ a hidden option MiscMouseWheelZoom - ON by default (bug #12869)
+- Do not set DISPLAY variable in non-X11 environments (e.g. Wayland)
+ (bug #12867)
+- Fix memory leak when showing preferences dialog
+- Fix menubar text not visible with some themes
+- Fix vte "resize-window" signal handler (bug #12859)
+- Fix notebook widget transparency seen under Unity
+- Make vte transparency work in Gnome under both X11 and Wayland
+- Show warning and disable Opacity control in Preferences if window manager
+ does not support compositing
+- Fix tab activity indication
+- Fix geometry positioning when a negative offset is used (bug #12833)
+- Quote all file names/URIs drag-and-dropped to the terminal (bug #12836)
+- Fix cursor focus (bug #12807)
+- Translation updates: Bulgarian, Chinese (Taiwan), Croatian, Czech, Dutch,
+ English (Australia), French, German, Hebrew, Japanese, Korean, Lithuanian,
+ Malay, Polish, Portuguese, Portuguese (Brazil), Russian, Slovak, Spanish,
+ Swedish, Thai, Ukrainian
+
0.6.92
======
- Fix geometry setting (default or provided via the command line option)
diff --git a/configure.ac.in b/configure.ac.in
index 073ce5a..cd17044 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,11 +9,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([terminal_version_major], [0])
-m4_define([terminal_version_minor], [7])
+m4_define([terminal_version_minor], [8])
m4_define([terminal_version_micro], [0])
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