v0.18.1
Fixed
- Sidecar diagnostic log could silently disappear. The Python server's session log was written inside the app's install folder — under the default
perMachineinstaller (Program Files), that folder is read-only for regular users, so the write failed and the error was swallowed, falling back to/dev/null. If the sidecar died before opening the job's own log (e.g. a crash on torch/CUDA import, a real case with an old GPU), no log survived at all, for the user or for us. This log now lives in%LOCALAPPDATA%\USKMaker\, always writable.
Full changelog: CHANGELOG.md · CHANGELOG.en.md