Skip to content

0.9.7

Choose a tag to compare

@github-actions github-actions released this 21 May 19:23
· 200 commits to main since this release
55325c0

Fixes

  • Mismatch warning icons now persist until manually dismissed instead of auto-clearing after 60s (#360)

Under the hood — security & quality hardening

  • Hardened IPC handlers (save-profile, save-profiles, save-settings, set-login-item, browse-path) with deep input validation, prototype-pollution guards, and game-key allow-lists (#331, #332, #333, #334, #335, #336)
  • Added runtime type guards for all store-backed data — settings reads can no longer crash on tampered config files (#337, #377)
  • Renderer Content Security Policy enforced via build-time meta tag (packaged builds) and HTTP response header (dev mode) (#246)