Releases: ykosyakov/simple-local
Releases · ykosyakov/simple-local
0.5.12
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0.5.11
v0.5.11 0.5.11
0.5.10
v0.5.10 0.5.10
0.5.9
v0.5.9 0.5.9
0.5.8
v0.5.8 0.5.8
0.5.7
fix: "Restart Now" button not working after update download The tray's close handler calls event.preventDefault() when app.isQuitting is false, hiding the window instead of closing it. When autoUpdater.quitAndInstall() tried to close the window, the close was intercepted and the app just minimized to tray instead of restarting to apply the update. Set app.isQuitting = true before quitAndInstall() so the tray handler allows the window to close. Also bumps version to 0.5.7. Co-Authored-By: Claude Opus 4.6 <[email protected]>
0.5.6
fix: remove explicit arch from mac targets to avoid upload conflicts Each CI job (arm64/x64) was building both architectures because the config listed both arches explicitly, overriding the CLI --arm64/--x64 flags. This caused the second job to fail with 422 "already_exists" when uploading duplicate assets. Removing the arch arrays lets the CLI flags control which architecture each job builds. Co-Authored-By: Claude Opus 4.6 <[email protected]>
v0.5.5
What's New
In-App Update UI
Replaced native Electron dialogs with a custom in-app update experience:
- Version indicator in sidebar footer shows current version (e.g.,
v0.5.5) - Status icons provide at-a-glance update status:
- Spinner when checking for updates
- Download icon when update is available
- Checkmark when ready to install
- Error icon if something went wrong
- Update modal with clear actions:
- Download prompt when new version is available
- Progress bar with download speed during download
- Restart prompt when update is ready to install
The update flow now feels native to the app's dark "Control Room" aesthetic.
Full Changelog: v0.5.4...v0.5.5
0.5.4
v0.5.4 chore: bump version to 0.5.4
0.5.3
chore: bump version to 0.5.3 Co-Authored-By: Claude Opus 4.6 <[email protected]>