Pasted attachments
Long pieces of text pasted will be now automatically converted into an attachment for a better UX.
A few bugs were fixed as well.
Enjoy! 🎁 🎄
Changelog
New!
- b3f73213fd7ee20329632d3b9d47f792ba00482c: feat: paste long content as an attachment (#1634) (@caarlos0)
Fixed
- 1c5443358e99bb196bdd812969109126cb99937f: fix: initial api key load (#1672) (@kujtimiihoxha)
- 4f6d0e9373ffb015cba1715a4985298e037d6d14: fix: race condition (#1649) (@kujtimiihoxha)
- 0f76e63276c5d17bcf12bdf973f91a7feca7df19: fix: remove unsupported image types (@kujtimiihoxha)
- ec226090e2865b5bc9f3d4a186c6d71afdce6dc8: fix: splash padding y (#1680) (@caarlos0)
- 5d419e806bdd202e84549ff580922e1a6f150d6c: fix(aws-bedrock): update fantasy with
panicfix (#1681) (@andreynering)
Verifying the artifacts
First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.29.0/checksums.txt) and the [`checksums.txt.sigstore.json` file](https://github.com/charmbracelet/crush/releases/download/v0.29.0/checksums.txt.sigstore.json) files, for example, with `wget`: :::bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.29.0/checksums.txt' wget 'https://github.com/charmbracelet/crush/releases/download/v0.29.0/checksums.txt.sigstore.json' 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' \ --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`: :::bash 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.
