Skip to content

Koishi 3.10.2

Compare
Choose a tag to compare
@shigma shigma released this 05 May 03:52
· 1958 commits to master since this release
  • koishi-adapter-discord@1.1.2
  • koishi-adapter-kaiheila@1.1.2
  • koishi-core@3.10.2
  • koishi-plugin-chat@0.4.1
  • koishi-plugin-common@4.2.5
  • koishi-plugin-puppeteer@2.1.2
  • koishi-plugin-webui@4.5.0
  • koishi@3.10.2

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)
  • common: support channel/assign -T (40afea0)
  • webui: auto delete distant stats (767853e)
  • webui: support command chart, fix #252 (4d5d87a)
  • kaiheila: export KaiheilaBot constructor (#258) (8fb118e)
  • puppeteer: use inline-block body to get a better shot (8f3c98d)
  • core: support functional appOptions.prefix (5780080)
  • discord: add name property for segment(at) / segment(sharp) (43a23ca)
  • chat: enhance segment(at) handling (d80af91)

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)
  • discord: add missing ids in message-deleted event (#251) (bbd8d6c)
  • common: enhance typings for plugin-common (#254) (ab64fee)
  • webui: groupStat.last should fallback to 0 (361ea7c)

Other Changes