File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,35 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v3.4.2] - 2025-09-25
9+
10+ - 优化前端
11+ - 新增漏洞指纹:
12+ - clickhouse
13+ - comfyui
14+ - dask
15+ - gradio
16+ - langchain
17+ - langflow
18+ - langfuse
19+ - LiteLLM
20+ - ollama
21+ - open-webui
22+ - pyload-ng
23+ - ragflow
24+ - ray
25+ - triton-inference-server
26+ - vllm
27+
828## [ v3.4.1] - 2025-09-24
29+
930- 新增漏洞指纹 CVE-2025 -23316
1031- 优化:triton指纹
1132
1233## [ v3.4] - 2025-09-18
34+
1335### 新增功能 (Added)
36+
1437🌐 ** 国际化支持** :实现了前端界面的国际化(i18n)支持,包括多语言文本和英文截图资源。
1538🐳 ** Docker增强** :更新了一键部署脚本,增加Docker拉取错误信息提示,并支持Apple ARM架构部署。
1639⚡ ** 任务并发控制** :新增任务并发限制功能,优化系统资源管理。
@@ -20,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2043🔌 ** OpenAPI接口更新** :处理thinking模型思考过程过长的问题。
2144
2245### 修复问题 (Fixed)
46+
2347🛠️ ** 前端问题修复** :修复前端界面显示问题,包括窄屏适配和特定UI异常(#74 )。
2448🔧 ** MCP问题修复** :修复MCP协议中的已知Bug,包括模型输出处理和连接稳定性。
2549⚙️ ** 参数解析错误** :修复参数解析过程中的异常问题。
@@ -30,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3054📝 ** 许可证更新** :更新项目许可证文件。
3155
3256## [ v3.3] - 2025-09-03
57+
3358- 新增docker部署一键脚本 For Linux
3459- 修复磁盘读写较慢情况下SSE连接失败问题
3560- 优化AI基础设施扫描探针
Original file line number Diff line number Diff line change 66 "fmt"
77)
88
9- const version = "v3.4.1 -dev"
9+ const version = "v3.4.2 -dev"
1010
1111// ShowBanner is used to show the banner to the user
1212func ShowBanner () {
You can’t perform that action at this time.
0 commit comments