Releases: Aetf/libtsm
Releases · Aetf/libtsm
Release v4.3.0
Release v4.2.0
What's Changed
- Add shift arrow keys by @michael-oberpriller in #46
- Convert to Meson by @kdj0c in #45
- Fix github CI, after renaming develop to main by @kdj0c in #47
- Meson: fix version-script by @kdj0c in #49
- Readme.md: Fix build status branch name by @kdj0c in #50
- Fix CI on MacOS by @kdj0c in #52
New Contributors
- @michael-oberpriller made their first contribution in #46
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- Make code sent by backspace key configurable by @viccie30 in #23
- Fix wrong background color of new cells after resize by @aheck in #21
- Fix build on macOS by @aheck in #24
- Fix #26: Terminal reset on DECRQM SRM (12) request by @aheck in #30
- Expose the VTE flags by @aheck in #28
- Add mouse tracking by @aheck in #29
- Check for nullptr in tsm_vte_get_flags by @Aetf in #31
- Rewrite of tsm_screen_selection_copy by @aheck in #36
- Fix a memleak in tsm_screen_unref and one in a test by @aheck in #35
- Add getters for scrollback buffer line count and line pos by @aheck in #32
- add palette vga, mimicking linux VT by @grepsuzette in #38
- Add unhandled ECMA-48 CSI sequences
\E[nEand\E[nFby @viruscamp in #39 - New release 4.1.0 by @kdj0c in #44
New Contributors
- @viccie30 made their first contribution in #23
- @aheck made their first contribution in #21
- @grepsuzette made their first contribution in #38
- @viruscamp made their first contribution in #39
- @kdj0c made their first contribution in #44
Full Changelog: v4.0.2...v4.1.0
Release v4.0.2
Changelog:
- Fix the build of gtktsm with recent versions of pango
- Move to GitHub Actions from TravisCI
Release v4.0.1
Changelog:
- Port from autotools to CMake build system
- Arbitrary color palette configurable via API
- More unit tests
- Release tag name changes from libtsm-x.y.z to vx.y.z
- Bug fixes