mum4k / termdash

Terminal based dashboard.
Apache License 2.0
2.72k stars 136 forks source link

Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.3 #308

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.3.

Release notes

Sourced from github.com/gdamore/tcell/v2's releases.

Version 2.3.1 Bug fix release

This release fixes a resize regression introduced in v2.3.0. Resizing the window would cause a panic in v2.3.0.

Version 2.3.0 Features & Fixes

Version 2.3.0 brings in three new features, and also addresses a few bugs.

New features:

  • A new Tty interface is available to allow for custom Tty backends (for example to implement an SSH web-based alternative) (fixes #148)
  • Screen.HasPendingEvent() is provided to permit collecting multiple events between screen refreshes (fixes #422)
  • FromImageColor() is available to convert an image.Color into a tcell.Color (fixes #450)

Bug fixes:

  • Notably the tty handling for /dev/tty on UNIX had bugs on suspend or close, affecting Linux in particular (fixes #452, #449)
  • Fini was not safe to call if the Screen was suspended (fixes #460, #440)
Commits
  • c43eafe Fix for writing in last column of last line for automargin terminals.
  • a3de596 Fabricate entries for -256color if they don't exist (xterm colors)
  • 5c5a66e fix panic on resize (regression)
  • f0385f8 Use https for goreportcard.
  • 7a0b45c fixes #422 RFE: Handling events in batches
  • 0bfa151 fixes #460 Possible race condition between Fini and PollEvent
  • 876e1fd Add gruid-tcell to the list of examples in the README
  • 97c0480 fixes #452 Lost a key event once when exiting or suspending in v2.2.1.
  • 8f925d8 Implement FromImageColor
  • 299cb41 Add a sample style to hello world.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 2308


Totals Coverage Status
Change from base Build 2251: 0.0%
Covered Lines: 8443
Relevant Lines: 9244

💛 - Coveralls
dependabot[bot] commented 3 years ago

Superseded by #310.