Skip to content

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 29 Jul 18:48
c1bad63

Bug Fixes

  • Native textarea editing shortcuts: Up/Down now moves or extends the caret across visual lines, Command+Left/Right uses the current line boundary even through unbroken soft wraps, Command+Up/Down reaches the document boundary, and Command+Z / Command+Shift+Z provides bounded per-editor undo and redo from either the keyboard or macOS Edit menu while keeping controlled TextBuffer models synchronized.
  • Textarea indentation: spaces typed at the start of an empty line now remain visible and advance the caret under word wrapping.
  • Textarea pointer selection: Shift-click now extends the selection from the existing caret instead of replacing it.
  • Textarea line endings: caret movement, deletion, and controlled selections now treat CRLF line endings as one indivisible boundary.

Contributors