Skip to content

v0.1.4

Choose a tag to compare

@ctate ctate released this 15 Apr 05:31
· 35 commits to main since this release
d8b8930

Bug Fixes

  • Fixed caret focus state — the cursor now correctly shows/hides based on terminal focus
  • Fixed paste handling — clipboard paste works reliably in the terminal
  • Fixed Ctrl+A and Ctrl+E — jump-to-start and jump-to-end key bindings now work correctly
  • Fixed left/right arrow keys in the just-bash package for proper cursor movement
  • Fixed Cmd+A — select-all support in the terminal
  • Fixed clear line — Ctrl+U now properly clears the current input line

Improvements

  • Line buffering — input is now buffered per-line for more accurate editing and replay
  • Fixed broken links in docs and package READMEs

Contributors