We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50098a3 commit 8b43cf6Copy full SHA for 8b43cf6
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.0.4-beta.3 (2026-04-27)
4
+- Fixed attachment date metadata transfer across IPC payloads so attachment records stay valid in chat flows
5
+- 修复附件日期元数据在 IPC 载荷中的传递,确保聊天流程中的附件记录保持有效
6
+
7
## v1.0.4-beta.2 (2026-04-27)
8
- Preserved interleaved reasoning output so mixed reasoning and answer streams stay in the correct order
9
- Updated the Markstream renderer to the stable 0.0.13 release for more reliable Markdown streaming
package.json
@@ -1,6 +1,6 @@
{
"name": "DeepChat",
- "version": "1.0.4-beta.2",
+ "version": "1.0.4-beta.3",
"description": "DeepChat,一个简单易用的 Agent 客户端",
"main": "./out/main/index.js",
"author": "ThinkInAIXYZ",
0 commit comments