gdamore/tcell
 Watch   
 Star   
 Fork   
20 days ago
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

20 days ago
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

2025-12-26 07:06:21
tcell

Version 3.0.5 Bug Fix and Refactor Release

This release is principally a bug fix release, but we also took this opportunity to remove the views sub-package.

This is technically a breaking change, but we don't think anyone has converted to v3 and is using the views package, and we meant to to do this as part of v3 originally.

The content that was in the views package might be introduced in another repository later, if desired. (If you were using the views package and miss it, please let us know! We'd be happy to resurrect it in another sub package.)

What's Changed

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

2025-12-20 23:49:09
tcell

Version 2.13.5 Bug Fix Release

This fixes a regression where Control-J was being reported as KeyEnter.

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

2025-12-20 23:45:42
tcell

Version 3.0.4 Bug Fix Release (Includes Breaking Change)

This release contains one important bug fix (for Control-J reporting on legacy terminals), and some refactoring intended to make feature detection and reporting better. There is a breaking change here in the TTY API, but we don't think anyone has adopted the v3 version of this yet, which is why we felt we could make this change.

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.3...v3.0.4