From 6d6aafc5bd9c1bb820a0e35d6896f7cc99d5b1b3 Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 21:24:44 +0200 Subject: [PATCH] Add KNOWN_ISSUES.md --- docs/KNOWN_ISSUES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/KNOWN_ISSUES.md diff --git a/docs/KNOWN_ISSUES.md b/docs/KNOWN_ISSUES.md new file mode 100644 index 0000000..b7f2f78 --- /dev/null +++ b/docs/KNOWN_ISSUES.md @@ -0,0 +1,11 @@ +# Known Issues + +## config.ini persistence (privacy) + +`config.ini` caches the save-folder path including the Windows username on disk. Paths are sanitized in logs, but the raw path remains in the config file. + +**Planned**: Remove `config.ini` entirely. Auto-discover by default, prompt for manual path entry at runtime if discovery fails. v0.3.0 target. + +## No manual path override UI + +Users who cannot auto-detect save locations have no way to manually specify a path. This will be resolved alongside the config.ini phase-out with a runtime input prompt.