Unclaimed project
Are you a maintainer of crush? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
crush
Glamourous agentic coding for all π
Back to changelogNew
v0.39.1
A mini UI patch
Oh hi. This is a mini patch release to address fixes various to UI bugs. π
xoxo,
Charm β‘οΈ
Changelog
Fixed
- f53402d57eac0590d009611cf892c8957eab15e7: fix(ui): context percentage updates (#2115) (@aymanbagabas)
- 112fea822b66cbac3d295a3a2f86d8ac9e534060: fix(ui): cursor mispositioned when pasting large blocks of text in textarea (#2113) (@aymanbagabas)
- 3bda767c6700db1ead64af01471b3e7b868a569f: fix(ui): ensure we anchor the chat view to the bottom when toggling (#2117) (@aymanbagabas)
- 15a729cbddc6aa087d4a8189829253924d5019f2: fix(ui): only scroll to selected item if item collapsed (@aymanbagabas)
- fd35a87b4c1621b3b1338fd95930756f7990a4eb: fix(ui): padding in the view (#2107) (@caarlos0)
Verifying the artifacts
First, download the file and the files, for example, with :
checksums.txt
wget
wget 'https://github.com/charmbracelet/crush/releases/download/v0.39.1/checksums.txt'
wget 'https://github.com/charmbracelet/crush/releases/download/v0.39.1/checksums.txt.sigstore.json'
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!