Skip to content

0.16.2

Choose a tag to compare

@WMOH-DEV WMOH-DEV released this 10 Mar 00:49
· 36 commits to main since this release

Bug Fixes

  • Fix auto-update on unsigned macOS builds — "Restart to update" button was unresponsive because macOS requires code signing for auto-update (electron-builder requirement). Now detects signing status at startup:
    • Signed builds: normal auto-update via quitAndInstall
    • Unsigned builds: opens GitHub release page in browser for manual DMG download
  • StatusBar shows "Download update" with external link icon for unsigned builds
  • Added autoUpdater.logger for better update diagnostics
  • Fixed quitAndInstall IPC deadlock by deferring with setImmediate