From 43cb5ea91cef92d3260cdfd9010182b09dee617d Mon Sep 17 00:00:00 2001 From: xunbu Date: Sun, 9 Nov 2025 23:21:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docutranslate/__init__.py | 2 +- 更新日志.txt | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docutranslate/__init__.py b/docutranslate/__init__.py index 85f892c..3a48aa2 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.1a1" \ No newline at end of file +__version__="1.5.1a2" \ No newline at end of file diff --git a/更新日志.txt b/更新日志.txt index 2377797..b5683d0 100644 --- a/更新日志.txt +++ b/更新日志.txt @@ -1,8 +1,14 @@ 更新日志 ---------------- -v1.5.1-alpha版 +v1.5.1-alpha2版 特性 - 支持mineru部署服务 +- txt翻译支持不分段、按连续行分段 +- 提供强制json输出的选项 +优化 +-优化重试机制 +-提高分块大小上限 + ---------------- v1.4.18版 2025.11.3 优化