This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit 4c3f4fbb390caf8636c470450fd70209d429720e
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Sun Mar 23 22:12:23 2025 +0100
Terminology 1.14.0
---
ChangeLog | 25 +++++++++++++++++++++++++
ChangeLog.theme | 2 +-
NEWS | 36 +++++++++++++++++++++++++++++++++++-
man/terminology.1 | 2 +-
meson.build | 2 +-
5 files changed, 63 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5050a609..595aa853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2025-03-23
+ * Release v1.14.0
+ * New translations: Hungarian, Slovak
+ * Report or Set Selection through escape codes
+ * Handle Alternate Escape (7728)
+ * Handle Application Escape Code
+ * Add configuration whether emojis should be considered as double width.
+ Default is double width.
+ * Colorshemes: add GruvBox Material Dark
+ * Translation updates for Chinese (Simplified), Catalan, Croatian, Dutch,
+ Finnish, French, Indonesian, Japanese, Lithuanian, Polish, Portuguese,
+ Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish
+ * Unify format of responses to OSC 10, 11 and 12
+ * Fix translucent background on startup
+ * Fix wheel events emitted even if wheel has not moved
+ * Do not use spaces when returning terminal name
+ * Colorschemes: ensure metadata.name and file name are the same
+ * Fix issue when exiting on *BSD
+ * Do not interpret "CSI = 5 u" as DECRC
+ * Handle empty CSI SRG 38/48
+ * Do not consider Key Resources as color
+ * Cleanup the code base about misuse of calloc()
+ * Testing on OSC 52
+ * Build with Meson 0.59 or later
+
2022-12-01
* Release v1.13.0
* Colorshemes: add Fir Dark, Selenized Dark, Selenized Black,
diff --git a/ChangeLog.theme b/ChangeLog.theme
index 96fcb0da..29af69dd 100644
--- a/ChangeLog.theme
+++ b/ChangeLog.theme
@@ -1,5 +1,5 @@
==================
-Terminology 1.13.0
+Terminology 1.14.0
==================
Changes since 1.12.1:
diff --git a/NEWS b/NEWS
index 7029377e..0d2be693 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,41 @@
==================
-Terminology 1.13.1
+Terminology 1.14.0
==================
+Changes since 1.13.0:
+---------------------
+
+Additions:
+ * New translations: Hungarian, Slovak
+ * Report or Set Selection through escape codes
+ * Handle Alternate Escape (7728)
+ * Handle Application Escape Code
+ * Add configuration whether emojis should be considered as double width.
+ Default is double width.
+ * Colorshemes: add GruvBox Material Dark
+
+Improvements:
+ * Translation updates for Chinese (Simplified), Catalan, Croatian, Dutch,
+ Finnish, French, Indonesian, Japanese, Lithuanian, Polish, Portuguese,
+ Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish
+ * Unify format of responses to OSC 10, 11 and 12
+
+Fixes:
+ * Fix translucent background on startup
+ * Fix wheel events emitted even if wheel has not moved
+ * Do not use spaces when returning terminal name
+ * Colorschemes: ensure metadata.name and file name are the same
+ * Fix issue when exiting on *BSD
+ * Do not interpret "CSI = 5 u" as DECRC
+ * Handle empty CSI SRG 38/48
+ * Do not consider Key Resources as color
+
+Internal improvements:
+ * Build with Meson 0.59 or later
+ * Cleanup the code base about misuse of calloc()
+ * Testing on OSC 52
+
+
Changes since 1.12.1:
---------------------
diff --git a/man/terminology.1 b/man/terminology.1
index 8c25acde..4dd17197 100644
--- a/man/terminology.1
+++ b/man/terminology.1
@@ -1,5 +1,5 @@
.\" Manpage for Terminology
-.TH TERMINOLOGY 1 "Dec 01, 2022" "1.13.0" "Terminology man page"
+.TH TERMINOLOGY 1 "Mar 23, 2025" "1.14.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 e30a4d1d..780e94c7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('terminology', 'c',
- version: '1.13.0',
+ version: '1.14.0',
default_options: ['buildtype=plain', 'c_std=gnu99'],
license: 'BSD',
meson_version: '>=0.59.0')
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.