Skip to content

Commit c05c3d4

Browse files
committed
chore(release): prepare v1.0.3-beta.5
1 parent 8e8229e commit c05c3d4

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v1.0.3-beta.5 (2026-04-22)
4+
- Added privacy mode and inline chat session renaming to improve workspace discretion and session organization
5+
- Added request timeout controls with a higher default range, and refined Kimi fixed-temperature plus Gemini v1beta compatibility handling
6+
- Improved startup and runtime responsiveness through asynchronous icon loading, store initialization cleanup, and more stable navigation payload normalization
7+
- Hardened desktop security by enabling Electron context isolation and disabling node integration for embedded web contents
8+
- Fixed several workflow regressions across trackpad scrolling, new thread entry visibility, project clearing, timeout propagation, and upgraded SQLite/provider recovery
9+
- 新增隐私模式与会话内联重命名,提升工作区信息保护和会话整理效率
10+
- 新增请求超时配置并扩展默认范围,同时优化 Kimi 固定温度策略与 Gemini v1beta 兼容处理
11+
- 通过异步图标加载、store 初始化清理与导航载荷规范化,改善启动速度和运行时响应性
12+
- 强化桌面端安全基线,为内嵌 Web 内容启用 Electron context isolation 并关闭 node integration
13+
- 修复触控板滚动、新建会话入口显隐、项目清空选择、超时参数传递,以及升级后 SQLite/provider 恢复等多项流程问题
14+
315
## v1.0.3-beta.4 (2026-04-19)
416
- Recovered missing SQLite `deepchat_sessions` columns on upgraded installs to restore stable session persistence
517
- 修复升级安装后 SQLite `deepchat_sessions` 缺失列的问题,恢复会话持久化稳定性

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DeepChat",
3-
"version": "1.0.3-beta.4",
3+
"version": "1.0.3-beta.5",
44
"description": "DeepChat,一个简单易用的 Agent 客户端",
55
"main": "./out/main/index.js",
66
"author": "ThinkInAIXYZ",

0 commit comments

Comments
 (0)