chore: 版本号升级 3.1.0 → 3.1.1
This commit is contained in:
+7
-7
@@ -103,7 +103,7 @@ npm run dist # 全部(NSIS + Portable)
|
||||
TOKEN="your_access_token"
|
||||
curl -X POST "https://gitee.com/api/v5/repos/thzxx/metona-ollama/releases?access_token=$TOKEN" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"tag_name":"v3.1.0","name":"v3.1.0","body":"Release notes","target_commitish":"refactor/modular-architecture"}'
|
||||
-d '{"tag_name":"v3.1.1","name":"v3.1.1","body":"Release notes","target_commitish":"refactor/modular-architecture"}'
|
||||
```
|
||||
|
||||
### 上传附件
|
||||
@@ -112,9 +112,9 @@ curl -X POST "https://gitee.com/api/v5/repos/thzxx/metona-ollama/releases?access
|
||||
TOKEN="your_access_token"
|
||||
RELEASE_ID="600564"
|
||||
curl -X POST "https://gitee.com/api/v5/repos/thzxx/metona-ollama/releases/$RELEASE_ID/attach_files?access_token=$TOKEN" \
|
||||
-H "Content-Type: multipart/form-data" -F "file=@release/Metona Ollama Setup 3.1.0.exe"
|
||||
-H "Content-Type: multipart/form-data" -F "file=@release/Metona Ollama Setup 3.1.1.exe"
|
||||
curl -X POST "https://gitee.com/api/v5/repos/thzxx/metona-ollama/releases/$RELEASE_ID/attach_files?access_token=$TOKEN" \
|
||||
-H "Content-Type: multipart/form-data" -F "file=@release/MetonaOllama-Portable-3.1.0.exe"
|
||||
-H "Content-Type: multipart/form-data" -F "file=@release/MetonaOllama-Portable-3.1.1.exe"
|
||||
```
|
||||
|
||||
## 故障排查
|
||||
@@ -129,11 +129,11 @@ curl -X POST "https://gitee.com/api/v5/repos/thzxx/metona-ollama/releases/$RELEA
|
||||
|
||||
## 构建日志
|
||||
|
||||
### v3.1.0(2026-04-07)
|
||||
### v3.1.1(2026-04-07)
|
||||
|
||||
- ✅ `Metona Ollama Setup 3.1.0.exe`(78MB)
|
||||
- ✅ `MetonaOllama-Portable-3.1.0.exe`(78MB)
|
||||
- ✅ Gitee Release v3.1.0(ID: 600564)
|
||||
- ✅ `Metona Ollama Setup 3.1.1.exe`(78MB)
|
||||
- ✅ `MetonaOllama-Portable-3.1.1.exe`(78MB)
|
||||
- ✅ Gitee Release v3.1.1(ID: 600564)
|
||||
|
||||
### v3.0.0(2026-04-06)
|
||||
|
||||
|
||||
+3
-3
@@ -3,14 +3,14 @@
|
||||
## 分支结构
|
||||
|
||||
**桌面版主线**(`master`):
|
||||
- `metona-ollama-desktop-v1` → `metona-ollama-desktop-v1.1` → `metona-ollama-desktop-v2` → `metona-ollama-desktop-v3` → `metona-ollama-desktop-v3.1.0`(当前)
|
||||
- `refactor/modular-architecture`:v3.1.0 重构分支,已合并到 master
|
||||
- `metona-ollama-desktop-v1` → `metona-ollama-desktop-v1.1` → `metona-ollama-desktop-v2` → `metona-ollama-desktop-v3` → `metona-ollama-desktop-v3.1.1`(当前)
|
||||
- `refactor/modular-architecture`:v3.1.1 重构分支,已合并到 master
|
||||
|
||||
---
|
||||
|
||||
## 桌面版(Desktop)
|
||||
|
||||
### Desktop v3.1.0 — 代码质量 & 桌面原生化
|
||||
### Desktop v3.1.1 — 代码质量 & 桌面原生化
|
||||
|
||||
- ♻️ **结构化日志系统**
|
||||
- 渲染进程 58 处 `console.log/warn/error` 全部迁移至 `log-service.ts`
|
||||
|
||||
Reference in New Issue
Block a user