Skip to content

v0.1.8

Choose a tag to compare

@WhereIsMyToast WhereIsMyToast released this 09 Jun 21:57
b428f6d

What's new

Settings window

  • Settings now runs as its own short-lived process. Closing it fully frees its memory (~40 MB) instead of leaving it resident, and the main app stays a lean background process.
  • Fixes the settings window staying listed as a running app and the lingering RAM after first open.

Under the hood

  • Removed the persistent off-screen window machinery; each Settings open is a fresh process, eliminating the winit single-window limitation entirely.