Skip to content

v1.0.3

Choose a tag to compare

@jdziat jdziat released this 09 Jun 01:39
· 57 commits to main since this release

1.0.3 (2026-06-09)

Bug Fixes

  • backend: stop send-on-closed-channel panic from tearing down the LSP bridge (a094172)
  • crdt: make yjs a truly optional peer and wire presence through the provider (defe79d)
  • editor: align caret, selection, scroll and clicks with folded text (3a21216)
  • editor: correct multi-cursor edits and undo grouping (34a2fad)
  • editor: expose folding/multi-cursor via Editor/EditorPane and make overlays opt-in (995f481)
  • Overall hardening and improvements (3a70628)
  • services: harden LSP socket lifecycle and isolate optimistic queues (ed20a51)
  • stores: make collections reactive and fix the dirty-flag latch (49c5a31)
  • tokenizer: re-tokenize stale lines and make language support truthful (f99a827)