0.3.2
fix: convert preload to CJS to fix control panel IPC preload.js used ESM import syntax but Electron preload scripts must be CommonJS. With package.json "type":"module", Electron couldn't load it, causing window.api to be undefined — breaking all buttons and log display. Renamed to preload.cjs with require() syntax and updated the reference in main.js.