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
20 changes: 18 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# libtsm Release News

## CHANGES WITH 4.5.0
### New features
* Support for terminal bell and keyboard LEDs by @aruiz in https://github.com/kmscon/libtsm/pull/34
### Bug fixes
* Fix build musl by @kdj0c in https://github.com/kmscon/libtsm/pull/32
* test/vte: fix memory leak in vte tests by @kdj0c in https://github.com/kmscon/libtsm/pull/35
* Refactor scrollback and selection by @kdj0c in https://github.com/kmscon/libtsm/pull/36
* screen: Fix wrong attribute for new cells when resizing by @kdj0c in https://github.com/kmscon/libtsm/pull/37
* Fix remove from sb by @kdj0c in https://github.com/kmscon/libtsm/pull/38
* Fix get next line by @kdj0c in https://github.com/kmscon/libtsm/pull/39
* Fix scrollback position by @kdj0c in https://github.com/kmscon/libtsm/pull/40
* test: robustness, make the test faster. by @kdj0c in https://github.com/kmscon/libtsm/pull/41

### New Contributors
* @aruiz made their first contribution in https://github.com/kmscon/libtsm/pull/34

## CHANGES WITH 4.4.3
### New features
* Add support for VT200 mouse tracking by @caramelli in https://github.com/kmscon/libtsm/pull/27
Expand All @@ -9,7 +25,7 @@
* vte: guard case 'm' (SGR) against CSI_GT prefix by @kdj0c in https://github.com/kmscon/libtsm/pull/29
* wcwidth: update to upstream v4 by @kdj0c in https://github.com/kmscon/libtsm/pull/28

## New Contributors
### New Contributors
* @Karlson2k made their first contribution in https://github.com/kmscon/libtsm/pull/24
* @caramelli made their first contribution in https://github.com/kmscon/libtsm/pull/26

Expand All @@ -21,7 +37,7 @@
* 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
### New Contributors
* @1ace made their first contribution in https://github.com/kmscon/libtsm/pull/19

## CHANGES WITH 4.4.1
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.3',
version: '4.5.0',
license: 'MIT',
meson_version: '>=1.1',
default_options: [
Expand Down
Loading