billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=fc28e64952c3515b80fabe35b5777e3ff08307b3

commit fc28e64952c3515b80fabe35b5777e3ff08307b3
Author: Boris Faure <bill...@gmail.com>
Date:   Sun Jul 14 18:50:56 2019 +0200

    Prepare Terminology release 1.5.0
---
 ChangeLog                 | 12 ++++++++++++
 NEWS                      | 23 +++++++++++++++++++++--
 README.md                 |  2 +-
 man/terminology-helpers.1 |  2 +-
 man/terminology.1         |  2 +-
 meson.build               |  2 +-
 6 files changed, 37 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eb124a4..6b5fc5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 307d84d..41dc95b 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
diff --git a/README.md b/README.md
index 79f42f4..796c230 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Terminology 1.4.1
+Terminology 1.5.0
 =================
 
 This is an EFL terminal emulator with some extra bells and whistles.
diff --git a/man/terminology-helpers.1 b/man/terminology-helpers.1
index b4d91e6..901ed3e 100644
--- a/man/terminology-helpers.1
+++ b/man/terminology-helpers.1
@@ -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)
diff --git a/man/terminology.1 b/man/terminology.1
index a08981c..1ee3b60 100644
--- a/man/terminology.1
+++ b/man/terminology.1
@@ -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
diff --git a/meson.build b/meson.build
index ea95b5c..335524f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('terminology', 'c',
-        version: '1.4.99',
+        version: '1.5.0',
         default_options: ['buildtype=plain', 'c_std=gnu99'],
         license: 'BSD')
 

-- 


Reply via email to