Update version to 1.9.05 and enhance CHANGELOG with new features, fixes, and Python version update in Docker container.

This commit is contained in:
yeongpin 2025-04-14 16:24:50 +08:00
parent 5dad4f35a6
commit 7e0da4a0cb
2 changed files with 8 additions and 2 deletions

4
.env
View File

@ -1,2 +1,2 @@
version=1.9.04
VERSION=1.9.04
version=1.9.05
VERSION=1.9.05

View File

@ -1,5 +1,11 @@
# Change Log
## v1.9.05
1. Refactor: Using match-case to refactor language mapping and menu selection logic, making the code clearer and more maintainable. | 使用 match-case 重构语言映射和菜单选择逻辑,使代码更清晰、可维护性更高。
2. Ci: Update the Python version in the ARM64 Docker build container to 3.10, making it more compatible and easier to migrate in the future. | 更新 ARM64 Docker 构建容器中的 Python 版本至 3.10,兼容性更强,方便未来迁移。
3. Fix: f-string backslash expression errors in multiple files | 修復多個文件中的 f-string 反斜杠表達式錯誤
4. Fix: Some Issues | 修復一些問題
## v1.9.04
1. Add: Opera GX Support | 添加 Opera GX 支持
2. Same as v1.9.03 | 與 v1.9.03 相同