Prepare Terminology release 1.5.0

This commit is contained in:
Boris Faure 2019-07-14 18:50:56 +02:00
parent 8562d1cf6b
commit fc28e64952
6 changed files with 37 additions and 6 deletions

View File

@ -1,3 +1,15 @@
2019-07-20
* Release v1.5.0
* Handle emoji has double-width character, introduced in Unicode 9.0.
* Add option "Treat Emojis as double-width characters", on by default.
* Hide cursor when idle, with parameter to set idle time
* Add papercolor theme
* Themes can now set background color through a color-class
* Handle OSC-11 to report background color
* Update Italian and French translations
* Fix initial window size hints
* Fix focus issues
2019-05-24
* Release v1.4.1
* Decode pasted string as UTF-8, fixing some characters being skipped

23
NEWS
View File

@ -1,8 +1,27 @@
=================
Terminology 1.4.0
Terminology 1.5.0
=================
Changes since 1.4.0:
Changes since 1.5.0:
--------------------
Additions:
* Handle emoji has double-width character, introduced in Unicode 9.0.
* Add option "Treat Emojis as double-width characters", on by default.
* Hide cursor when idle, with parameter to set idle time
* Add papercolor theme
Improvements:
* Themes can now set background color through a color-class
* Handle OSC-11 to report background color
* Update Italian and French translations
Fixes:
* Fix initial window size hints
* Fix focus issues
Changes since 1.4.1:
--------------------
Fixes:

View File

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

View File

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

View File

@ -1,5 +1,5 @@
.\" Manpage for Terminology
.TH TERMINOLOGY 1 "May 24, 2019" "1.4.1" "Terminology man page"
.TH TERMINOLOGY 1 "Jul 20, 2019" "1.5.0" "Terminology man page"
.SH NAME
Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries).
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
project('terminology', 'c',
version: '1.4.99',
version: '1.5.0',
default_options: ['buildtype=plain', 'c_std=gnu99'],
license: 'BSD')