Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/gdamore/tcell/v2 v2.13.7v3.1.1 age confidence

Release Notes

gdamore/tcell (github.com/gdamore/tcell/v2)

v3.1.1: Version 3.1.1 Bug Fix Release

Compare Source

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: gdamore/tcell@v3.1.0...v3.1.1

v3.1.0: Version 3.1.0 Feature Release

Compare Source

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: gdamore/tcell@v3.0.6...v3.1.0

v3.0.6: Version 3.0.6 Bug Fix Release

Compare Source

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: gdamore/tcell@v3.0.5...v3.0.6

v3.0.5: Version 3.0.5 Bug Fix and Refactor Release

Compare Source

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: gdamore/tcell@v3.0.4...v3.0.5

v3.0.4: Version 3.0.4 Bug Fix Release (Includes Breaking Change)

Compare Source

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: gdamore/tcell@v3.0.3...v3.0.4

v3.0.3: Version 3.0.3 Bug Fix Release

Compare Source

What's Changed

Full Changelog: gdamore/tcell@v3.0.2...v3.0.3

v3.0.2: Version 3.0.2 Bug Fix Release

Compare Source

What's Changed

  • fix(windows): remove incorrect +1 from console dimension calculations by @​ayn2op in #​890

New Contributors

Full Changelog: gdamore/tcell@v3.0.1...v3.0.2

v3.0.1: Version 3.0.1 Bug Fix Release

Compare Source

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: gdamore/tcell@v3.0.0...v3.0.1

v3.0.0: Version 3.0.0 Major Release

Compare Source

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: gdamore/tcell@v2.13.0...v3.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

Qodana for Go

8 new problems were found

Inspection name Severity Problems
Incorrect usage of the 'errors.As' function 🔶 Warning 2
Unused constant 🔶 Warning 1
Comment of exported element starts with the incorrect name ◽️ Notice 5

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@renovate
Copy link
Contributor Author

renovate bot commented Jan 13, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-tcell-major branch January 13, 2026 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants