Skip to content

v0.19.1-beta.7

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jun 01:38
· 95 commits to main since this release
f626fbf

Delta since previous beta (v0.19.1-beta.6) — 1 new changeset.

Patch Changes

  • Tune embedded-terminal wheel scrolling to feel closer to a native terminal (e.g. Ghostty). The smooth mouse-tracking scroll added previously was correct but sluggish: macOS bakes velocity acceleration into wheel deltas, and the per-event clamp was clipping the accelerated fast-flick range. The mouse-mode accumulator now uses a modest base sensitivity with a higher per-event cap so OS acceleration carries through — fast flicks travel far while slow drags stay gentle — and normal scrollback gets a faster per-notch travel. Desktop only.