v0.6.0
v0.6.0
Highlights
Zoom mode: press mod+K z (or bare z) to float the current clip at 90% of the window above a dimmed backdrop, with a smooth view-transition. Zoom tracks the cursor, so navigating while zoomed flips through clips at full size, and it works the same in both the flow and niri layouts. Press the same chord again to exit.
Terminal scroll position is now correct across reconnects. Previously a dev hot reload or an SSE reset (and killing a clip) could leave every terminal pinned to the top of its scrollback; now a terminal that was at the bottom stays pinned to the live prompt across a reconnect or resize, while one you had scrolled up keeps its place. Reading scrollback while output streams holds the line under your eye as old rows trim off the top.
Keyboard: the mod+K leader now dispatches the h/l and Shift+H/Shift+L clip aliases, matching the bare-key behavior -- so mod+K l/h move between clips like mod+K j/k.
Clicking a document clip now selects it rather than dropping straight into edit.
Toolchain is pinned for reproducible builds: Rust 1.93.1 (with rustfmt and clippy) and Deno 2.8.1.
Raw commits
- fix: preserve terminal scroll intent across grid rebuilds (2026-06-25)
- fix: re-stick terminal to bottom on full screen snapshot (2026-06-25)
- fix: wire mod+K leader to the h/l/H/L clip aliases (2026-06-25)
- feat: add zoom mode to float the cursored clip at 90% (2026-06-25)
- build: pin deno to 2.8.1 in check.sh, reformat comparison.md (2026-06-22)
- build: add rustfmt and clippy components to pinned toolchain (2026-06-22)
- build: pin toolchain to rust 1.93.1 (2026-06-22)
- fix: select document clips on click, not edit (2026-06-09)
- docs: note Homebrew tap-trust before install (2026-06-08)