Update version to 1.8.10, add user authorization check feature, and enhance localization support

- Bumped version in .env file to 1.8.10.
- Introduced a new script for checking user authorization with detailed feedback and error handling.
- Updated CHANGELOG.md to include new entries for the user authorization feature and minor fixes.
- Added localization strings for user authorization checks in English, Simplified Chinese, and Traditional Chinese.
This commit is contained in:
yeongpin
2025-04-09 20:49:39 +08:00
parent 491b227486
commit 3f9cbc3d08
8 changed files with 318 additions and 8 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
## v1.8.10
1. Add: Check User Authorized | 添加檢查用戶授權
2. Fix: Some Issues | 修復一些問題
## v1.8.09
1. Add: Force Update Config | 添加強制更新配置
2. Add: Multilanguage support for force update | 添加強制更新功能的多語言支持