Files
SubMiner/changes/macos-update-dialog-activation.md
T
sudacode 166015897d rename config window to settings and update CLI entry points
- Replace `--config`/`subminer config` (no action) with `--settings`/`subminer settings`
- `subminer config` now requires an explicit action (`path` or `show`)
- `--settings` previously opened Yomitan; replaced by `--yomitan`
- Linux tray update installs AppImage via electron-updater instead of manual flow
- macOS update dialog activation and curl-fetch routing fixes
- Delete stale compiled artifacts (main.js, app-updater.js)
2026-05-20 20:31:02 -07:00

447 B

type: fixed area: updater

  • macOS update dialogs triggered by subminer -u now reliably appear in the foreground. SubMiner now shows the dock icon and activates itself via osascript (LaunchServices) before opening the modal alert; app.focus({ steal: true }) alone was unreliable when SubMiner was reached through single-instance forwarding from the CLI-spawned child, leaving the dialog stranded behind other apps with a bouncing dock icon.