Skip to content

Update module github.com/gdamore/tcell/v2 to v3 - #29

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-gdamore-tcell-v2-3.x
Open

Update module github.com/gdamore/tcell/v2 to v3#29
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-gdamore-tcell-v2-3.x

Conversation

@renovate

@renovate renovate Bot commented Dec 1, 2025

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/gdamore/tcell/v2 v2.2.0v3.4.1 age confidence

Release Notes

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

v3.4.1: Version 3.4.1 Bug Fix Release

Compare Source

What's Changed

New Contributors

Full Changelog: gdamore/tcell@v3.4.0...v3.4.1

v3.4.0: Version 3.4.0 Feature Release

Compare 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 Release

Compare Source

What's Changed

New Contributors

Full Changelog: gdamore/tcell@v3.2.0...v3.3.0

v3.2.0

Compare Source

v3.1.2: Version 3.1.2 Bug Fix Release

Compare Source

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

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

v2.13.10

Compare Source

v2.13.9: Version 2.13.9 Bug Fix Release

Compare Source

What's Changed

  • fix: fix simscreen double chan closure on disposal by @​pancsta in #​1035
  • fix(input): handle ESC during CSI and SS3 parse states per ECMA-48 by @​ModeEngage in #​1054
  • fix: backport OSC 8 sanitizer to v2

Full Changelog: gdamore/tcell@v2.13.8...v2.13.9

v2.13.8: Version 2.13.8 Bug Fix Release

Compare 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 Release

Compare Source

This fixes two bugs:

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

What's Changed

  • fix(windows): Windows input (paste input) may arrive as UTF-16 still … by @​gdamore in #​987

Full Changelog: gdamore/tcell@v2.13.6...v2.13.7

v2.13.6: Version 2.13.5 Bug Fix Release

Compare 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 Release

Compare 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 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: gdamore/tcell@v2.13.2...v2.13.4

v2.13.2: Version 2.13.2 Bug Fix Release

Compare 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 Release

Compare Source

This fixes a bug decoding certain control keys ([, ], )

v2.13.0: Version 2.13 Bug Fix and Minor Feature Release

Compare Source

What's Changed

Full Changelog: gdamore/tcell@v2.12.2...v2.13.0

v2.12.2: Version 2.12.2 Bug Fix Release

Compare 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 Release

Compare 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 Release

Compare 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 Release

Compare 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 Release

Compare 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 Release

Compare 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 Fixes

Compare 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 Release

Compare Source

Main Features

  • Underline Styles
  • Cursor Colors
  • Hyperlink Support for Windows
  • Clipboard Support
  • Window Title Support
  • Ghostty Terminal Support (by @​joshgoebel)
  • Performance Fix by (by @​kivattt)
  • Fix for slow Start Up Times (#​764)

Detailed List

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

@renovate

renovate Bot commented Dec 1, 2025

Copy link
Copy Markdown
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.24.0

@renovate
renovate Bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch 2 times, most recently from be52a77 to 263bdb6 Compare December 5, 2025 06:08
@renovate
renovate Bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch from 263bdb6 to ca44972 Compare December 11, 2025 08:41
@renovate

renovate Bot commented Dec 11, 2025

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.25.0

@renovate
renovate Bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch 2 times, most recently from 89d2f6b to e3fc40f Compare December 26, 2025 05:46
@renovate
renovate Bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch from e3fc40f to 7c3bfcb Compare December 31, 2025 09:51
@renovate
renovate Bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch 2 times, most recently from 4a03659 to df624a8 Compare January 12, 2026 05:53
@renovate
renovate Bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch from df624a8 to 5aecb86 Compare January 26, 2026 09:00
@renovate
renovate Bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch from 5aecb86 to 29b0c4c Compare April 3, 2026 01:55
@renovate
renovate Bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch from 29b0c4c to 5393f3d Compare April 20, 2026 09:43
@renovate
renovate Bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch from 5393f3d to 65e0732 Compare May 18, 2026 01:36
@renovate
renovate Bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch from 65e0732 to f29e587 Compare July 19, 2026 16:01
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.

0 participants