Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.4 #335

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gdamore/tcell/v2 v2.7.0 -> v2.7.4 age adoption passing confidence

Release Notes

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

v2.7.4: Version 2.7.4 Bug Fix Release

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

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

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

  • Windows uses VT mode output everywhere except on ConEmu (because VT output mode on ConEmu is borked for colors)
    • The TCELL_VTMODE environment variable can be set to "enable" or "disable" to force attempting to use (or not) this mode.
  • Windows now uses the alternate screen buffer by default, and preserves the original screen content
  • Use of the alternate screen can be disabled setting the TCELL_ALTSCREEN environment variable to "disable".
  • If the alternate screen is disabled in that fashion, we will not clear the screen either. This is an experimental way to preserve the output from a tcell application on exit or suspend. Feedback on this would be appreciated.

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 Release

Compare Source

This release fixes a few problems, and also adds a feature that was missing on Windows.

  • Fix for disappearing wide (including emoji) characters on Windows (#​621)
  • Fix for wide characters causing scrolling when on bottom line on UNIX/Linux (#​679)
  • Fix for PollEvent returning nil on screen Suspend (regression) (#​687)
  • Fix for AltGr modifiers on Windows, contributed by stk stk@ableton.com

Additionally:

  • Support for the termite (defunct) was removed from the built-in terminals. The fallback support by parsing terminfo still works. The termite project is now abandoned and the project advises users to use Alacritty (which is natively supported in tcell.)
  • Support for focus event reporting was added for Windows
  • The Views API no longer uses deprecated tcell functions internally (#​682)

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.


  • 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 requested a review from a team as a code owner February 19, 2024 19:44
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch from 186c8be to 65d825f Compare February 29, 2024 12:28
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.1 fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.2 Mar 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch 2 times, most recently from 3b72238 to 64b404e Compare March 3, 2024 19:40
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.2 fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.3 Mar 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch from 64b404e to af8c5c6 Compare March 4, 2024 00:54
@renovate renovate bot changed the title fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.3 fix(deps): update module github.com/gdamore/tcell/v2 to v2.7.4 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch 2 times, most recently from fc50540 to 6d21781 Compare April 3, 2024 08:08
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch 2 times, most recently from 0ff1250 to 092e8da Compare April 12, 2024 14:17
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch 4 times, most recently from cefdcf4 to 9af96ce Compare April 24, 2024 12:56
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch from 9af96ce to 4fed9fb Compare April 26, 2024 17:23
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch from 4fed9fb to 95b627c Compare May 8, 2024 10:42
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch from 95b627c to f5885bb Compare May 20, 2024 16:52
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch 2 times, most recently from 76762ae to 146bedd Compare May 30, 2024 17:38
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch from 146bedd to 1b30cad Compare June 11, 2024 13:52
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-2.x branch from 1b30cad to 40cdc71 Compare September 23, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Waiting Review
Development

Successfully merging this pull request may close these issues.

0 participants