From 9b7448343750822c6b75c052fff077981eded937 Mon Sep 17 00:00:00 2001 From: xunbu Date: Tue, 12 Aug 2025 00:52:01 +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 | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docutranslate/__init__.py b/docutranslate/__init__.py index 2716290..6f8b607 100644 --- a/docutranslate/__init__.py +++ b/docutranslate/__init__.py @@ -1 +1 @@ -__version__="1.1.1" \ No newline at end of file +__version__="1.1.2" \ No newline at end of file diff --git a/更新日志.txt b/更新日志.txt index 84578dd..17483a8 100644 --- a/更新日志.txt +++ b/更新日志.txt @@ -1,5 +1,11 @@ 更新日志 ---------------------------------------- +v1.1.2版 2025.8.11 +特性 +- 增加自定义目标语言 +优化 +- 增加英语界面 +---------------------------------------- v1.1.1版 2025.8.9 修复 - 修复交互式界面不使用转换引擎时出现的bug