v0.14.2
charmbracelet/gumv0.14.2Jul 24, 2024by meowgorithm
AI Summary
Fixes bugs inherited from the Huh integration and adds macOS binary signing and notarization.
Key Highlights
- Signs and notarizes macOS binaries
- Fixes race condition where spinner could mis-render
- Fixes choose crashes when spacebar is pressed twice
- Fixes foreground color setting in choose and write commands
- Restores Y/N keybindings to confirm command
Full Release Notes
# Fixin’ bugs This is a maintenance release to pull in various fixes from [huh](https://github.com/charmbracelet/huh) upstream. As a bonus, macOS binaries are now also signed and notarized courtesy @goreleaser. Thanks for using Gum! ## Changelog ### New * sign and notarize macos binaries in https://github.com/charmbracelet/gum/pull/612 ### Changed * use in-house utility packages in https://github.com/charmbracelet/gum/pull/616 ### Fixed * drop left padding in choose in https://github.com/charmbracelet/gum/pull/597 * fix race conditon where spinner could mis-render in https://github.com/charmbracelet/gum/pull/621 * fix a bug where choose could crash when spacebar is pressed twice https://github.com/charmbracelet/gum/pull/587 * fix a bug where the foreground color could not be set in choose https://github.com/charmbracelet/gum/issues/614 * fix a bug where foreground could not be set in write https://github.com/charmbracelet/gum/issues/583 * fix a bug where keypresses could crash choose https://github.com/charmbracelet/gum/issues/580 * restore <kbd>y</kbd>/<kbd>n</kbd> keybindings to confirm https://github.com/charmbracelet/gum/issues/568 * restore centering to buttons in confirm https://github.com/charmbracelet/gum/issues/566 ## New Contributors * @csandeep made their first contribution in https://github.com/charmbracelet/gum/pull/618 * @clysto made their first contribution in https://github.com/charmbracelet/gum/pull/598 **Full Changelog**: https://github.com/charmbracelet/gum/compare/v0.14.1...v0.14.2 * * * <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@charm), or [Discord](https://charm.sh/chat).