Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 01:07
· 7 commits to master since this release

0.2.1 (2026-04-09)

⭐ New Features

improved debugSelectPlugin (7b07e40)

  • It is now dev-only.
  • Does not modify the tab title.
  • Uses a floating tooltip the end of the selection, usually in the right most
    area of the editor where it doesn't interfere with anything.

🐛 Fixes

fixed embedded documents not showing (740b7b7)

We were forgetting the initial recreate call. Probably lost in some refactoring
and I didn't notice. To avoid this causing an infinite loop we tweaked the
watcher to avoid loading if content didn't change.

Also added a test so this doesn't happen again.