Skip to content

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 23:27
4771a92

0.12.1 (2026-06-17)

Performance Improvements

  • annotations: debounce per-keystroke annotation sync (b3efb69)
  • annotations: edit content in place to avoid per-keystroke re-renders (d05278d)
  • annotations: O(1) line→annotation lookup via end-line map (3a2b2be)
  • annotations: O(1) per-line annotation lookup (b166498)
  • viewer: hit-test the current-position lookup (8e77395)
  • viewer: take hover out of the reactive path (a125527)