diff --git a/ChangeLog b/ChangeLog index d6d0daf5..41f30911 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ +2017-09-02 + + * Release v1.1.1 + * Add Danish translation + * Fix issues with bottom margins + * No longer add spurious newlines in selections in the backlog + * No longer add space when running command from -e option + * Fix -T option to set the title of the window + + 2017-08-19 + * Release v1.1.0 * Double-click on tab title to change it * Add option to disable focus-in/out animations and visuals * Add option to set current window size as default. diff --git a/Marrakesh.mrk b/Marrakesh.mrk index 71837d98..25dcf7f0 100644 --- a/Marrakesh.mrk +++ b/Marrakesh.mrk @@ -5,7 +5,7 @@ PROJ: Terminology PROJICON: data/icons/terminology.png BRIEF: A beautiful terminal emulator for the commandline emulator -VERSION: 1.1.0 +VERSION: 1.1.1 LICENSE: BSD-2 COPYING: COPYING AUTHORS NEEDS: 1.11 diff --git a/NEWS b/NEWS index 80100399..51049507 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,20 @@ ================= -Terminology 1.1.0 +Terminology 1.1.1 ================= +Changes since 1.1.0: +-------------------- + +Additions: + * Danish translation + +Fixes: + * Fix issues with bottom margins + * No longer add spurious newlines in selections in the backlog + * No longer add space when running command from -e option + * Fix -T option to set the title of the window + + Changes since 1.0.0: -------------------- diff --git a/README b/README index 3b11f355..797576c8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminology 1.1.0 +Terminology 1.1.1 ****************************************************************************** diff --git a/configure.ac b/configure.ac index 240e0d36..03d9ff41 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], [1.1.0], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([terminology], [1.1.1], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/man/terminology.1 b/man/terminology.1 index 354a6319..3c714b99 100644 --- a/man/terminology.1 +++ b/man/terminology.1 @@ -1,5 +1,5 @@ .\" Manpage for Terminology -.TH man 1 "19 Aug 2017" "1.1.0" "Terminology man page" +.TH man 1 "02 Sep 2017" "1.1.1" "Terminology man page" .SH NAME Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries). .SH SYNOPSIS