Files
MTranServer/CHANGELOG.md
2026-01-10 17:03:50 +08:00

19 lines
843 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## v4.0.27
- 添加 DeepLX 兼容接口
- 增大断句长度,提升了翻译质量,建议升级
- 修复译文标点符号格式错误的问题
## v4.0.20
- 发布到 npm现在可以通过 `npm i -g mtranserver` 安装或者 `npx mtranserver` 来运行服务器啦!
- 修复语言检测的内存安全问题
- 修复混合语言检测的逻辑问题,现在能够正常翻译混合语言文本为目标语言了
- 新增 `--download` 命令,支持通过命令行批量下载语言对模型 (例如 `mtranserver --download en_zh zh_en`)
- 新增 `--languages` 命令,列出所有可下载的语言对
- UI新增宽屏模式按钮
- UI新增多面板并排翻译的功能
- UI新增记忆语言、主题等功能开关的功能
- UI新增副标题文档地址按钮
- UI修复历史记录没有滚动条的问题