v0.19.2

charmbracelet/crushv0.19.2Nov 26, 2025by github-actions[bot]

AI Summary

This is a minor Thanksgiving patch release for Crush that fixes two small regressions: a UI rendering glitch where the TUI doesn't appear until an event is received after resuming from background, and an issue where Crush gets stuck when trying to open the TUI EDITOR. The release also includes an update to bubbletea to fix terminal first render restoration.

Key Highlights

  • Fixed UI rendering glitch where Crush won't show the UI until it receives an event after resuming from background
  • Fixed Crush getting stuck when trying to open the Tui EDITOR (reverted previous fix)
  • Updated bubbletea to fix restoring terminal first render

Full Release Notes

# Minor Holiday Patch

You know what would suck? Trying to use a broken Crush during Thanksgiving hacking time. On that note, here's a quick patch to fix a couple small regressions.

The first being a UI rendering glitch where Crush won't show the UI until it receives an event after it resumes from background. The second one is related to Crush getting stuck when you try to open your TUI `EDITOR`, oof! That's all 😄 

Anyway, happy Thanksgiving. Or, if you're not in the US...enjoy your Thursday?

## Changelog
### Fixed
* 9b1ec537337706c42683d081b8a67ebc3f00cd8d: Revert "fix(editor): fix opening `$EDITOR` when it contains arguments… (#1519) (@aymanbagabas)
### Other stuff
* 5ab204873d6d785733de241d929e96aa8470ed99: chore: update bubbletea to fix restoring terminal first render (@aymanbagabas)

---

<details>
<summary>Verifying the artifacts</summary>

First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.19.2/checksums.txt), for example, with `wget`:

```bash
wget 'https://github.com/charmbracelet/crush/releases/download/v0.19.2/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.19.2/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/crush/releases/download/v0.19.2/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).