chore: add v0.5.4 changelog entries (#367)

Added changelog entries for version 0.5.4 covering:
- Fixed concurrent chat sessions event cross-talk with WebSocket event routing refactoring
- Fixed cron job edit payloads with partial PATCH to support long prompt name-only edits
- Fixed web terminal Hermes CLI availability after Docker deployment
- Added workspace dialog i18n translations for title and improved session persistence
- Supported code block copy feedback with user notifications
- Aligned usage analytics with Hermes state DB schema

Updated all language files (en, zh, de, es, fr, ja, ko, pt) and changelog data file.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-05-01 08:29:06 +08:00
committed by GitHub
parent a948eee4b9
commit e2f35d3caf
10 changed files with 70 additions and 1 deletions
+7
View File
@@ -736,6 +736,13 @@ export default {
// 更新日志
changelog: {
new_0_5_4_1: '五一劳动节快乐!这个劳动节就不劳动啦,如果有问题大家忍忍 🎉',
new_0_5_4_2: '修复并发聊天会话事件串扰问题,重构 WebSocket 事件路由机制',
new_0_5_4_3: '修复 cron job 编辑 payload,支持长提示词的仅名称编辑',
new_0_5_4_4: '修复 Docker 部署后 Web 终端无法使用 Hermes CLI 的问题',
new_0_5_4_5: '添加工作区对话框标题 i18n 翻译,改进会话持久化',
new_0_5_4_6: '支持代码块复制反馈,显示用户通知',
new_0_5_4_7: '对齐使用分析与 Hermes 状态数据库架构',
new_0_5_3_1: '改进思考过程显示,支持页面刷新后持久化',
new_0_5_3_2: '优化字符串化数组格式解析,自动提取思考/文本/工具调用',
new_0_5_3_3: '改进日志显示,移除省略号完整展示日志内容',