chore(deps): update module github.com/gdamore/tcell/v2 to v2.13.4
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/gdamore/tcell/v2 | require | minor |
v2.12.0 -> v2.13.4
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gdamore/tcell (github.com/gdamore/tcell/v2)
v2.13.4: Version 2.13.4 Bug Fix
What's Changed
- Fix various keyboard handling issues found in version 2 by @gdamore in https://github.com/gdamore/tcell/pull/904
(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
v2.13.2: 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
v2.13.1: Version 2.13.1 Bug Fix Release
This fixes a bug decoding certain control keys ([, ], )
v2.13.0: Version 2.13 Bug Fix and Minor Feature Release
What's Changed
- Various keyboard protocol handling fixes by @gdamore in https://github.com/gdamore/tcell/pull/866
Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.2...v2.13.0
v2.12.2: Version 2.12.2 Bug Fix Release
This fixes a problem with certain emoji sequences.
Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.1...v2.12.2
v2.12.1: Version 2.12.1 Bug Fix Release
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
- fix(views): app PostFunc races with screen initialization (fixes #276) by @gdamore in https://github.com/gdamore/tcell/pull/851
- Fix KeyCtrlRightSq name from 'Ctrl-[' to 'Ctrl-]' by @noborus in https://github.com/gdamore/tcell/pull/853
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/850
- fix: Pasting 32 or more runes is broken (fixes #852) by @gdamore in https://github.com/gdamore/tcell/pull/854
Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.0...v2.12.1
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.