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 优化