docs: update

This commit is contained in:
xxnuo
2025-12-07 16:55:53 +08:00
parent 7db27f89a0
commit 6a59ef87c9
3 changed files with 26 additions and 1 deletions

View File

@@ -164,8 +164,18 @@ jobs:
WARNING="**Development build - may be unstable**"$'\n\n'
fi
CHANGELOG=""
if [ -f "CHANGELOG.md" ]; then
CHANGELOG=$(cat CHANGELOG.md)
fi
cat > release_body.md << EOF
${WARNING}## MTranServer
## Changelog
${CHANGELOG}
## Download
| Platform | Architecture | Binary |
|----------|-------------|--------|

View File

@@ -9,4 +9,7 @@ v3.1.13
v3.1.12
- 修复高并发情况下翻译结果错乱的 Bug
- Fix: High concurrency translation result confusion bug
- Fix: High concurrency translation result confusion bug
全部更新内容请参考 [HISTORY.md](HISTORY.md)
For full update content, please refer to [HISTORY.md](HISTORY.md)

12
HISTORY.md Normal file
View File

@@ -0,0 +1,12 @@
v3.1.14
- 工作时自动下载使用最新版本的模型,无需手动下载(离线模式则不会更新)
- Auto download the latest version of the model when working, no need to manually download (offline mode will not update)
v3.1.13
- 添加详细日志,方便调试
- Add detailed logs for debugging
v3.1.12
- 修复高并发情况下翻译结果错乱的 Bug
- Fix: High concurrency translation result confusion bug