Commit Graph

112 Commits

Author SHA1 Message Date
ILoveBingLu 7a7dfe79f1 修复新增账号引导、账号显示名与语音导出体验
本次提交主要优化了账号引导、设置页账号展示以及聊天页语音消息导出相关体验。

1. 修复“设置 - 数据解密 - 新增账号引导”在已有账号场景下误继承主窗口数据库已连接状态的问题,避免引导窗口一打开就直接显示“已连接数据库”,恢复新增账号流程的正常进入路径。
2. 调整独立引导窗口的系统控件布局,使其符合平台习惯:macOS 采用左侧“关闭 | 最小化”,Windows 采用右侧“最小化 | 关闭”。
3. 优化设置页“账号管理”的展示逻辑,优先显示用户昵称等更易理解的名称,而不是直接显示 wxid;同时补齐 displayName 的保留与同步逻辑,避免保存或切换账号后名称又退回 wxid。
4. 为聊天页语音消息增加右键“导出语音文件”能力,导出格式为 wav,并补充最小必要的文件写入 IPC 通道,打通从渲染进程到主进程的保存链路。
5. 将语音导出成功提示由系统 alert 调整为页面内自定义顶部气泡提示,并统一复用到复制成功/失败等反馈场景,减少打断感,提升交互一致性。

