From 2bcca440f556c9f64fa37673bc33ffe90fa12c72 Mon Sep 17 00:00:00 2001 From: Jocelyn Falempe Date: Wed, 12 Aug 2026 14:36:07 +0200 Subject: [PATCH] Bump to version 4.7.0 There is a new tsm_screen_get_cursor_style() function, so increase the minor version. Signed-off-by: Jocelyn Falempe --- NEWS.md | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7645219..1efa053 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,21 @@ # libtsm Release News +## CHANGES WITH 4.7.0 +### New cursor interface: +A new tsm_screen_get_cursor_style() interface is available, that provides the current +style of the cursor. + +### New features +* screen/vte: add cursor style support via DECSCUSR (CSI Ps SP q) by @underscoreevelyn in https://github.com/kmscon/libtsm/pull/58 + +### Bug Fixes +* Fix backward selection by @kdj0c in https://github.com/kmscon/libtsm/pull/54 +* Fix also clear the character value for multi-width character. by @kdj0c in https://github.com/kmscon/libtsm/pull/56 +* screen: don't clear cells when resizing by @kdj0c in https://github.com/kmscon/libtsm/pull/61 + +## New Contributors +* @underscoreevelyn made their first contribution in https://github.com/kmscon/libtsm/pull/58 + ## CHANGES WITH 4.6.0 ### New draw2 interface A new tsm_screen_draw2() interface is available that provides a simplified drawing API. diff --git a/meson.build b/meson.build index 1e9764c..1c9acba 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'libtsm', 'c', - version: '4.6.0', + version: '4.7.0', license: 'MIT', meson_version: '>=1.1', default_options: [