feat: Introduce force update configuration feature with multilingual support

- Added a new function to force update the configuration file with the latest defaults, including backup and removal of the original file.
- Implemented multilingual support for force update messages in English, Simplified Chinese, and Traditional Chinese locale files.
- Updated CHANGELOG.md to reflect the new feature and fixes, bumping the version to 1.8.08 in the build workflow.
This commit is contained in:
yeongpin
2025-04-07 10:51:01 +08:00
parent 16b6ba95e2
commit 9c66725caf
7 changed files with 74 additions and 11 deletions

View File

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