From f4621c606dd62acd308fdb683156f2856c243cc6 Mon Sep 17 00:00:00 2001 From: Jocelyn Falempe Date: Thu, 29 Jan 2026 10:42:40 +0100 Subject: [PATCH] Bump to version 4.4.2 Signed-off-by: Jocelyn Falempe --- NEWS.md | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index d671c88..ce8a7da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,16 @@ # libtsm Release News +## CHANGES WITH 4.4.2 +### New features +* add nord color scheme by @kdj0c in https://github.com/kmscon/libtsm/pull/21 +* meson: include tsm's deps in libtsm_dep by @1ace in https://github.com/kmscon/libtsm/pull/19 +### Bug Fixes +* Fix CSI 18t and 19t reporting size. by @kdj0c in https://github.com/kmscon/libtsm/pull/20 +* resize: Fix a corner case when resizing by @kdj0c in https://github.com/kmscon/libtsm/pull/22 + +## New Contributors +* @1ace made their first contribution in https://github.com/kmscon/libtsm/pull/19 + ## CHANGES WITH 4.4.1 ### New features * Add support to CSI b sequence (repeat last char) by @kdj0c in https://github.com/kmscon/libtsm/pull/15 diff --git a/meson.build b/meson.build index c099ad4..96ca2ff 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'libtsm', 'c', - version: '4.4.1', + version: '4.4.2', license: 'MIT', meson_version: '>=1.1', default_options: [