From fbec041914c06c75dfecb42bb2defe26a66f7f1f Mon Sep 17 00:00:00 2001 From: Jocelyn Falempe Date: Thu, 13 Nov 2025 11:43:04 +0100 Subject: [PATCH 1/2] Update NEWS.md for the upcoming 4.3.0 release Signed-off-by: Jocelyn Falempe --- NEWS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 27cce82..5da7f2e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # libtsm Release News +## CHANGES WITH 4.3.0: +### New features +* Add OSC 4, 10 and 11 support (only read color, not set it) https://github.com/Aetf/libtsm/pull/55 +* Add a new API, tsm_screen_selection_word() to select a word at a given position https://github.com/Aetf/libtsm/pull/54 + ## CHANGES WITH 4.2.0: ### New features * Add shift arrow keys by @michael-oberpriller in https://github.com/Aetf/libtsm/pull/46 @@ -27,4 +32,4 @@ * Fix DECRQM SRM request (#30) * Fix build on macOS (#24) * Fix wrong background color of new cells after resize (#21) - * Fix path in pkg-config file \ No newline at end of file + * Fix path in pkg-config file From 4febe43673dea71625a93f2ecdb84f03a0fc896c Mon Sep 17 00:00:00 2001 From: Jocelyn Falempe Date: Thu, 13 Nov 2025 11:44:42 +0100 Subject: [PATCH 2/2] Bump to version 4.3.0 Signed-off-by: Jocelyn Falempe --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 82b92f9..b8cd5a9 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'libtsm', 'c', - version: '4.2.0', + version: '4.3.0', license: 'MIT', meson_version: '>=1.1', default_options: [