From 15c9ea0e6b90efa74fd06b6d99556e0e201aecff Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Wed, 16 Aug 2017 22:24:56 +0200 Subject: [PATCH] ChangeLog/NEWS for 1.1.0 --- ChangeLog | 20 ++++++++++++++++++++ NEWS | 28 +++++++++++++++++++++++++++- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0de8b14a..d6d0daf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2017-08-19 + + * 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. + * Support Right/Left Margins + * Support for the DECERA/DECFRA escape codes + * Move cursor to position on Click+Alt + * Add binding (Alt+Up/Down/Left/Right) to move around panes + * Fallback to ~ or / when creating new term if current dir is not available + * Support only efl >= 1.8.0 + * Harden escape codes decoding + * Update all terms of a window when changing font (name or size) + * Remove teamwork feature + * Correctly handle the DECOM, DECSTBM, DECSLRM escape codes + * Fix crash when resizing and there are tabs in content + * Fix mouse motion and mouse button reporting + * Set window sizing to 1xp step when having visible tabs + + 2017-01-07 * Release v1.0.0 diff --git a/NEWS b/NEWS index c9cdecef..80100399 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,33 @@ ================= -Terminology 1.0.0 +Terminology 1.1.0 ================= +Changes since 1.0.0: +-------------------- + +Additions: + * 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. + * Support Right/Left Margins + * Support for the DECERA/DECFRA escape codes + * Move cursor to position on Click+Alt + * Add binding (Alt+Up/Down/Left/Right) to move around panes + +Improvement: + * Fallback to ~ or / when creating new term if current dir is not available + * Support only efl >= 1.8.0 + * Harden escape codes decoding + * Update all terms of a window when changing font (name or size) + * Remove teamwork feature + +Fixes: + * Correctly handle the DECOM, DECSTBM, DECSLRM escape codes + * Fix crash when resizing and there are tabs in content + * Fix mouse motion and mouse button reporting + * Set window sizing to 1xp step when having visible tabs + + Changes since 0.9.1: --------------------