From 4cd26b537dd33743c57ff2afdf5b4741169c9303 Mon Sep 17 00:00:00 2001 From: xunbu Date: Tue, 25 Nov 2025 17:37:23 +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 --- docutranslate/__init__.py | 2 +- 更新日志.txt | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docutranslate/__init__.py b/docutranslate/__init__.py index 5f5565d..6910ba1 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.2a1" \ No newline at end of file +__version__="1.5.2" \ No newline at end of file diff --git a/更新日志.txt b/更新日志.txt index a735b5a..b2ace8a 100644 --- a/更新日志.txt +++ b/更新日志.txt @@ -1,9 +1,16 @@ 更新日志 ---------------- -v1.5.2-alpha1版 +v1.5.2版 2025.11.25 +特性 +- 新的/service/translate/file接口可以直接上传表单文件 +- `docutranslate -i -cors`开启跨域 优化 +- 使用vue重构前端代码 - 优化xlsx翻译效果 - 优化epub的性能开销 +- 分块默认大小调整到5000字节 +修复 +- 修复markdown图片消失/不正确显示的问题 ---------------- v1.5.1版 2025.11.10 特性