diff --git a/NEWS.md b/NEWS.md index 5da7f2e..154d068 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,17 @@ # libtsm Release News +## CHANGES WITH 4.4.0: +### New features +* Add support for CSI 18t and 19t command +* Add bracketed paste support (DEC 2004) + +### Bug fixes + * Moved back to https://github.com/kmscon/libtsm + * Fix SGR and PIXEL mouse modes blocked by mouse_event check + * Fix SGR mouse drag tracking in modes 1002 and 1003 + * Fix PIXEL mode drag tracking: remove hardcoded reply_flags + * Fix ppc64el build error + ## 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 diff --git a/meson.build b/meson.build index b8cd5a9..0dc0c2b 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'libtsm', 'c', - version: '4.3.0', + version: '4.4.0', license: 'MIT', meson_version: '>=1.1', default_options: [