Files
SubMiner/changes/config-settings-window.md
T
sudacode 1f7318d615 feat: expand hot-reload to logging, jimaku, subsync, and Anki sub-fields
- Mark logging.level, stats keys, jimaku.*, subsync.*, and granular ankiConnect fields (knownWords, nPlusOne, fields, isLapis, isKiku, behavior) as hot-reloadable
- Refactor classifyConfigHotReloadDiff to path-walk diffing instead of per-key branches
- Wire setLogLevel, invalidateTokenizationCache, refreshSubtitlePrefetch, refreshCurrentSubtitle into hot-reload applied handler
- Exclude ai.* and ankiConnect.ai.* prefixes from config window; hide fields.translation
- Update docs and config.example.jsonc hot-reload annotations
2026-05-20 01:45:14 -07:00

747 B

type: added area: config

  • Added a dedicated Configuration window with launcher entry points via subminer --config and subminer config.
  • Fixed the Configuration window preload so launcher-opened windows can initialize even when Electron sandboxing is active.
  • Kept config-window startup lightweight by skipping AniList token refresh and automatic update polling.
  • Marked safe live config options in the Configuration window and expanded hot reload for stats keys, logging level, Jimaku, Subsync, YouTube language defaults, Anki media/sentence/misc field mappings, sentence card model, and selected Anki annotation/runtime options.
  • Hid AI and translation fields from the Configuration window while keeping them supported in config files.