Files
SubMiner/changes/rename-config-window-to-settings.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

485 B

type: changed area: launcher breaking: true

  • Renamed the SubMiner Configuration window to the Settings window across the UI, tray menu, docs, and CLI verbiage.
  • Replaced the --config flag and subminer config (no action) entry points with --settings and subminer settings. The subminer config subcommand now only accepts path or show.
  • Removed the --settings alias that previously opened the bundled Yomitan settings popup. Use --yomitan to open Yomitan settings.