gdamore/tcell
 Watch   
 Star   
 Fork   
2026-05-18 06:44:22
tcell

Version 3.4.0 Feature Release

This release has quite a number of bug fixes, but it also introduces some substantial new capabilities. Mostly the new support for advanced key reporting, along with backing support in the mouse demo, and enhanced configurability and overrides both for the application and for the user (environment variables).

This also replaces the old WASM terminal with a new version based on the libghostty implementation. This should be much faster, and nicer to work with, with a larger set of full features such as advanced key reporting, better support for resizing, etc.

What's Changed

New Contributors

Full Changelog: https://github.com/gdamore/tcell/compare/v3.3.0...v3.4.0

2026-04-20 14:02:32
tcell

Version 2.13.9 Bug Fix Release

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.8...v2.13.9

2026-04-20 13:54:34
tcell

V3.3.0 Feature Release

What's Changed

New Contributors

Full Changelog: https://github.com/gdamore/tcell/compare/v3.2.0...v3.3.0

2026-01-26 15:38:01
tcell

Version 2.1.3.8 Bug Fix Release

This fixes two bugs, both involving wide characters (including emoji) and terminal bugs.

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.7...v2.13.8

2026-01-26 15:32:08
tcell

Version 3.1.2 Bug Fix Release

The main reason for releasing this is to get out two fixes that were offered up by others.

  • Infinite loop bug in pasting
  • Wide characters disappearing at right margin

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v3.1.1...v3.1.2

2026-01-12 11:47:45
tcell

Version 2.13.7 Bug Fix Release

This fixes two bugs:

  • wide not overwriting adjacent character (#976)
  • paste on Windows did not handle certain runes (#984)

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.6...v2.13.7

2026-01-12 11:40:26
tcell

Version 3.1.1 Bug Fix Release

This principally fixes two bugs:

  • Certain runes would cause problems if pasted on Windows (could hang, wouldn't pass) due to Windows surrogate pair handling (#986)
  • Certain terminal emulators would give unfortunate results with certain wide characters (#976)

A bunch more progress made on the emulator subsystem as well, but its still not quite ready for public consumption, although it is used in the mock for testing tcell.

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v3.1.0...v3.1.1

2026-01-09 14:47:40
tcell

Version 2.13.5 Bug Fix Release

This release addresses a problem with keypad keys in certain terminal emulators.

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.5...v2.13.6

2026-01-09 14:46:22
tcell

Version 3.1.0 Feature Release

What's New

The main new feature here is improved support for mouse chords and additional mouse button reporting. It is now possible for multiple mouse buttons to be pressed together, and reported together.

A great deal of additional work was done on the emulator subsystem and in the mocks, yielding over 80% test coverage, with a number of associated bug fixes as a result.

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.6...v3.1.0

2025-12-31 15:53:32
tcell

Version 3.0.6 Bug Fix Release

This address some minor bug fixes, and it reduces some of the writing we do to the terminal when changing attributes and using color.

Most of the rest of the commits in this release are related to improving test coverage, and enhancing the mock terminal backend. Note that the very useless SimScreen has been removed, as the MockBackend is far more functional.

Also some demos have moved from _demos to demos -- and they are now verified in the CI/CD. We will be doing this with the rest of the demos over time.

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.5...v3.0.6