Skip to content

Releases: Aetf/libtsm

Release v4.3.0

14 Nov 09:02

Choose a tag to compare

What's Changed

  • Respond to OSC 10 (fg color), OSC 11 (bg color) and OSC 4 (256-color) queries by @malsyned in #55
  • Add tsm_screen_selection_word() by @kdj0c in #54

New Contributors

Full Changelog: v4.2.0...v4.3.0

Release v4.2.0

10 Oct 09:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

02 Jul 07:41
a50bde4

Choose a tag to compare

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[nE and \E[nF by @viruscamp in #39
  • New release 4.1.0 by @kdj0c in #44

New Contributors

Full Changelog: v4.0.2...v4.1.0

Release v4.0.2

18 Feb 06:22
v4.0.2

Choose a tag to compare

Changelog:

  • Fix the build of gtktsm with recent versions of pango
  • Move to GitHub Actions from TravisCI

Release v4.0.1

09 Oct 18:04
v4.0.1

Choose a tag to compare

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