Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
project(
'libtsm',
'c',
version: '4.4.1',
version: '4.4.2',
license: 'MIT',
meson_version: '>=1.1',
default_options: [
Expand Down
Loading