From 85a850b38bbb76659c759ae73e11c1a6295f4e1b Mon Sep 17 00:00:00 2001 From: xunbu Date: Tue, 15 Jul 2025 20:55:17 +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 | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docutranslate/__init__.py b/docutranslate/__init__.py index 362b205..d59f42a 100644 --- a/docutranslate/__init__.py +++ b/docutranslate/__init__.py @@ -1,4 +1,4 @@ -__version__="0.3.2b1" +__version__="0.3.2" diff --git a/更新日志.txt b/更新日志.txt index c3ad163..21d5d84 100644 --- a/更新日志.txt +++ b/更新日志.txt @@ -1,14 +1,20 @@ 更新日志 ---------------------------------------- +v0.3.2版 2025.7.15 +优化 +- 提升交互式界面在移动式设备上的效果 +- 增加对python3.11版本的支持 +修复 +- 修复markdown超链接不翻译的问题 +- 修复交互式界面重新翻译时不释放资源的问题 +---------------------------------------- v0.3.1版 2025.7.15 特性: - 全新的UI界面 - 提供服务接口,可以通过127.0.0.1/docs查看接口文档 - 允许多用户使用、可以允许多个任务同时进行 - 优化 - 监听地址改为0.0.0.0(ipv6:[:]) - 修复 - 修复了图片显示出错的问题 ----------------------------------------