Skip to content

v1.2.4

Choose a tag to compare

@faesel faesel released this 28 Mar 08:14
· 24 commits to main since this release
06d70c8

Security & performance hardening

  • Remove unused electron-store dependency — eliminates ~2.7 MB of dead weight from packaged builds
  • Async settings persistencesaveSettings now uses fs.promises.writeFile to avoid blocking the main process
  • Enable renderer sandboxingsandbox: true on both windows for reduced memory footprint and stronger process isolation
  • IPC input validationsettings:set handler validates types and clamps numeric ranges
  • Tighten CSP — remove 'unsafe-inline' from style-src in both HTML files
  • Preload listener cleanupon() returns a dispose function to prevent listener accumulation