Update CHANGELOG.md for version 1.9.02 and enhance config handling

- Added entries for version 1.9.02 in CHANGELOG.md, detailing fixes for configuration file path, Windows user permissions, and other issues.
- Improved `config.py` to handle document path retrieval more robustly, including fallback to a temporary directory if the documents path is not found.
- Updated localization files to include new strings for configuration messages in both English and Chinese.
This commit is contained in:
yeongpin
2025-04-12 17:00:18 +08:00
parent 3862176867
commit 26a8e8da28
6 changed files with 51 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ on:
version:
description: 'Version number (e.g. 1.0.9)'
required: true
default: '1.9.01'
default: '1.9.02'
permissions:
contents: write