build(release): fix v2.9.5 notes order

This commit is contained in:
linshen
2026-04-25 15:06:13 +08:00
parent 33849fe34f
commit f913ed04f0
2 changed files with 6 additions and 6 deletions

View File

@@ -10,6 +10,9 @@
This patch focuses on keeping imported prompts and workspace resets clean without disrupting the user's saved working preferences.
## Product Updates
### Desktop
- No desktop-specific user-facing changes landed in this patch release.
### Web
- Added a page-side workspace utility menu with a Clear Content action across basic, context, and image workspaces.
- Preserved user selections such as models, templates, layout, and test column setup when clearing content.
@@ -20,9 +23,6 @@ This patch focuses on keeping imported prompts and workspace resets clean withou
### Extension
- No extension-specific user-facing changes landed in this patch release.
### Desktop
- No desktop-specific user-facing changes landed in this patch release.
### Core/Infra
- Added regression coverage for session clear-content behavior and Prompt Garden import cleanup.
- Added `.trellis/` to ignored local workspace artifacts.

View File

@@ -10,6 +10,9 @@
这一版聚焦“清场但不重置偏好”:导入新任务或手动清理内容时,不再把上一轮结果带进新工作区,也不会误伤用户选择的模型、模板和布局。
## 产品更新
### Desktop
- 本次补丁没有桌面端专属的用户可见变化。
### Web
- 在基础、上下文和图像工作区统一加入页面侧边的工作区工具入口,提供“清理内容”操作。
- 清理内容时保留模型、模板、布局和测试列等工作台配置。
@@ -20,9 +23,6 @@
### Extension
- 本次补丁没有扩展端专属的用户可见变化。
### Desktop
- 本次补丁没有桌面端专属的用户可见变化。
### Core/Infra
- 补充了 7 个工作区清理内容和 Prompt Garden 导入清理的回归测试。
-`.trellis/` 加入本地工作区忽略规则。