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
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# libtsm Release News

## 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
* Add a new API, tsm_screen_selection_word() to select a word at a given position https://github.com/Aetf/libtsm/pull/54

## CHANGES WITH 4.2.0:
### New features
* Add shift arrow keys by @michael-oberpriller in https://github.com/Aetf/libtsm/pull/46
Expand Down Expand Up @@ -27,4 +32,4 @@
* Fix DECRQM SRM request (#30)
* Fix build on macOS (#24)
* Fix wrong background color of new cells after resize (#21)
* Fix path in pkg-config file
* Fix path in pkg-config file
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.2.0',
version: '4.3.0',
license: 'MIT',
meson_version: '>=1.1',
default_options: [
Expand Down
Loading