更新日志

This commit is contained in:
xunbu
2025-11-10 20:20:28 +08:00
parent 52a8302959
commit 555090bd48
3 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ jobs:
build-macos: build-macos:
# 步骤 1: 指定运行环境为 macOS 14 (Apple Silicon) # 步骤 1: 指定运行环境为 macOS 14 (Apple Silicon)
# 这是构建 arm64 和 universal2 应用的必要条件。 # 这是构建 arm64 和 universal2 应用的必要条件。
runs-on: macos-13 runs-on: macos-14
steps: steps:
# 步骤 2: 检出你的代码库 # 步骤 2: 检出你的代码库

View File

@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2025 QinHan # SPDX-FileCopyrightText: 2025 QinHan
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: MPL-2.0
__version__="1.5.1a2" __version__="1.5.1"

View File

@@ -1,6 +1,6 @@
更新日志 更新日志
---------------- ----------------
v1.5.1-alpha2 v1.5.1版
特性 特性
- 支持mineru部署服务 - 支持mineru部署服务
- txt翻译支持不分段、按连续行分段 - txt翻译支持不分段、按连续行分段
@@ -9,6 +9,7 @@ v1.5.1-alpha2版
- 优化重试机制 - 优化重试机制
- 提高分块大小上限 - 提高分块大小上限
- 优化思考模式控制 - 优化思考模式控制
- 优化提示词
---------------- ----------------
v1.4.18版 2025.11.3 v1.4.18版 2025.11.3
优化 优化