terminology 0.7.0 release

This commit is contained in:
Boris Faure 2014-10-05 15:47:25 +02:00
parent 4d4575382c
commit a43900eeaa
4 changed files with 38 additions and 3 deletions

View File

@ -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

22
NEWS
View File

@ -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:
--------------------

2
README
View File

@ -1,4 +1,4 @@
Terminology 0.6.1
Terminology 0.7.0
******************************************************************************

View File

@ -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])