Skip to content

Koishi 3.3.0

Compare
Choose a tag to compare
@shigma shigma released this 20 Mar 15:13
· 2225 commits to master since this release
  • koishi-adapter-telegram@1.0.1
  • koishi-core@3.3.0
  • koishi-plugin-schedule@3.0.2
  • koishi-plugin-status@4.0.0-rc.0
  • koishi-utils@4.0.3
  • koishi@3.3.0

Features

  • status: use koishi server (06fb3ae)
  • status: support production build (7c4ba3b)
  • status: echarts code splitting, fix #161 (fe6f2c6)
  • status: drop element-plus (cc0e6f6)
  • core: optimize error messages (a4498ea)
  • telegram: add sticker support (#164) (099b5c2)
  • core: support command patch (8c2ce5a)
  • status: single sandbox bot instance (5e989eb)
  • status: preserve sandbox messages (475cd24)

Bug Fixes

  • schedule: support headless (2a778e4)
  • status: fix incorrect user data (36b3890)
  • cli: await for plugin dispose before reloading (2370aca)
  • utils: fix typing error for supports-color (dd86bc5)
  • core: fix selector functions may escape plugin context (a1f11d6)
  • status: fix mysql table creation, fix #166 (b7ce209)

Other Changes