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 564adf1a7b69f34ea81cfe56b8da1101ea94d577
Author: Boris Faure <[email protected]>
AuthorDate: Thu Dec 1 19:21:00 2022 +0100
Terminology 1.13.0
---
ChangeLog | 24 ++++++++++++++++++++++++
ChangeLog.theme | 2 +-
NEWS | 35 ++++++++++++++++++++++++++++++++++-
man/terminology-helpers.1 | 2 +-
man/terminology.1 | 2 +-
meson.build | 2 +-
tests/tests.results | 2 +-
7 files changed, 63 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5886235..5050a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2022-12-01
+ * Release v1.13.0
+ * Colorshemes: add Fir Dark, Selenized Dark, Selenized Black,
+ Selenized Light and Selenized White schemes
+ * New translations: Indonesian
+ * Translation updates for Catalan, Chinese (Simplified), Croatian,
+ Dutch, French, German, Italian, Portuguese, Portuguese (Brazil),
+ Russian, Spanish, Swedish, Turkish
+ * Handle scale changes on the fly
+ * Better named option to enable/disable typing sounds
+ * Improved README file
+ * The tyls tools now supports pls files
+ * Fade the background of the terminal with the background color
+ defined in the color scheme
+ * Update the default theme to customize selection arrows
+ * Update color schemes about selection arrows
+ * Better documentation of the tyalpha tool
+ * Fix issue when restoring the cursor state
+ * Fix issue preventing some red color from being displayed
+ * Cleanup the code base about C reserved identifiers
+ * Code analyzed with Coverity 2022.06
+ * Test code with some Coccinelle script in the GitHub's CI
+ * Update the ChangeLog.theme file
+
2022-01-03
* Release v1.12.1
* Build and install Default colorscheme
diff --git a/ChangeLog.theme b/ChangeLog.theme
index 21e2bd4..96fcb0d 100644
--- a/ChangeLog.theme
+++ b/ChangeLog.theme
@@ -1,5 +1,5 @@
==================
-Terminology 1.12.1
+Terminology 1.13.0
==================
Changes since 1.12.1:
diff --git a/NEWS b/NEWS
index a1a6020..7029377 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,40 @@
==================
-Terminology 1.12.1
+Terminology 1.13.1
==================
+Changes since 1.12.1:
+---------------------
+
+Additions:
+ * Colorshemes: add Fir Dark, Selenized Dark, Selenized Black,
+ Selenized Light and Selenized White schemes
+ * New translations: Indonesian
+
+Improvements:
+ * Translation updates for Catalan, Chinese (Simplified), Croatian, Dutch,
+ French, German, Italian, Portuguese, Portuguese (Brazil),
+ Russian, Spanish, Swedish, Turkish
+ * Handle scale changes on the fly
+ * Better named option to enable/disable typing sounds
+ * Improved README file
+ * The tyls tools now supports pls files
+ * Fade the background of the terminal with the background color defined in
+ the color scheme
+ * Update the default theme to customize selection arrows
+ * Update color schemes about selection arrows
+ * Better documentation of the tyalpha tool
+
+Fixes:
+ * Fix issue when restoring the cursor state
+ * Fix issue preventing some red color from being displayed
+
+Internal improvements:
+ * Cleanup the code base about C reserved identifiers
+ * Code analyzed with Coverity 2022.06
+ * Test code with some Coccinelle script in the GitHub's CI
+ * Update the ChangeLog.theme file
+
+
Changes since 1.12.0:
---------------------
diff --git a/man/terminology-helpers.1 b/man/terminology-helpers.1
index 1190b43..9a6a61f 100644
--- a/man/terminology-helpers.1
+++ b/man/terminology-helpers.1
@@ -1,5 +1,5 @@
.\" Manpage for terminology helpers
-.TH TERMINOLOGY-HELPERS 1 "Jan 03, 2022"
+.TH TERMINOLOGY-HELPERS 1 "Dec 01, 2022"
.SH NAME
terminiology-helpers \- programs that enhance
.B terminology(1)
diff --git a/man/terminology.1 b/man/terminology.1
index 8f5bab7..8c25acd 100644
--- a/man/terminology.1
+++ b/man/terminology.1
@@ -1,5 +1,5 @@
.\" Manpage for Terminology
-.TH TERMINOLOGY 1 "Jan 03, 2022" "1.12.1" "Terminology man page"
+.TH TERMINOLOGY 1 "Dec 01, 2022" "1.13.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 53a3ea7..2b9f8c5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('terminology', 'c',
- version: '1.12.1',
+ version: '1.13.0',
default_options: ['buildtype=plain', 'c_std=gnu99'],
license: 'BSD')
diff --git a/tests/tests.results b/tests/tests.results
index baafc36..ae1d102 100644
--- a/tests/tests.results
+++ b/tests/tests.results
@@ -1,4 +1,4 @@
-esc_term_name_version.sh eaa32a60e008258c7edfd363a624e0da
+esc_term_name_version.sh fe3b0fdb84ccd0b8fda878cf4ccd1fa2
cursor-restore-wrapnext.sh 4b715ccc5afcd9684894eb8934bce333
decfra-no-restrict-cursor.sh f15874672d1ea46b8110ef58c2b40a91
decfra-restrict-cursor.sh f313f9cdc0723debe08219fcdf3ccd6e
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.