Skip to content

Daan v0.4.1-beta.3

Choose a tag to compare

@github-actions github-actions released this 28 Apr 14:27
8e6d68e

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

变更内容

  • 新功能:支持小程序和小程序作为 MCP 服务器,由 @pluvetopr #24 中实现。
  • 修复:顶级 await 不可用 #23,由 @pluvetopr #25 中修复。
  • 性能优化:使用数据库作为数据持久层,由 @pluvetopr #26 中实现。
  • 新功能:支持小程序和自定义角色的市场,由 @pluvetopr #29 中实现。
  • 新功能:为 MarketplaceItemGrid 和 MarketplaceItemCard 添加 installingId 属性,以管理安装按钮状态;为市场列表添加分页功能,由 @pluvetopr #49 中实现。
  • 新功能:支持查看市场项目详情,由 @pluvetopr #50 中实现。

Full Changelog: v0.3.1...v0.4.1-beta.3