gdamore/tcell
 Watch   
 Star   
 Fork   
6 hours ago
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

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

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

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

20 days ago
tcell

Version 2.13.4 Bug Fix

What's Changed

(Note that v2.13.3 was accidentally tagged on the wrong branch -- it had the same content, but the git history was wrong -- we've deleted the tag.)

Note that folks relying on KeyBacktab will find that the regression where on some terminals it became KeyTab+ModShift is now fixed.

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

20 days ago
tcell

Version 3.0.3 Bug Fix Release

What's Changed

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

26 days ago
tcell

Version 2.13.2 Bug Fix Release

This fixes a problem that affected some applications on Windows (wrong terminal dimensions due to an off-by-one error.)

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.1...v2.13.2

26 days ago
tcell

Version 3.0.2 Bug Fix Release

What's Changed

New Contributors

Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.1...v3.0.2

28 days ago
tcell

Version 3.0.1 Bug Fix Release

One very unfortunate bug with key handling (capital letters not working) was found just after we released 3.0.0.

This release also adds some accessors which should have been in 3.0.0 but weren't. Technically this probably should have been a minor release, but we don't think anyone is likely to have started using 3.0.0 for real (particularly with the nasty bug we fixed), so we decided not to make it a minor release.

With this direct Attributes use is no longer recommended. Use the accessors on Style instead.

What's Changed

New Contributors

Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.0...v3.0.1

2025-12-01 09:27:03
tcell

Version 3.0.0 Major Release

Version 3 is a major new release. It introduces improvements in the event handling, richer support for more keys and modifier reports, more functionality out of the box, desktop notification support, simpler APIs for emitting strings directly to the screen, and numerous bug fixes.

Every Tcell version 2 application will need some modifications to work with Tcell version 3. See the CHANGESv3.md document for more information.

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.0...v3.0.0