Daan v0.4.2
See the assets to download this version and install.
What's Changed
- feat: support for miniapp and miniapp as mcp server by @pluveto in #24
- fix: top-level await is not available #23 by @pluveto in #25
- perf: use database as data persistence layer by @pluveto in #26
- feat: marketplace support for miniapps and custom characters by @pluveto in #29
- feat: add installingId prop to MarketplaceItemGrid and MarketplaceItemCard for install button state management; add pagination for market list by @pluveto in #49
- feat: support view marketplace item detail by @pluveto in #50
- fix: update isPinned handling in IndexedDBChatDataService to fix bug that delete unpinned not working by @pluveto in #55
- feat: support fetch models; feat: add mobile-web-app-capable meta tag by @pluveto in #62
Full Changelog: v0.3.1...v0.4.2
变更内容
- 新增:支持将小程序作为 MCP 服务器 by @pluveto in #24
- 修复:顶层 await 不可用问题 #23 by @pluveto in #25
- 优化:使用数据库作为数据持久层 by @pluveto in #26
- 新增:市场支持小程序和自定义角色 by @pluveto in #29
- 新增:为 MarketplaceItemGrid 和 MarketplaceItemCard 添加 installingId 属性以管理安装按钮状态;为市场列表添加分页功能 by @pluveto in #49
- 新增:支持查看市场商品详情 by @pluveto in #50
- 修复:更新 IndexedDBChatDataService 中的 isPinned 处理逻辑,解决取消置顶后删除无效的问题 by @pluveto in #55
- 新增:支持获取模型;新增:添加 mobile-web-app-capable 元标签 by @pluveto in #62
完整变更日志:v0.3.1...v0.4.2