From 9d2d4c6d833b7bab9a759c5ea1723b22bc48a036 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 9 Apr 2018 23:16:29 +0200 Subject: [PATCH] Terminology release 1.2.0 --- ChangeLog | 19 +++++++++++++++++++ NEWS | 31 ++++++++++++++++++++++++++++--- README.md | 2 +- meson.build | 2 +- 4 files changed, 49 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41f30911..a1645e0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2018-04-15 + + * Release v1.2.0 + * New build system based on Meson + * Add Nord theme + * Add tysend tool and support escapes for sending single files + * Grouped input support with Alt+g and Alt+Shift+g + * Different cursor shapes: block (default), underline and bar + * Support REP (Repeat preceding character) escape code + * Support HPA (Horizontal Position Absolute) escape code + * Support encircled escape code (SGR 52) + * Support DECSCUSR (changing cursor shape) + * When grabbing images through gravatar, use https + * Shine level is configurable + * Support EFL 1.20 or newer only + * Approximate true-colors + * Escape code fixes + * More focus fixes + 2017-09-02 * Release v1.1.1 diff --git a/NEWS b/NEWS index 51049507..8cbc0c11 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,32 @@ ================= -Terminology 1.1.1 +Terminology 1.2.0 ================= +Changes since 1.1.1: +-------------------- + +Additions: + * New build system based on Meson + * Add Nord theme + * Add tysend tool and support escapes for sending single files + * Grouped input support with Alt+g and Alt+Shift+g + * Different cursor shapes: block (default), underline and bar + +Improvements: + * Support REP (Repeat preceding character) escape code + * Support HPA (Horizontal Position Absolute) escape code + * Support encircled escape code (SGR 52) + * Support DECSCUSR (changing cursor shape) + * When grabbing images through gravatar, use https + * Shine level is configurable + * Support EFL 1.20 or newer only + * Approximate true-colors + +Fixes: + * Escape code fixes + * More focus fixes + + Changes since 1.1.0: -------------------- @@ -27,7 +52,7 @@ Additions: * Move cursor to position on Click+Alt * Add binding (Alt+Up/Down/Left/Right) to move around panes -Improvement: +Improvements: * Fallback to ~ or / when creating new term if current dir is not available * Support only efl >= 1.8.0 * Harden escape codes decoding @@ -47,7 +72,7 @@ Changes since 0.9.1: Additions: * Bold/Italic support (on by default) -Improvement: +Improvements: * Add keybinding shift+home to go to the top of the backlog * Add keybinding shift+end to reset scroll * Add keybinding shift+left/right to switch between tabs diff --git a/README.md b/README.md index 55a52a97..2e01bf22 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Terminology 1.1.1 +Terminology 1.2.0 ================= This is an EFL terminal emulator with some extra bells and whistles. diff --git a/meson.build b/meson.build index 0459805d..5cdc4b48 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('terminology', 'c', - version: '1.1.99', + version: '1.2.0', default_options: ['c_std=gnu99'], license: 'BSD')