Skip to content

v0.24.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 15:38
· 2 commits to main since this release

Apple Silicon. Signed and notarized — it opens without a warning.

sha256  dfcc4909ef9e6e5c139523afa39aca85cd9be9569bf357c94140ad40beb71882

What's Changed

First round of fixes from real-world feedback — thanks to the TRMNL crew for the field report.

  • ⌘K clears the terminal, the way Terminal.app means it: the display clears without asking the shell, so it works mid-program, not just at a prompt.
  • ⌘W closes the terminal you're focused in — the undo for one ⌘T too many. With the keyboard anywhere else it closes the active editor tab, as before.
  • Go to file (⌘P) matches substrings now. Space-separated words, each matched as a contiguous substring in order: app cont dev bas finds app/controllers/api/device/base_controller.rb. Single-word abbreviations like wspWorkspace.tsx still work.
  • A project opened for the first time lands on the file tree, not the git tab — a clean repo's git tab read as "this project is empty".
  • The empty editor screen lists the shortcuts you'd want first — go to file, new terminal, toggle terminal, find in files, file tree — under the zero mark.

Nothing changed in the terminal daemon, so running sessions survive this update as usual.

Still to come from the same feedback: a ⌘? shortcut overlay and a hidden-files toggle in the tree.

Full Changelog: v0.23.4...v0.24.0