v0.16.1

miraymen/pix2surfv0.16.1May 30, 2025by github-actions[bot]

AI Summary

This patch release addresses timeout error detection and default option application, updates documentation to use `$EDITOR`, and includes various lint and formatting fixes.

Key Highlights

  • Detect timeout error and apply default option
  • Updated documentation to use `$EDITOR` instead of `EDITOR`
  • Resolved lint issues
  • Made empty line before help consistent

Full Release Notes

## Changelog
### Bug fixes
* e292bbf0494520b2b1a6bebb0f4fa9c6510524b5: fix: detect timeout error and apply default option (#888) (@mikybars)
* 817c4bd446a522f8600c911c359c82191c728a64: fix: lint issues (#909) (@caarlos0)
* 4fea9a037ade974139d32a83c0955e96331e75a5: fix: make empty line before help consistent (@caarlos0)
### Documentation updates
* 39290a03b4dee358daf3abea6d2d3537e2731cdc: docs: use `$EDITOR` instead of `EDITOR` (#897) (@haya14busa)
### Other work
* 6682e2079bee12358a2123b5aedd3e849b69a76d: ci: sync dependabot config (#896) (@charmcli)
* a5391274324728bfe9a5a08bb52c958d43601780: ci: update lint jobs and settings (@caarlos0)

---

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

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

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