* add nord color scheme * meson: include tsm's deps in libtsm_dep * Fix CSI 18t and 19t reporting size * resize: Fix a corner case when resizing OBS-URL: https://build.opensuse.org/package/show/X11:terminals/libtsm?expand=0&rev=13
90 lines
3.3 KiB
Plaintext
90 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 6 11:59:19 UTC 2026 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Update to 4.4.2:
|
|
* add nord color scheme
|
|
* meson: include tsm's deps in libtsm_dep
|
|
* Fix CSI 18t and 19t reporting size
|
|
* resize: Fix a corner case when resizing
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 23 12:38:03 UTC 2026 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Update to 4.4.1:
|
|
* tsm_vte_paste: check input
|
|
* Add support to CSI b sequence (repeat last char)
|
|
- Update to 4.4.0:
|
|
* Add support for CSI 18t command
|
|
* Fix SGR and PIXEL mouse modes blocked by mouse_event check
|
|
* Update readme to build without unit tests
|
|
* Fix compilation issue on ppc64el
|
|
* Fix mouse drag tracking in SGR and PIXEL modes
|
|
* Fix tsm_screen_resize()
|
|
* vte: Add bracketed paste support (DEC 2004)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 3 21:20:34 UTC 2025 - Adam Mizerski <adam@mizerski.pl>
|
|
|
|
- changed git repo to https://github.com/kmscon/libtsm
|
|
- update to 4.3.0
|
|
- Add OSC 4, 10 and 11 support (only read color, not set it)
|
|
- Add a new API, tsm_screen_selection_word() to select a word at a given position
|
|
- update to 4.2.0:
|
|
- New features
|
|
- Add shift arrow keys
|
|
- Convert to Meson
|
|
- Bug fixes
|
|
- Meson: fix version-script
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 2 14:48:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 4.1.0
|
|
* Make code sent by backspace key configurable
|
|
* Fix wrong background color of new cells after resize
|
|
* Expose the VTE flags
|
|
* Add mouse tracking
|
|
* Add getters for scrollback buffer line count and line pos
|
|
* Add EGA/VGA palette
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 4 16:47:23 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to snapshot 4.0.2+git24 (69922bde02c7)
|
|
* Add mouse support (modes: X10, SGR, SGR Pixel)
|
|
* Fix wrong background color of new cells after resize
|
|
* Add support for "\e[<num>E" and "\e[<num>F"
|
|
- Delete 0001-Add-new-palette-with-standard-VGA-colors.patch
|
|
(merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 29 07:54:47 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 4.0.2
|
|
* Arbitrary color palette configurable via API
|
|
* Fix the build of gtktsm with recent versions of pango
|
|
- Delete 0001-Fix-filename-in-test_common.h.patch (obsolete)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 18 12:59:43 UTC 2018 - fvogt@suse.com
|
|
|
|
- Switch to version 4.0.0 from https://github.com/Aetf/libtsm:
|
|
* Add soft-black and base16-light and -dark color palettes
|
|
* Support underline/italic rendering (with a patched version of kmscon)
|
|
* Support 24-bit true color
|
|
* Support Ctrl + Arrow keys
|
|
* Support custom title using OSC
|
|
* Bug fixes:
|
|
+ Repsonse to 'CSI c' contains random bytes
|
|
+ Fix invalid cpr values
|
|
- Run make check in %check
|
|
- Add patch to fix make check:
|
|
* 0001-Fix-filename-in-test_common.h.patch
|
|
- Add patch to add palette with default linux console colors:
|
|
* 0001-Add-new-palette-with-standard-VGA-colors.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 3 06:04:01 UTC 2014 - jengelh@inai.de
|
|
|
|
- Initial package (version 3) for build.opensuse.org
|