Terminology release 1.2.0

This commit is contained in:
Boris Faure 2018-04-09 23:16:29 +02:00
parent e55fd61208
commit 9d2d4c6d83
4 changed files with 49 additions and 5 deletions

View File

@ -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

31
NEWS
View File

@ -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

View File

@ -1,4 +1,4 @@
Terminology 1.1.1
Terminology 1.2.0
=================
This is an EFL terminal emulator with some extra bells and whistles.

View File

@ -1,5 +1,5 @@
project('terminology', 'c',
version: '1.1.99',
version: '1.2.0',
default_options: ['c_std=gnu99'],
license: 'BSD')