Quick Windows fix
Pasting text on Windows 🪟 is working again.
Thank you for all the support.
The Charm Team ™️
Changelog
Fixed
- afed74c: fix(ui): api key dialog typo (#2131) (@nickgrim)
- b28f4ce: fix(ui): completions popup gets too narrow on single item (#2125) (@caarlos0)
- 2d0a0e2: fix(ui): fix bug preventing pasting text on windows (#2126) (@andreynering)
- 142c854: fix: change hyper url (#2120) (@caarlos0)
- 8adfe70: fix: hyper provider cancel (#2133) (@kujtimiihoxha)
- d29d0e2: fix: realtime session file changes (#2134) (@kujtimiihoxha)
Other stuff
- 874c1ca: chore: update ui/agents.md (#2122) (@caarlos0)
- 9013bb0: 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.txtIf 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.txtDone! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.