ILLUSIONS RELEASE · 安定版

illusions v0.1.189

公開日
チャンネル
安定版

ダウンロード

リリースノート

What's Changed

  • fix(editor): context menu paste now replaces selected text (#152) by @Iktahana in https://github.com/Iktahana/illusions/pull/161
  • fix(app): add error boundaries to prevent white screen on crash (#156) by @Iktahana in https://github.com/Iktahana/illusions/pull/164
  • perf: memoize text statistics to avoid recomputing on every render (#158) by @Iktahana in https://github.com/Iktahana/illusions/pull/165
  • fix(editor): capture selection position at ruby dialog open time (#157) by @Iktahana in https://github.com/Iktahana/illusions/pull/166
  • fix(history): add async mutex to prevent index TOCTOU race (#154) by @Iktahana in https://github.com/Iktahana/illusions/pull/167
  • fix(tabs): prevent auto-save race condition and stale isDirty (#151) by @Iktahana in https://github.com/Iktahana/illusions/pull/162
  • fix(security): restrict vfs:set-root to dialog-approved paths (#148) by @Iktahana in https://github.com/Iktahana/illusions/pull/160
  • fix(watcher): prevent self-detection of application saves (#153) by @Iktahana in https://github.com/Iktahana/illusions/pull/163

Full Changelog: https://github.com/Iktahana/illusions/compare/v0.1.186...v0.1.189