Prepare Terminology release 1.4.0

This commit is contained in:
Boris Faure 2019-03-25 23:08:24 +01:00
parent 1ce26c51f7
commit 0a505fa636
5 changed files with 48 additions and 4 deletions

View File

@ -1,3 +1,22 @@
2019-03-31
* Release v1.4.0
* Add Continuous Integration on every push to the git repository
* Add a test framework on escape code parsing and interpreting
* Add more than 120 test files
* Add support, along with tests, for the following escape codes: DSR-DIR,
DSR-KBD, DSR-MSR, DSR-DECCKSR, DSR-OS, DSR-PP, DSR-UDK, DECSCLM, DECBI,
DECFI, DECSACE, DECRARA, DECCRARA, DECIC, DECDC, DECCRA, DECST8C, DA3,
DECSWBV
* Add finer configuration on whether to activate links
* Set environment variable WINDOWID
* Selections only disappear if the underlaying content changes
* When pasting a buffer, skip control characters as a security measure
* Fixes, along with tests, on handling the following escape codes: VPR,
DECERA, DECFRA, DSR-CPR, DCH, DECALN, DECAWM, IL, DL
* Fixes, along with tests, on mouse reporting
* Fixes on issues spotted by Coverity
2018-12-18 2018-12-18
* Release v1.3.2 * Release v1.3.2
* Clicking on links works again * Clicking on links works again

27
NEWS
View File

@ -1,7 +1,32 @@
================= =================
Terminology 1.3.2 Terminology 1.4.0
================= =================
Changes since 1.3.2:
--------------------
Additions:
* Add Continuous Integration on every push to the git repository
* Add a test framework on escape code parsing and interpreting
* Add more than 120 test files
* Add support, along with tests, for the following escape codes: DSR-DIR,
DSR-KBD, DSR-MSR, DSR-DECCKSR, DSR-OS, DSR-PP, DSR-UDK, DECSCLM, DECBI,
DECFI, DECSACE, DECRARA, DECCRARA, DECIC, DECDC, DECCRA, DECST8C, DA3,
DECSWBV
* Add finer configuration on whether to activate links
* Set environment variable WINDOWID
Improvements:
* Selections only disappear if the underlaying content changes
* When pasting a buffer, skip control characters as a security measure
Fixes:
* Fixes, along with tests, on handling the following escape codes: VPR,
DECERA, DECFRA, DSR-CPR, DCH, DECALN, DECAWM, IL, DL
* Fixes, along with tests, on mouse reporting
* Fixes on issues spotted by Coverity
Changes since 1.3.1: Changes since 1.3.1:
-------------------- --------------------

View File

@ -1,5 +1,5 @@
.\" Manpage for terminology helpers .\" Manpage for terminology helpers
.TH TERMINOLOGY-HELPERS 1 "May 5 2018" .TH TERMINOLOGY-HELPERS 1 "Mar 31 2019"
.SH NAME .SH NAME
terminiology-helpers \- programs that enhance terminiology-helpers \- programs that enhance
.B terminology(1) .B terminology(1)

View File

@ -1,5 +1,5 @@
.\" Manpage for Terminology .\" Manpage for Terminology
.TH TERMINOLOGY 1 "18 Dec 2018" "1.3.2" "Terminology man page" .TH TERMINOLOGY 1 "31 Mar 2019" "1.4.0" "Terminology man page"
.SH NAME .SH NAME
Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries). Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries).
.SH SYNOPSIS .SH SYNOPSIS

View File

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