fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.8#335
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.8#335renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
186c8be to
65d825f
Compare
3b72238 to
64b404e
Compare
64b404e to
af8c5c6
Compare
fc50540 to
6d21781
Compare
0ff1250 to
092e8da
Compare
cefdcf4 to
9af96ce
Compare
9af96ce to
4fed9fb
Compare
4fed9fb to
95b627c
Compare
95b627c to
f5885bb
Compare
76762ae to
146bedd
Compare
146bedd to
1b30cad
Compare
1b30cad to
40cdc71
Compare
40cdc71 to
c83a4f5
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c83a4f5 to
e601899
Compare
e601899 to
b568f91
Compare
b568f91 to
d987468
Compare
d987468 to
61acc53
Compare
61acc53 to
a926085
Compare
a926085 to
86b2466
Compare
86b2466 to
79f9b66
Compare
79f9b66 to
bf68ae5
Compare
bf68ae5 to
3c528b2
Compare
3c528b2 to
749735a
Compare
749735a to
36f941a
Compare
36f941a to
5c2cfde
Compare
5c2cfde to
22bf1c9
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
22bf1c9 to
9468f0a
Compare
9468f0a to
d8a5bc2
Compare
d8a5bc2 to
bd94a74
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.7.0→v2.13.8Release Notes
gdamore/tcell (github.com/gdamore/tcell/v2)
v2.13.8: Version 2.1.3.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
New Contributors
Full Changelog: gdamore/tcell@v2.7.4...v2.8.0
v2.7.4: Version 2.7.4 Bug Fix ReleaseCompare Source
This release fixes a problem with restoring cursor location properly on Windows.
It also includes a new stress test for your terminal (FPS monitor) contributed by @Bios-Marcel
v2.7.3: Version 2.7.3 Bug Fix ReleaseCompare Source
This release just updates the terminfo data using current data from Ubuntu 24.04 (Noble).
It fixes a regression where we dropped some capabilities including StrikeThrough for some terminals.
v2.7.2: Version 2.7.2 Improvement ReleaseCompare Source
This release does not add new APIs, but it does improve the functionality of tcell on Windows, and provides an "undocumented" feature for managing the alternate screen buffer.
TCELL_VTMODEenvironment variable can be set to "enable" or "disable" to force attempting to use (or not) this mode.TCELL_ALTSCREENenvironment variable to "disable".The specific environment variables listed here are not considered part of the Tcell API, and their presence and meaning may change without notice at any time. Please consider them experimental and let us know whether these are useful or not.
v2.7.1: Version 2.7.1 Bug Fix ReleaseCompare Source
This release fixes a few problems, and also adds a feature that was missing on Windows.
Additionally:
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 is behind base branch, 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.