What's Changed
- fix: constrain theme and image file paths by @PathGao in #249
- fix: prevent UTF-8 fence scanner panics by @PathGao in #265
- fix: ignore stale preview renders by @PathGao in #254
- fix: guard viewer initialization after disposal by @PathGao in #258
- fix: recover from interrupted session restores by @PathGao in #260
- fix: restore editor paste menu and PDF reflow by @PathGao in #266
- fix: restore file-command and VSIX input boundaries by @PathGao in #270
- refactor: extract window runtime by @PathGao in #271
- refactor: extract window session protocol by @PathGao in #272
- refactor: move startup session into window module by @PathGao in #273
- refactor: extract document loading session by @PathGao in #274
- refactor: move document saving into session by @PathGao in #275
- refactor: move task updates into document session by @PathGao in #276
- refactor: move watcher suppression into document session by @PathGao in #277
- refactor: move close decisions into document session by @PathGao in #278
- feat: rebuild tab movement across windows by @PathGao in #279
- feat: rebuild window tags and pinned sessions by @PathGao in #280
- i18n: Update Traditional Chinese (zh-TW) translation based on English locale by @love80312 in #268
- feat: editor toolbar, toolbar settings & table creation by @alecdotdev in #282
New Contributors
- @love80312 made their first contribution in #268
Full Changelog: v2.6.13...v2.6.14