billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=a43900eeaa48c4cfecde539774da0eab244e10bb
commit a43900eeaa48c4cfecde539774da0eab244e10bb Author: Boris Faure <[email protected]> Date: Sun Oct 5 15:47:25 2014 +0200 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 65cb8b4..45e7a02 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 70c8e4f..b5c36f2 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 96926d1..eb8a26b 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 9ae3d44..3be1bb5 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], [[email protected]]) +AC_INIT([terminology], [0.7.0], [[email protected]]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) --
