From a43900eeaa48c4cfecde539774da0eab244e10bb Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 5 Oct 2014 15:47:25 +0200 Subject: [PATCH] terminology 0.7.0 release --- ChangeLog | 15 +++++++++++++++ NEWS | 22 +++++++++++++++++++++- README | 2 +- configure.ac | 2 +- 4 files changed, 38 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65cb8b4b..45e7a025 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2014-10-06 + + * Release v0.7.0 + * Internationalization and Localization support + * Options -s/--split to start terminology with multiple splits + * Configurable key bindings + * Add a panel to launch elementary_config + * Opacity level can be configured in translucent mode + * Miniview: add position indicator + * Improve media controls + * Use a scalable font on default configuration + * Usual round of improvements on terminal compatibility + * Fix issue with mute option + * Various bug fixes + 2014-07-02 * Release v0.6.1 diff --git a/NEWS b/NEWS index 70c8e4f7..b5c36f23 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,27 @@ ================= -Terminology 0.6.1 +Terminology 0.7.0 ================= +Changes since 0.6.1: +-------------------- + +Additions: + * Internationalization and Localization support + * Options -s/--split to start terminology with multiple splits + * Configurable key bindings + * Add a panel to launch elementary_config + +Improvements: + * Opacity level can be configured in translucent mode + * Miniview: add position indicator + * Improve media controls + * Use a scalable font on default configuration + * Usual round of improvements on terminal compatibility + +Fixes: + * Fix issue with mute option + * Various bug fixes + Changes since 0.6.0: -------------------- diff --git a/README b/README index 96926d1d..eb8a26b6 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminology 0.6.1 +Terminology 0.7.0 ****************************************************************************** diff --git a/configure.ac b/configure.ac index 9ae3d449..3be1bb5f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT([terminology], [0.6.99], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([terminology], [0.7.0], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4])