1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
# 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
### 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
* 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
* 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
* Convert to Meson by @kdj0c in https://github.com/Aetf/libtsm/pull/45
### Bug fixes
* Fix github CI, after renaming develop to main by @kdj0c in https://github.com/Aetf/libtsm/pull/47
* Meson: fix version-script by @kdj0c in https://github.com/Aetf/libtsm/pull/49
* Readme.md: Fix build status branch name by @kdj0c in https://github.com/Aetf/libtsm/pull/50
* Fix CI on MacOS by @kdj0c in https://github.com/Aetf/libtsm/pull/52
## CHANGES WITH 4.1.0:
### New features!
* Make backspace key configurable (#23)
* Add mouse support (#29)
* Add getters for scrollback buffer line count and position (#32)
* Add new VGA palette, same as kernel VT (#38)
* Add ECMA-48 CSI sequences `\E[nE` and `\E[nF` (#39)
### Bug fixes
* Rewrite of tsm_screen_selection_copy (#36)
* Fix a memleak in tsm_screen_unref (#35)
* Check for nullptr in tsm_vte_get_flags (#31)
* 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
|