From 5dcf43c3c87d75c822212f83ea390caab5f89228 Mon Sep 17 00:00:00 2001 From: xunbu Date: Sun, 19 Oct 2025 08:42:06 +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 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docutranslate/__init__.py b/docutranslate/__init__.py index 8f08d67..c6cf9ac 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.4.13" \ No newline at end of file +__version__="1.4.14" \ No newline at end of file diff --git a/更新日志.txt b/更新日志.txt index b825994..7009035 100644 --- a/更新日志.txt +++ b/更新日志.txt @@ -6,9 +6,12 @@ v1.4.13版 2025.10.18 修复 - 修复epub分隔符不能换行的问题 - 修复html分隔符不能换行的问题 +- 修复pdf解析缓存被意外修改的问题 +- 修复markdown翻译失败时显示 优化 - 优化前端文本 - 修正过时的pydantic语法 +- 优化docx翻译效果 ---------------- v1.4.12版 2025.10.15 优化