v0.18.5
charmbracelet/crushv0.18.5Nov 21, 2025by github-actions[bot]
AI Summary
This is a minor release that reduces the update notification display time on screen from 30 seconds to 10 seconds. The release includes minor housekeeping changes and documentation updates.
Key Highlights
- Reduced update notification time from 30 seconds to 10 seconds
- Adjusted status notification details in the UI
- Updated documentation to rename 'aws bedrock' to 'amazon bedrock'
- Added gopls settings from Carlos's dotfiles
Full Release Notes
# There’s an update, WE GET IT This is a tiny release to reduce the update notification time on screen from 30 seconds to 10. That’s pretty much it. Have a good weekend and go outside! 💘 ## Changelog ### Housekeeping * b363612510b0d5071a7d4e5643682ddb003728d3: chore(ui): adjust status notification details (#1490) (@meowgorithm) * 7b4691ea9120343c93109cd1d92ba88260cf676d: chore: add gopls settings from Carlos's dotfiles (#1424) (@meowgorithm) ### Docs * 281e7fa203f378fda7f0ab59dfa87eebfd8daed1: docs(readme): update "aws bedrock" to "amazon bedrock" (#1478) (@micahwalter) --- <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.18.5/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.18.5/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/crush/releases/download/v0.18.5/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/crush/releases/download/v0.18.5/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.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@charmcli), [Bluesky](https://bsky.app/profile/charm.land).