Skip to content

Koishi 3.10.1

Compare
Choose a tag to compare
@shigma shigma released this 30 Apr 08:45
· 2005 commits to master since this release
  • koishi-adapter-discord@1.1.1
  • koishi-adapter-kaiheila@1.1.1
  • koishi-core@3.10.1
  • koishi-plugin-github@3.1.0
  • koishi-plugin-image-search@3.0.4
  • koishi-plugin-webui@4.4.2
  • koishi@3.10.1

Features

  • puppeteer: enhance typings (db51775)
  • mysql: support orm foreign key, fix #243 (6104b9a)
  • utils: deep merge template def instead of overriding, fix #244 (8d05514)
  • webui: support webui without database, fix #234 (b211cd8)
  • core: drop remove api in favor of orm (10d1570)
  • kaiheila: support card message (41566d9)
  • kaiheila: support image, video and file (6d82272)
  • discord: support endpoint (1646d9c)
  • kaiheila: support config attachMode (7bc5999)
  • webui: move bots into dashboard (d70fdcf)
  • github: support star & issue command (104841c)
  • cli: enhance koishi init plugin selector (a9b7000)

Bug Fixes

  • image-search: use segment.image() instead of file (ff82bd6)
  • webui: check unknown columns, fix #248 (2a0bbfb)
  • discord: support user avatar (14c92ca)
  • discord: add missing groupId in getMessage (c5a0124)
  • cli: fix call stack exceed error (4569000)

Other Changes