go-fuzzyfinder
go-fuzzyfinder copied to clipboard
Bump github.com/gdamore/tcell/v2 from 2.6.0 to 2.8.1
Bumps github.com/gdamore/tcell/v2 from 2.6.0 to 2.8.1.
Release notes
Sourced from github.com/gdamore/tcell/v2's releases.
Version 2.8.1 Bug Fixes
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.
Version 2.8.0 Feature Release
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
- Add go-tetris by
@aaronriekenbergin gdamore/tcell#695- feature: underline styles by
@gdamorein gdamore/tcell#697- Windows: hyperlink support by
@gdamorein gdamore/tcell#705- fixes #666 cursor color by
@gdamorein gdamore/tcell#709- fixes #710 Add support for setting the window title by
@gdamorein gdamore/tcell#711- fixes #561 Add clipboard support. by
@gdamorein gdamore/tcell#714- Bump codecov/codecov-action from 4.1.0 to 4.3.0 by
@dependabotin gdamore/tcell#725- Fix typos by
@deiningin gdamore/tcell#747- fix warning 'Restore cache failed' by
@deiningin gdamore/tcell#748- Adding oddshub to README by
@dos-2in gdamore/tcell#737- fix: add tmux-256color terminfo by
@luisdavimin gdamore/tcell#719- fixes #716 Improve missing terminal error message. by
@spearson78in gdamore/tcell#717- Speed up SetContent by checking length of combining characters before reflect.DeepEqual by
@kivatttin gdamore/tcell#744- Bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 by
@dependabotin gdamore/tcell#743- Bump golang.org/x/sys from 0.18.0 to 0.22.0 by
@dependabotin gdamore/tcell#738- Bump codecov/codecov-action from 4.3.0 to 4.5.0 by
@dependabotin gdamore/tcell#736- Bump golang.org/x/term from 0.18.0 to 0.25.0 by
@dependabotin gdamore/tcell#751- fixes #764 Adding tcell as a dependency delays startup time by
@gdamorein gdamore/tcell#767- Add Ghostty support by
@joshgoebelin gdamore/tcell#763- Bump golang.org/x/term from 0.25.0 to 0.28.0 by
@dependabotin gdamore/tcell#766- Bump codecov/codecov-action from 4.5.0 to 5.1.2 by
@dependabotin gdamore/tcell#762New Contributors
@aaronriekenbergmade their first contribution in gdamore/tcell#695@deiningmade their first contribution in gdamore/tcell#747@dos-2made their first contribution in gdamore/tcell#737@luisdavimmade their first contribution in gdamore/tcell#719@spearson78made their first contribution in gdamore/tcell#717@kivatttmade their first contribution in gdamore/tcell#744@joshgoebelmade their first contribution in gdamore/tcell#763
... (truncated)
Commits
eed6a79fixes #769 UnderlineStyle is displayed, but UnderlineColor is not6833fcefixes #768 Compile error (signed vs unsigned int)a9475fdBump golang.org/x/text to 0.21.01768306Bump codecov/codecov-action from 4.5.0 to 5.1.20fd7cf4Bump golang.org/x/term from 0.25.0 to 0.28.06858527Add Ghostty support522d1e6fixes #764 Adding tcell as a dependency delays startup time807ae5dBump golang.org/x/term from 0.18.0 to 0.25.082fb941Bump codecov/codecov-action from 4.3.0 to 4.5.02cee43fBump golang.org/x/sys from 0.18.0 to 0.22.0- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.