Update module github.com/gdamore/tcell/v2 to v3 - #29
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-gdamore-tcell-v2-3.x
branch
2 times, most recently
from
December 5, 2025 06:08
be52a77 to
263bdb6
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gdamore-tcell-v2-3.x
branch
from
December 11, 2025 08:41
263bdb6 to
ca44972
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-gdamore-tcell-v2-3.x
branch
2 times, most recently
from
December 26, 2025 05:46
89d2f6b to
e3fc40f
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gdamore-tcell-v2-3.x
branch
from
December 31, 2025 09:51
e3fc40f to
7c3bfcb
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gdamore-tcell-v2-3.x
branch
2 times, most recently
from
January 12, 2026 05:53
4a03659 to
df624a8
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gdamore-tcell-v2-3.x
branch
from
January 26, 2026 09:00
df624a8 to
5aecb86
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gdamore-tcell-v2-3.x
branch
from
April 3, 2026 01:55
5aecb86 to
29b0c4c
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gdamore-tcell-v2-3.x
branch
from
April 20, 2026 09:43
29b0c4c to
5393f3d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gdamore-tcell-v2-3.x
branch
from
May 18, 2026 01:36
5393f3d to
65e0732
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gdamore-tcell-v2-3.x
branch
from
July 19, 2026 16:01
65e0732 to
f29e587
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.2.0→v3.4.1Release Notes
gdamore/tcell (github.com/gdamore/tcell/v2)
v3.4.1: Version 3.4.1 Bug Fix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: gdamore/tcell@v3.4.0...v3.4.1
v3.4.0: Version 3.4.0 Feature ReleaseCompare Source
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: gdamore/tcell@v3.3.0...v3.4.0
v3.3.0: Feature ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: gdamore/tcell@v3.2.0...v3.3.0
v3.2.0Compare Source
v3.1.2: Version 3.1.2 Bug Fix ReleaseCompare Source
The main reason for releasing this is to get out two fixes that were offered up by others.
What's Changed
Full Changelog: gdamore/tcell@v3.1.1...v3.1.2
v3.1.1: Version 3.1.1 Bug Fix ReleaseCompare Source
This principally fixes two bugs:
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 ReleaseCompare 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 ReleaseCompare 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 ReleaseCompare 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 ReleaseCompare Source
What's Changed
Full Changelog: gdamore/tcell@v3.0.2...v3.0.3
v3.0.2: Version 3.0.2 Bug Fix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: gdamore/tcell@v3.0.1...v3.0.2
v3.0.1: Version 3.0.1 Bug Fix ReleaseCompare 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 ReleaseCompare 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
v2.13.10Compare Source
v2.13.9: Version 2.13.9 Bug Fix ReleaseCompare Source
What's Changed
Full Changelog: gdamore/tcell@v2.13.8...v2.13.9
v2.13.8: Version 2.13.8 Bug Fix ReleaseCompare Source
This fixes two bugs, both involving wide characters (including emoji) and terminal bugs.
Full Changelog: gdamore/tcell@v2.13.7...v2.13.8
v2.13.7: Version 2.13.7 Bug Fix ReleaseCompare Source
This fixes two bugs:
What's Changed
Full Changelog: gdamore/tcell@v2.13.6...v2.13.7
v2.13.6: Version 2.13.5 Bug Fix ReleaseCompare Source
This release addresses a problem with keypad keys in certain terminal emulators.
Full Changelog: gdamore/tcell@v2.13.5...v2.13.6
v2.13.5: Version 2.13.5 Bug Fix ReleaseCompare Source
This fixes a regression where Control-J was being reported as KeyEnter.
Full Changelog: gdamore/tcell@v2.13.4...v2.13.5
v2.13.4: Version 2.13.4 Bug FixWhat'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: gdamore/tcell@v2.13.2...v2.13.4
v2.13.2: Version 2.13.2 Bug Fix ReleaseCompare Source
This fixes a problem that affected some applications on Windows (wrong terminal dimensions due to
an off-by-one error.)
Full Changelog: gdamore/tcell@v2.13.1...v2.13.2
v2.13.1: Version 2.13.1 Bug Fix ReleaseCompare Source
This fixes a bug decoding certain control keys ([, ], )
v2.13.0: Version 2.13 Bug Fix and Minor Feature ReleaseCompare Source
What's Changed
Full Changelog: gdamore/tcell@v2.12.2...v2.13.0
v2.12.2: Version 2.12.2 Bug Fix ReleaseCompare Source
This fixes a problem with certain emoji sequences.
Full Changelog: gdamore/tcell@v2.12.1...v2.12.2
v2.12.1: Version 2.12.1 Bug Fix ReleaseCompare Source
There was some fallout from all the recent design changes. This should fix the main known issues. It also fixes a long
standing issue in the views package.
What's Changed
Full Changelog: gdamore/tcell@v2.12.0...v2.12.1
v2.12.0: Version 2.12 Feature ReleaseCompare Source
Building on the work of v2.11, this includes the win32 input mode design, and new string accessors for cells.
This should be a big quality of life improvement for folks working with simple tcell apps.
What's Changed
Full Changelog: gdamore/tcell@v2.11.0...v2.12.0
v2.11.0: Version 2.11.0 Bug Fix ReleaseCompare Source
This is mostly bug fixes for the previous release. It does however involve a complete redesign of the input subsystem,
which is why we bumped the minor number.
What's Changed
Full Changelog: gdamore/tcell@v2.10.0...v2.11.0
v2.10.0: Version 2.10.0 Feature ReleaseCompare Source
The main change here was introduction of Kitty keyboard protocol support (CSI-u).
What's Changed
New Contributors
Full Changelog: gdamore/tcell@v2.9.0...v2.10.0
v2.9.0: Version 2.9.0 Feature ReleaseCompare Source
Main Features
Notable Bug Fixes
New Contributors
Full Changelog: gdamore/tcell@v2.8.1...v2.9.0
v2.8.1: Version 2.8.1 Bug FixesCompare Source
This release addresses two bugs.
First, a bug with signed int overflow prevented building depending on the go compiler in use.
Second, a bug prevented color underlines from being supported on most Xterm work-a-likes.
v2.8.0: Version 2.8.0 Feature ReleaseCompare Source
Main Features
Detailed List
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.