v0.1.8
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.