更新日志

This commit is contained in:
xunbu
2025-09-23 11:33:07 +08:00
parent 493a0b847a
commit 648f1b3f6a
6 changed files with 110 additions and 115 deletions

View File

@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2025 QinHan # SPDX-FileCopyrightText: 2025 QinHan
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: MPL-2.0
__version__="1.4.4" __version__="1.4.5"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -18,7 +18,6 @@ dependencies = [
"markdown>=3.8.2", "markdown>=3.8.2",
"pymdown-extensions>=10.16.1", "pymdown-extensions>=10.16.1",
"chardet>=5.2.0", "chardet>=5.2.0",
"py>=1.11.0",
"pysubs2>=1.8.0", "pysubs2>=1.8.0",
] ]
dynamic = ["version"] dynamic = ["version"]

11
uv.lock generated
View File

@@ -332,7 +332,6 @@ dependencies = [
{ name = "mammoth" }, { name = "mammoth" },
{ name = "markdown" }, { name = "markdown" },
{ name = "openpyxl" }, { name = "openpyxl" },
{ name = "py" },
{ name = "pymdown-extensions" }, { name = "pymdown-extensions" },
{ name = "pysubs2" }, { name = "pysubs2" },
{ name = "python-docx" }, { name = "python-docx" },
@@ -366,7 +365,6 @@ requires-dist = [
{ name = "markdown", specifier = ">=3.8.2" }, { name = "markdown", specifier = ">=3.8.2" },
{ name = "opencv-python", marker = "extra == 'docling'", specifier = ">=4.11.0.86" }, { name = "opencv-python", marker = "extra == 'docling'", specifier = ">=4.11.0.86" },
{ name = "openpyxl", specifier = ">=3.1.5" }, { name = "openpyxl", specifier = ">=3.1.5" },
{ name = "py", specifier = ">=1.11.0" },
{ name = "pymdown-extensions", specifier = ">=10.16.1" }, { name = "pymdown-extensions", specifier = ">=10.16.1" },
{ name = "pysubs2", specifier = ">=1.8.0" }, { name = "pysubs2", specifier = ">=1.8.0" },
{ name = "python-docx", specifier = ">=1.2.0" }, { name = "python-docx", specifier = ">=1.2.0" },
@@ -1393,15 +1391,6 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/26/65/1070a6e3c036f39142c2820c4b52e9243246fcfc3f96239ac84472ba361e/psutil-7.1.0-cp37-abi3-win_arm64.whl", hash = "sha256:6937cb68133e7c97b6cc9649a570c9a18ba0efebed46d8c5dae4c07fa1b67a07", size = 244971 }, { url = "https://files.pythonhosted.org/packages/26/65/1070a6e3c036f39142c2820c4b52e9243246fcfc3f96239ac84472ba361e/psutil-7.1.0-cp37-abi3-win_arm64.whl", hash = "sha256:6937cb68133e7c97b6cc9649a570c9a18ba0efebed46d8c5dae4c07fa1b67a07", size = 244971 },
] ]
[[package]]
name = "py"
version = "1.11.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/98/ff/fec109ceb715d2a6b4c4a85a61af3b40c723a961e8828319fbcb15b868dc/py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719", size = 207796 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378", size = 98708 },
]
[[package]] [[package]]
name = "pyclipper" name = "pyclipper"
version = "1.3.0.post6" version = "1.3.0.post6"

View File

@@ -1,5 +1,12 @@
更新日志 更新日志
---------------- ----------------
v1.4.5版 2025.9.23
特性
- 支持ass字幕翻译
- 缓存先前选择的工作流
修复
- 修复xlsx工作流某些文件后缀不能使用的问题
----------------
v1.4.4版 2025.9.17 v1.4.4版 2025.9.17
修复 修复
- 修复没有正确读取上次选择平台的问题 - 修复没有正确读取上次选择平台的问题