terminology 0.6.0 release

This commit is contained in:
Boris Faure 2014-06-29 19:02:32 +02:00
parent 46a3342f9a
commit e582990deb
4 changed files with 38 additions and 3 deletions

View File

@ -1,3 +1,18 @@
2014-06-30
* Release v0.6.0
* Make term switching cyclic
* Add Mouse-Over focus
* Fraktur support
* Add option whether to detect links
* Add option to disable the sound of the bell
* Add new themes: Nyanology and smyck
* Add miniview feature
* Improve terminal compatibility
* Improve font selector to be able to select different font styles
* Support rotation metadata on media files
* Various bug fixes
2014-05-17
* Release v0.5.1

22
NEWS
View File

@ -1,7 +1,27 @@
=================
Terminology 0.5.1
Terminology 0.6.0
=================
Changes since 0.5.1:
--------------------
Additions:
* Make term switching cyclic
* Add Mouse-Over focus
* Fraktur support
* Add option whether to detect links
* Add option to disable the sound of the bell
* Add new themes: Nyanology and smyck
* Add miniview feature
Improvements:
* Improve terminal compatibility
* Improve font selector to be able to select different font styles
* Support rotation metadata on media files
Fixes:
* Various bug fixes
Changes since 0.5.0:
--------------------

2
README
View File

@ -1,4 +1,4 @@
Terminology 0.5.1
Terminology 0.6.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.5.1], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([terminology], [0.6.0], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])