v0.14.4

charmbracelet/gumv0.14.4Aug 23, 2024by github-actions[bot]

AI Summary

Fixes UI bugs related to input height and defaults, and introduces cyclic navigation for the filter command.

Key Highlights

  • Adds cyclic navigation to the filter command
  • Fixes input height when using borders in the header
  • Fixes default width and height values
  • Fixes select all keybindings

New Features

  • Cyclic navigation for filter

Full Release Notes

## Au revoir, bugs

This release fixes a buncha bugs and introduces a nice lil' quality-of-life feature.

## Changelog

### New!

* 8422c49018116886ae23356c2101c9f7076c865b: feat(filter): Add cyclic navigation (#483) (@piero-vic)

### Fixed

* e095a9142b740b08b2252df7c96e2c9571518751: fix(input): wrong height when using borders in the header (@caarlos0)
* d722a2f1b811581125911a7e1a61b4dc8e9a1ec7: fix: height 0 by default (#640) (@caarlos0)
* 046a4d361eb12ffc0fd1b7ea5fec697ba1fe118e: fix: use 0 as default width (#634) (@caarlos0)
* 9db5c7fbbabad605e763925eeb9e24ec836616db: fix: select all keybindings (#639) (@caarlos0)
* 96448e08e575c5ccd3bdc7b30fc09c67775e2847: fix: show background style help (#641) (@caarlos0)
* 
### Deps

* dd5aa97c4a4592a719e02e67f2c6b5d0321b7f86: feat(deps): bump github.com/charmbracelet/bubbles (#654) (@dependabot[bot])
* 1a91d335fa67b4b90793231fb2b55c579cbfdaaa: feat(deps): bump github.com/charmbracelet/glamour from 0.7.0 to 0.8.0 (#646) (@dependabot[bot])
* 2ee90c889394e3e3a8e022f05097b0f643bf7c58: feat(deps): bump github.com/charmbracelet/lipgloss (#655) (@dependabot[bot])
* f55c3145580caf4c094f5b04e01d08b0ca155127: fix(deps): update huh (@caarlos0)

### Docs

* 7e56d57478d14e2a5378d57f0c5f45e74bbadf7d: docs: update install instructions (@caarlos0)

### Other stuff

* 19a93b08b97e58ba22b1276da2fcfc8f4a82c7f1: refactor(input): simplify echoMode (@caarlos0)

---

<details>
<summary>Verifying the artifacts</summary>

First, download the [`checksums.txt` file](https://github.com/charmbracelet/gum/releases/download/0.14.4/checksums.txt), for example, with `wget`:

```bash
wget 'https://github.com/charmbracelet/gum/releases/download/v0.14.4/checksums.txt'
```

Then, verify it using [`cosign`](https://github.com/sigstore/cosign):

```bash
cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/gum/releases/download/v0.14.4/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/gum/releases/download/v0.14.4/checksums.txt.sig' \
  ./checksums.txt
```

If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`:

```bash
sha256sum --ignore-missing -c checksums.txt
```

Done! You artifacts are now verified!

</details>

<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 on [Discord](https://charm.sh/chat).