v0.16.2

met4citizen/TalkingHeadv0.16.2Jun 23, 2025by github-actions[bot]

AI Summary

Focuses on bug fixes and documentation updates, addressing environment variable typos, input width issues, and adding contributing guidelines.

Key Highlights

  • Fixed typo in `GUM_CCHOOSE_TIMEOUT` environment variable
  • Resolved text input width issues
  • Added contributing guidelines
  • Updated CI configuration

Full Release Notes

## Changelog
### Bug fixes
* 501402cbbaf9e5a1b88055e5495228f107c0ed46: fix(choose): fix typo in environment variable `GUM_CCHOOSE_TIMEOUT` (#922) (@sadamczyk)
* 0107dffd27d07caaebda4d2615b368db3bc295f7: fix(filter): text input width is too small (#919) (@caarlos0)
* 8081f74c4a5117f371954611366b4d4400ec8008: fix: logic to handle interrupt before timeout in error checking (#918) (@arithmeticmean)
### Documentation updates
* 3c972b0873ee0e9f20cb8a6c90fc79380f2ca36b: docs: add contributing guidelines (#920) (@bashbunni)
### Other work
* f1e274c05f1239d42bc4724a605adab3075fdf06: ci: sync golangci-lint config (#911) (@github-actions[bot])

---

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

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

```bash
wget 'https://github.com/charmbracelet/gum/releases/download/v0.16.2/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.16.2/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/gum/releases/download/v0.16.2/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).