Skip to content

Releases: ykosyakov/simple-local

0.5.12

13 Feb 08:27

Choose a tag to compare

Co-Authored-By: Claude Opus 4.6 <[email protected]>

0.5.11

11 Feb 22:44

Choose a tag to compare

v0.5.11

0.5.11

0.5.10

11 Feb 16:24

Choose a tag to compare

v0.5.10

0.5.10

0.5.9

11 Feb 09:33

Choose a tag to compare

v0.5.9

0.5.9

0.5.8

09 Feb 21:35

Choose a tag to compare

v0.5.8

0.5.8

0.5.7

08 Feb 22:08

Choose a tag to compare

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

08 Feb 21:49

Choose a tag to compare

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

08 Feb 20:46

Choose a tag to compare

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

08 Feb 20:12

Choose a tag to compare

v0.5.4

chore: bump version to 0.5.4

0.5.3

08 Feb 19:44

Choose a tag to compare

chore: bump version to 0.5.3

Co-Authored-By: Claude Opus 4.6 <[email protected]>