Releases: charmbracelet/wish
v1.4.7
This fixes an important bug related to the Bubble Tea middleware when paired with other middlewares. The Bubble Tea middleware always prints a warning when it forces the color profile of the program. This warning gets printed to the SSH stdout channel without checking whether the session is a PTY or not. This can cause issues when the middleware is used with something like a Git middleware that doesn't expect a PTY nor anything to be printed to the stout channel.
Changelog
Bug fixes
- 5385cd3: fix(tea): do not force color profile if session is not a PTY (#443) (@aymanbagabas)
Other work
- 3019656: ci: sync dependabot config (#411) (@charmcli)
- 7b8d806: ci: sync dependabot config (#412) (@charmcli)
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.4.6
v1.4.5
v1.4.4
Patch x/crypto/ssh
This is a small patch release to fix x/crypto/ssh vulnerability https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ
Changelog
Bug fixes
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.4.3
Changelog
Bug fixes
- 94788c7: fix(tea): query bg color (@aymanbagabas)
- 654e657: fix: cmd should use the session stderr channel (@aymanbagabas)
- 865e1c7: fix: update codeowners (@caarlos0)
- 75f6e8c: fix: update codeowners (@caarlos0)
Documentation updates
- 7acab93: docs: fix broken link in examples readme (#323) (@Broderick-Westrope)
Other work
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.4.2
v1.4.1
Changelog
New Features
- a58be5c: feat: background color detection (#266) (@caarlos0)
- f6125e2: feat: update termenv, improve truecolor detection (#276) (@caarlos0)
Bug fixes
- 6c0aaa6: fix(tea): don't query the terminal for "dumb" terminals (@aymanbagabas)
- 8aed4c3: fix(tea): jump to next middleware when session is not a pty (@aymanbagabas)
- 34bb463: fix: detect bg when no allocate pty (#268) (@caarlos0)
Documentation updates
- 44b9c91: docs(readme): minor copy improvements (@meowgorithm)
- 9b32a8b: docs: HasDarkBackground() in examples (#265) (@caarlos0)
Other work
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.4.0
v1.3.2
Changelog
Bug fixes
- 3d2054d: fix: remove ssh server version (#249) (@aymanbagabas)
Documentation updates
Other work
- 3b7f41d: Create CODEOWNERS (@maaslalani)
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
