From 555090bd4826769d0138bba29f09f85bd76750ae Mon Sep 17 00:00:00 2001 From: xunbu Date: Mon, 10 Nov 2025 20:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-macos.yml | 2 +- docutranslate/__init__.py | 2 +- 更新日志.txt | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index cddb80f..8baaa5d 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -11,7 +11,7 @@ jobs: build-macos: # 步骤 1: 指定运行环境为 macOS 14 (Apple Silicon) # 这是构建 arm64 和 universal2 应用的必要条件。 - runs-on: macos-13 + runs-on: macos-14 steps: # 步骤 2: 检出你的代码库 diff --git a/docutranslate/__init__.py b/docutranslate/__init__.py index 3a48aa2..4d53950 100644 --- a/docutranslate/__init__.py +++ b/docutranslate/__init__.py @@ -1,3 +1,3 @@ # SPDX-FileCopyrightText: 2025 QinHan # SPDX-License-Identifier: MPL-2.0 -__version__="1.5.1a2" \ No newline at end of file +__version__="1.5.1" \ No newline at end of file diff --git a/更新日志.txt b/更新日志.txt index 3bd3572..a256de7 100644 --- a/更新日志.txt +++ b/更新日志.txt @@ -1,6 +1,6 @@ 更新日志 ---------------- -v1.5.1-alpha2版 +v1.5.1版 特性 - 支持mineru部署服务 - txt翻译支持不分段、按连续行分段 @@ -9,6 +9,7 @@ v1.5.1-alpha2版 - 优化重试机制 - 提高分块大小上限 - 优化思考模式控制 +- 优化提示词 ---------------- v1.4.18版 2025.11.3 优化