diff --git a/ChangeLog b/ChangeLog index 9d7e8b8e..178698c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index ffd4e40f..6ac97ca9 100644 --- a/NEWS +++ b/NEWS @@ -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: -------------------- diff --git a/README b/README index d4eac3c7..779084ee 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminology 0.5.1 +Terminology 0.6.0 ****************************************************************************** diff --git a/configure.ac b/configure.ac index aa7b26af..d5f22bf5 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.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])