v0.39.2
Quick Windows fix
Pasting text on Windows :window: is working again.
Thank you for all the support. The Charm Team ™️
Changelog
Fixed
- afed74cbee977bc05541bc9106dbe2f698dcd987: fix(ui): api key dialog typo (#2131) (@nickgrim)
- b28f4ced49e4ce5c76446a9ee3e3fcd90adac744: fix(ui): completions popup gets too narrow on single item (#2125) (@caarlos0)
- 2d0a0e2764686ccb503f91215a22c911fada30c0: fix(ui): fix bug preventing pasting text on windows (#2126) (@andreynering)
- 142c854e52e50d48dd37497b6aad09bc222cba51: fix: change hyper url (#2120) (@caarlos0)
- 8adfe70c4454363bc839ca405657de91da01998b: fix: hyper provider cancel (#2133) (@kujtimiihoxha)
- d29d0e21216eb5bb68bce18134e1fba8d2d7d362: fix: realtime session file changes (#2134) (@kujtimiihoxha)
Other stuff
- 874c1ca0e8bf89533ce1fafcbe7c1dd37187e30b: chore: update ui/agents.md (#2122) (@caarlos0)
- 9013bb012202eae93a936273782014f5c6ae35d2: refactor: remove old tui (#2008) (@kujtimiihoxha)
Verifying the artifacts
First, download the checksums.txt file and the checksums.txt.sigstore.json file files, for example, with wget:
wget 'https://github.com/charmbracelet/crush/releases/download/v0.39.2/checksums.txt'
wget 'https://github.com/charmbracelet/crush/releases/download/v0.39.2/checksums.txt.sigstore.json'
Then, verify it using cosign:
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' \
--bundle 'checksums.txt.sigstore.json' \
./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:
sha256sum --ignore-missing -c checksums.txt
Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
