mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 03:16:46 -07:00
- Treat `yomitan.externalProfilePath` as satisfying dictionary setup in launcher and app first-run flow - Reopen setup if an externally-completed setup later runs without external profile and no internal dictionaries - Bump setup state to v3 with `yomitanSetupMode` migration and update setup UI/docs/tests
533 B
533 B
type: changed area: config
- Added
yomitan.externalProfilePathto reuse another Electron app's Yomitan profile in read-only mode. - SubMiner now reuses external Yomitan dictionaries/settings without writing back to that profile.
- SubMiner now seeds
config.jsonceven when the default config directory already exists. - First-run setup now allows zero internal dictionaries when
yomitan.externalProfilePathis configured, and falls back to requiring at least one internal dictionary if that external profile is later removed.