Skip to content

Releases: WMOH-DEV/shellway

0.22.1

24 Apr 19:41

Choose a tag to compare

v0.22.1

chore(release): 0.22.1

0.22.0

24 Apr 10:08

Choose a tag to compare

v0.22.0

Release 0.22.0 — SQL healing engine

0.20.0

23 Apr 10:03

Choose a tag to compare

v0.20.0

v0.20.0

0.19.1

22 Apr 10:07

Choose a tag to compare

v0.19.1

v0.19.1

0.17.8

22 Apr 09:13

Choose a tag to compare

v0.17.8

fix: SQL client cell text selection — single-cell drag, double-click …

0.17.4

27 Mar 01:16

Choose a tag to compare

v0.17.4

fix: restore cell borders on selected rows, eagerly cache saved DBs o…

0.17.2

19 Mar 06:47

Choose a tag to compare

v0.17.2

fix: SQL client — Cmd+S saves in-progress cell edits, Delete key no l…

0.17.1

15 Mar 15:36

Choose a tag to compare

v0.17.1

fix: SQL dual connections for non-blocking queries, smart COUNT optim…

0.17.0

13 Mar 02:01

Choose a tag to compare

v0.17.0

fix: SQL client improvements — merge row updates, filter behavior, pa…

0.16.2

10 Mar 00:49

Choose a tag to compare

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