From 9f9a6837c3dd0221304489b34a86bb46b6ebb499 Mon Sep 17 00:00:00 2001 From: xunbu Date: Sun, 19 Oct 2025 15:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docutranslate/__init__.py | 2 +- 更新日志.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docutranslate/__init__.py b/docutranslate/__init__.py index c6cf9ac..ebaebf6 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.14" \ No newline at end of file +__version__="1.4.15" \ No newline at end of file diff --git a/更新日志.txt b/更新日志.txt index 845fa34..0ccc797 100644 --- a/更新日志.txt +++ b/更新日志.txt @@ -1,5 +1,9 @@ 更新日志 ---------------- +v1.4.15版 2025.10.19 +优化 +- 优化docx翻译效果 +---------------- v1.4.14版 2025.10.18 特性 - 将大部分ai系统提示词转为用户提示词(本次改动较大)