Skip to content

v0.12.1

Choose a tag to compare

@rehatkathuria rehatkathuria released this 09 Jun 21:27
· 6 commits to main since this release
Immutable release. Only release title and notes can be modified.

Bug fixes

  • Fixed an issue where deleting a [Pasted ~N lines] placeholder in the TUI prompt textarea left stale virtual extmarks and prompt parts behind instead of cleaning them up atomically.
  • Fixed the OpenTUI EditBufferRenderable backspace handler to detect and remove virtual extmarks (paste placeholders) before falling through to the standard word-deletion path.
  • Fixed the OpenTUI finishSelection handler to clear the last-selection-click state when a selection was expanded, preventing stale mouse-selection anchors.