From 7e0da4a0cb0ebeb46383453c1df00599f9621d30 Mon Sep 17 00:00:00 2001 From: yeongpin Date: Mon, 14 Apr 2025 16:24:50 +0800 Subject: [PATCH] Update version to 1.9.05 and enhance CHANGELOG with new features, fixes, and Python version update in Docker container. --- .env | 4 ++-- CHANGELOG.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 7ca6fbf..8449e55 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -version=1.9.04 -VERSION=1.9.04 +version=1.9.05 +VERSION=1.9.05 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d29a06..6c9effa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 相同