diff --git a/NEWS.md b/NEWS.md index 154d068..d671c88 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # libtsm Release News +## 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 +### Bug fixes +* tsm_vte_paste: check input by @kdj0c in https://github.com/kmscon/libtsm/pull/16 + ## CHANGES WITH 4.4.0: ### New features * Add support for CSI 18t and 19t command diff --git a/meson.build b/meson.build index 0dc0c2b..c099ad4 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'libtsm', 'c', - version: '4.4.0', + version: '4.4.1', license: 'MIT', meson_version: '>=1.1', default_options: [