chore: add changelog for v0.5.12

Add v0.5.12 changelog entry with 6 major improvements:
- Batch session deletion (checkbox multi-select, select all, batch delete)
- Visual context length editor (click to edit with custom limits)
- Fix group chat @mention keyboard selection (custom dropdown)
- Chat completion sound (auto-play toggle)
- Improved chat message display (filter empty messages, better compression)
- Improved update mechanism (dynamic path resolution for Homebrew support)

Full i18n support across all 8 languages (zh, en, de, es, fr, ja, ko, pt).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-05-06 16:39:46 +08:00
parent ed94df6d85
commit 146454a6cc
9 changed files with 60 additions and 0 deletions
+6
View File
@@ -792,6 +792,12 @@ export default {
// 更新日志
changelog: {
new_0_5_12_1: '新增会话批量删除功能:支持 checkbox 多选、全选、批量删除,提升会话管理效率',
new_0_5_12_2: '新增模型上下文长度可视化编辑:点击上下文长度即可打开编辑弹窗,支持自定义 token 限制',
new_0_5_12_3: '修复群聊 @mention 键盘选择问题:使用自定义下拉菜单替换 NDropdown,支持键盘导航和滚动跟随',
new_0_5_12_4: '新增聊天完成提示音:支持自动播放开关,提升交互体验',
new_0_5_12_5: '优化聊天消息显示:过滤空内容助手消息,改进历史记录和压缩逻辑',
new_0_5_12_6: '改进升级机制:使用 npm prefix -g 动态解析路径,支持 Homebrew 等非标准 Node.js 安装',
new_0_5_6_1: '新增语音播放功能:使用 Web Speech API,支持手动播放按钮、自动播放开关、彩虹边框动画和移动端优化',
new_0_5_6_2: '新增健壮的 LLM JSON 解析器,兼容 Python 格式并从流式事件中提取文本',
new_0_5_6_3: 'Skills 功能增强:使用统计、来源过滤、归档技能、来源追溯和置顶切换',