整体上,这次修改主要是修复几个明显影响理解和操作流畅度的前端交互问题,让新增账号、账号识别和语音导出这几个高频路径更符合用户预期。
2026-04-07 21:46:33 +08:00
ILoveBingLu 4228379aa7 fix: resolve tsconfig node type build issue v4.1.0 2026-04-07 17:17:50 +08:00
ILoveBingLu b3120a3244 release: v4.1.0 2026-04-07 17:03:31 +08:00
ILoveBingLu e436bf2d36 feat: add bundled skill installer support 2026-04-07 16:02:44 +08:00
ILoveBingLu 69d875f788 feat: add moments data to mcp and http api 2026-04-07 14:45:08 +08:00
ILoveBingLu e67640a4c4 feat: add multi-account storage support 2026-04-07 11:25:55 +08:00
ILoveBingLu 892bb38105 feat: add packaged mcp launcher for macos 2026-04-07 10:52:18 +08:00
ILoveBingLu 6c79328b5e release: v4.0.1 2026-04-07 10:12:03 +08:00
ILoveBingLu cec5bced16 fix: generate update manifests during packaging 2026-04-07 01:17:46 +08:00
ILoveBingLu e7ac2b85e5 fix: decouple packaging from release metadata 2026-04-07 01:05:06 +08:00
ILoveBingLu b7d8eb91a9 chore: stop tracking vendor mirrors 2026-04-07 00:58:06 +08:00
ILoveBingLu b9e1a16ce6 fix: stabilize 4.0.0 release pipeline 2026-04-07 00:53:56 +08:00
ILoveBinglu 0c9c3f7c5d fix: treat generated update manifest as build success 2026-04-07 00:33:04 +08:00
ILoveBinglu 49e748f3bf 修复打包 2026-04-07 00:19:02 +08:00
ILoveBinglu 46cca6038c fix: prevent builder auto publish in release jobs 2026-04-07 00:07:07 +08:00
ILoveBinglu c40a9084c5 fix: stabilize release workflow 2026-04-06 23:51:53 +08:00
ILoveBinglu 46f89deae0 release: v4.0.0 2026-04-06 23:36:56 +08:00
ILoveBinglu 190f7db684 merge: bring macos branch into main 2026-04-06 23:23:42 +08:00
ILoveBinglu 7fc73c973b fix: update mac packaging and icon handling 2026-04-06 22:58:52 +08:00
ILoveBinglu d4db5fd715 chore: clean macos integration leftovers 2026-04-06 22:10:36 +08:00
ILoveBinglu 252d2aa487 feat: polish macos window and auth behavior 2026-04-06 22:00:46 +08:00
ILoveBinglu 6f9958c1fb feat: update macos native integration 2026-04-06 21:31:29 +08:00
ILoveBingLu 6aa2a516a2 merge: sync MACOS with main (MCP & updates)
Made-with: Cursor
2026-04-06 14:53:17 +08:00
ILoveBingLu edecacf72d feat: 优化聊天页面日期跳转上下滑动加载
Made-with: Cursor
2026-04-06 14:39:50 +08:00
ILoveBingLu e403e9c4f1 chore: disable differential updates 2026-04-04 04:25:31 +08:00
ILoveBingLu 9d79b00d77 release: v3.0.1 2026-04-04 00:07:19 +08:00
ILoveBingLu 1c26d8dac2 feat:优化更新功能与UI 2026-04-04 00:04:14 +08:00
ILoveBingLu 66a96c089f feat: 新增 MCP 聊天导出自动化并升级到 3.0.0 2026-04-03 22:04:10 +08:00
ILoveBingLu 4a0efe8904 feat: 增强 CipherTalk MCP 协作能力与流式支持 2026-04-03 22:03:42 +08:00
ILoveBingLu 961e232c11 feat: 增强联系和会话查找功能,更新相关文档和脚本 2026-04-03 20:52:28 +08:00
ILoveBingLu 387224c08d chore: release 2.3.5 2026-04-03 16:36:17 +08:00
ILoveBingLu 6eef17a52b chore: improve release CI context and local secret env for release scripts
Made-with: Cursor
2026-04-03 01:33:25 +08:00
ILoveBingLu d49b52fead chore: release 2.3.4
Made-with: Cursor
2026-04-03 01:04:26 +08:00
ILoveBingLu fd13d2967d feat: proxy MCP queries through main process 2026-04-03 00:19:20 +08:00
ILoveBingLu c8c5b437f9 feat: release 2.3.3 differential update diagnostics 2026-04-02 14:18:40 +08:00
ILoveBingLu 03a842493b feat: 增加 AI 配置日志记录和发布上下文详细信息 2026-04-02 13:46:26 +08:00
ILoveBingLu d3c4e698f0 fix: disable prod devtools and release 2.3.2 2026-04-02 13:31:49 +08:00
ILoveBingLu 0da479bed7 fix: 发布 2.3.1 更新安装修复 2026-04-02 04:47:30 +08:00
ILoveBingLu 269375fde6 feat: 更新发布工作流以支持 AI 生成发布说明配置 2026-04-02 04:45:59 +08:00
ILoveBingLu 59ed7ebf67 fix: 构建阶段禁用自动发布 2026-04-02 04:10:04 +08:00
ILoveBingLu 5614ec3036 更新打包 2026-04-02 03:50:45 +08:00
ILoveBingLu 08b3bab806 fix: 使用发布环境中的 GH_TOKEN 2026-04-02 03:40:00 +08:00
ILoveBingLu dce45c1c4f refactor: 重构发布工作流为串并行流程 2026-04-02 03:27:11 +08:00
ILoveBingLu fbf916880b feat: 发布工作流接入 AI 与 Telegram 通知 2026-04-02 03:09:45 +08:00
ILoveBingLu c0098fa51b fix: 绑定发布环境配置 2026-04-02 02:10:28 +08:00
ILoveBingLu c09ca01684 chore: 调整发布工作流与文档说明 2026-04-02 01:51:47 +08:00
ILoveBingLu 981061c810 fix: 升级发布工作流 Node 版本 2026-04-02 01:11:31 +08:00
ILoveBingLu 9b7f89a2af chore: 配置 GitHub 自动发布流程 2026-04-02 00:48:02 +08:00
ILoveBingLu 31c1446369 feat: 取消安装包美化 2026-04-02 00:13:06 +08:00
ILoveBingLu a77e88907b feat: 支持 GitHub 主源与自定义策略更新 2026-04-01 23:41:45 +08:00