yenche123/liubai
Supercharge yourself!
30 Releases
Latest: 4d ago
v0.32.0Latest
📋 What's Changed
- 升级 多个模型的型号
- 优化 前端性能
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.30.0...v0.32.0
v0.30.0
📋 What's Changed
- 引入 flexsearch,提升本地搜索性能;实测从 1.5s 降低至 25ms 📉
- 优化前端打包策略,使用自定义 codeSplitting 分包
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.29.2...v0.30.0
v0.29.2
📋 What's Changed
- 提升 智谱的模型 至 GLM 5.1
- 提升 MiniMax 的模型 至 M2.7
- 将包管理器 统一迁移至 bun
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.29.1...v0.29.2
v0.29.1
新增 Web Push(支持苹果 [Declarative Web Push](https://webkit.org/blog/16535/meet-declarative-web-push/)),让你能在各个终端接收你所设置的日程提醒。
v0.27.6
📋 What's Changed
- feat: Update AI prompts for three assistants and their documentation. by @yenche123 in https://github.com/yenche123/liubai/pull/223
- Simplify comment editor initialization to use commentId and ignore empty cache by @yenche123 in https://github.com/yenche123/liubai/pull/224
- Fix comment-editor by @yenche123 in https://github.com/yenche123/liubai/pull/226
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.27.4...v0.27.6
v0.27.4
📋 What's Changed
- fix: calendarStamp generated by AI
- feat: add new covers for weixin miniprogram
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.27.1...v0.27.4
v0.27.1
📋 What's Changed
- VS Code 插件端,新增 Antigravity 的支持
- MiniMax M2 升级至 MiniMax M2.1
- GLM 4.6 升级至 GLM 4.7
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.26.5...v0.27.1
v0.26.5
📦 📌 更新日志
- 升级 通义千问的 tts 模型,从 cosyvoice-v1 升级至 cosyvoice-v3-flash
- 新增 使用 tsgo 静态类型检查、编译、打包 vscode 插件
- 新增 web 端 TurboConsole vite 插件,美化开发时的日志打印
- 更新 web 端搜索框样式,全新美观✨
- 移除 web 端 pnpm-lock.yaml,默认改用 bun 当作 web 端包管理器
- 调整 在 liubai-web 和 liubai-vscode-extension 目录的 .vscode 文件夹下,启用 `useTsgo`
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.26.3...v0.26.5
v0.26.3
📦 📌 更新日志
- 新增 AI 助手百灵 Ling-1T https://github.com/yenche123/liubai/pull/212
- 升级 AI 助手海螺,将大模型参数提升为 MiniMax-M2 https://github.com/yenche123/liubai/pull/213
- 升级 AI 助手海螺语音回复模型至 speech-2.6-hd https://github.com/yenche123/liubai/pull/213
- 升级 AI 助手跃问语音回复模型至 step-tts-vivid https://github.com/yenche123/liubai/pull/215
- 修复 网页端全局加载条可能不会消失的问题 https://github.com/yenche123/liubai/pull/214
- 支持 使用 bun 安装、打包管理 liubai-web https://github.com/yenche123/liubai/commit/20d97914a9750339469b1b807622b0a0a7e5e136
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.24.0...v0.26.3
v0.24.0
📋 What's Changed
- 新增 连接器 [飞书多维表格](https://docs.liubai.cc/guide/connect/feishu.html)
- 适配 DeepSeek v3.2
- 适配 智谱 GLM-4.6
- 适配 通义千问 Qwen 3 系列
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.21.3...v0.24.0
v0.21.3
📋 What's Changed
- Node.JS 升级至 v24
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.21.1...v0.21.3
v0.21.0
📦 微信小程序端
- 新增 日历,可将任务一键添加到手机日历中
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.20.6...v0.21.0
v0.20.6
📋 What's Changed
- feat: choose a date by @yenche123 in https://github.com/yenche123/liubai/pull/196
- fix: forgot to handle finished_openids by @yenche123 in https://github.com/yenche123/liubai/pull/197
- Routine Updates by @yenche123 in https://github.com/yenche123/liubai/pull/198
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.20.4...v0.20.6
v0.20.4
📦 微信小程序:留小白的抽屉
- 新增 首页触底,可分页加载
- 新增 首页筛选器,可加载出 `已完成` 或 `已关闭` 的任务
- 新增 任务文字编辑页面,支持修改标题或备注
- 新增 带提醒的任务,如果当前用户没有关注,可以点击界面上的 `戳我开启提醒`
- 新增 在首页列表 如果是单聊的任务,尽可能显示对方的昵称
- 修复 若干问题
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.20.1...v0.20.4
v0.20.1
📋 What's Changed
- feat: add note of WeChat task
- feat: reminder
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.19.0...v0.20.1
v0.19.0
📋 What's Changed
- feat: show my tasks by @yenche123 in https://github.com/yenche123/liubai/pull/182
- perf: tap assign_to by @yenche123 in https://github.com/yenche123/liubai/pull/183
- chore: add some console.log by @yenche123 in https://github.com/yenche123/liubai/pull/184
- feat: upgrade tiptap by @yenche123 in https://github.com/yenche123/liubai/pull/185
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.17.4...v0.19.0
v0.17.4
📋 What's Changed
- docs: about weixin tasks by @yenche123 in https://github.com/yenche123/liubai/pull/174
- fix: build vitepress by @yenche123 in https://github.com/yenche123/liubai/pull/175
- feat: actionsheet by @yenche123 in https://github.com/yenche123/liubai/pull/176
- feat: checkWxTasksForComingSoon by @yenche123 in https://github.com/yenche123/liubai/pull/177
- feat: enterStamp of WxBond by @yenche123 in https://github.com/yenche123/liubai/pull/178
- Yanzhe by @yenche123 in https://github.com/yenche123/liubai/pull/179
- Yanzhe by @yenche123 in https://github.com/yenche123/liubai/pull/180
- feat: upgrade zhipu by @yenche123 in https://github.com/yenche123/liubai/pull/181
- + 1 more
v0.17.2
📋 What's Changed
- Hello, weixin tasks!
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.15.0...v0.17.2
v0.15.0
📋 What's Changed
- Update Avatar by @yenche123 in https://github.com/yenche123/liubai/pull/160 #158
📦 Special Thanks
- 菜卷 & Yuan
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.14.0...v0.15.0
v0.14.0
📋 What's Changed
- feat: add a new thread in schedule-page by @yenche123 in https://github.com/yenche123/liubai/pull/159
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.13.6...v0.14.0
v0.13.6
📋 What's Changed
- Watch Video by @yenche123 in https://github.com/yenche123/liubai/pull/153
- feat: resume by @yenche123 in https://github.com/yenche123/liubai/pull/154
- Free! by @yenche123 in https://github.com/yenche123/liubai/pull/155
- refactor: deepseek r1 0528 by @yenche123 in https://github.com/yenche123/liubai/pull/156
- feat: tip for voice reply by @yenche123 in https://github.com/yenche123/liubai/pull/157
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.13.4...v0.13.6
v0.13.4
📋 What's Changed
- docs: slidepad by @yenche123 in https://github.com/yenche123/liubai/pull/151
- perf: global sidebar by @yenche123 in https://github.com/yenche123/liubai/pull/152
- feat: storage wx unionid
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.13.3...v0.13.4
v0.13.3
📋 What's Changed
- Pull Down Refresh by @yenche123 in https://github.com/yenche123/liubai/pull/150
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.13.2...v0.13.3
v0.13.2
📋 What's Changed
- feat: open showcase by index by @yenche123 in https://github.com/yenche123/liubai/pull/147
- perf: parse link
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.13.0...v0.13.2
v0.13.0
📋 What's Changed
- Let's AI speak!
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.12.0...v0.13.0
v0.12.0
📋 What's Changed
- Hi, using map tools with multi steps!
- Add some documents
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.11.9...v0.12.0
v0.11.9
📋 What's Changed
- fix: visualize for some specific cases by @yenche123 in https://github.com/yenche123/liubai/pull/138
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.11.8...v0.11.9
v0.11.8
📋 What's Changed
- perf: parse location by @yenche123 in https://github.com/yenche123/liubai/pull/135
- docs: impressive by @yenche123 in https://github.com/yenche123/liubai/pull/136
- feat: one click to visualize @yenche123 in https://github.com/yenche123/liubai/pull/137
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.11.7...v0.11.8
v0.11.7
📋 What's Changed
- feat: map by @yenche123 in https://github.com/yenche123/liubai/pull/133
- feat: remove without_tool_prompt by @yenche123 in https://github.com/yenche123/liubai/pull/134
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.11.6...v0.11.7
v0.11.4
📋 What's Changed
- Dev by @yenche123 in https://github.com/yenche123/liubai/pull/127
- feat: remove debug button configuration and related functionality by @yenche123 in https://github.com/yenche123/liubai/pull/128
- Full Changelog: https://github.com/yenche123/liubai/compare/v0.11.3...v0.11.4
