amazon-ec2-instance-selector
amazon-ec2-instance-selector copied to clipboard
Bump github.com/charmbracelet/bubbletea from 1.3.3 to 1.3.5
Bumps github.com/charmbracelet/bubbletea from 1.3.3 to 1.3.5.
Release notes
Sourced from github.com/charmbracelet/bubbletea's releases.
v1.3.5
This release fixes an important bug on Windows where function keys (F1..F20) don't get recognized and sent to the program. It also fixes multiple concurrency bugs related to using external context and p.Wait() and p.Kill().
Also, huge thank you to
@desertwitchwho went in and just crushed a handful of deadlocks.Happy hacking!
Changelog
Bug fixes
- 62ca063a256528e23e05b49750019039a3cd71fc: fix(key): windows: recognize function keys on Windows (#1405) (
@aymanbagabas)- 0f9cd5b5376b8456a46f1d414590e81511ce3f06: fix(panics): fix race condition and false nil error return (
@desertwitch)- a79ab3fd2f547843583ddf30d41b9fe39aee37cc: fix(tests): account for multiple p.Wait() (
@desertwitch)- 1b5fc275fc34411ea74b6b22c05642498f478929: fix: prevent deadlock on ctx cancel during msg processing (
@desertwitch)- aa7a240b9ad054d5d0dd400961f0dd843e26cf31: fix: release p.Wait() on p.Kill() to prevent external deadlocks (
@desertwitch)- 1923181af63c7304e0b5f17a71d68dccc8a1bc45: fix: report only external ctx cancel as ctx error (
@desertwitch)- c56f7768c53848fb844618598060e730fd99d6b2: fix: resolve race conditions caused by p.Kill() (
@desertwitch)Documentation updates
- 3797acbe453e9f4597c81b22f7238e90b8d5cdd0: docs(readme): fix header image mis-caching (
@meowgorithm)- 8508131fee51e579291b9d2c378c5c6babb266ea: docs(readme): header art adjustments (
@meowgorithm)- b3150e1e52e4d3d187b4dddde74cd54a29942ca3: docs(readme): update header art (
@meowgorithm)Other work
- b224818d994537a25de86e2658fb9f437ea0baf4: ci(lint): fix all lint issues on
main(#1342) (@andreynering)- 1a0062becb4a36a76d7b63e55c44888c53d65835: ci: fix lint issues (
@andreynering)- d0c4b6559aba02e4c859a5f147fa6aceedfad328: ci: fix linting on windows-only files (#1361) (
@andreynering)- 0b18d1f86f0740d57d317f42bbef91bda940a428: ci: sync dependabot config (#1403) (
@charmcli)- 0e49efb90f1bd8b24e8f30a42335a302bad5af14: ci: sync golangci-lint config (#1354) (
@github-actions[bot])- a46d16dccbfa5439b208c38eb0cb5962836f17a5: ci: sync golangci-lint config (#1379) (
@github-actions[bot])- 5a360c9fba5a83e7c1ed6acc038a001f1ebda1f1: ci: sync golangci-lint config (#1394) (
@github-actions[bot])
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.3.4
This release fixes an issue on Windows where the mouse is always enabled even if it wasn't requested. Now, using mouse options such as
tea.WithAllMouseMotion()and commands such astea.EnableMouseAllMotionandtea.DisableMouseturns the mouse on/off as expected.Changelog
New Features
- e817654e03769c14bdc09f9032724dfc53aa936f: feat(ci): move from goveralls to codecov (#1332) (
@aymanbagabas)Bug fixes
- bf1216dfaf642b73b639262ab91a7e7c86095d34: fix: windows: enable mouse mode on demand (#1340) (
@aymanbagabas)Other work
... (truncated)
Commits
62ca063fix(key): windows: recognize function keys on Windows (#1405)0b18d1fci: sync dependabot config (#1403)12e598bchore(deps): bump github.com/charmbracelet/glamour in /examples (#1397)915f65dchore: merge pull request #1376 from desertwitch/stacked-patches5a360c9ci: sync golangci-lint config (#1394)540d584chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /examples (#1392)5aca88cchore(deps): bump github.com/charmbracelet/bubbles in /examples (#1389)1a0062bci: fix lint issues9fab4a1chore: rungo mod tidyonexamples/5c6d02dchore(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (#1382)- Additional commits viewable in compare view
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 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)