Skip to content

Koishi 3.8.0

Compare
Choose a tag to compare
@shigma shigma released this 12 Apr 13:13
· 2060 commits to master since this release
  • koishi-adapter-discord@1.0.9
  • koishi-adapter-onebot@3.0.7
  • koishi-core@3.8.0
  • koishi-plugin-chat@0.3.0
  • koishi-plugin-eval@3.0.0-rc.0
  • koishi-plugin-puppeteer@2.0.2
  • koishi-plugin-webui@4.2.0
  • koishi@3.8.0

Features

  • cli: support full reload (44881a7)
  • eval: support native loader (b4dc335)
  • eval: support esbuild & typescript loader (f16c64f)
  • eval: support loader.transformModule() (8639942)
  • core: [minor] adjust default value for autoAssign & autoAuthorize (8a7503d)
  • core: optimize logs for adapter.wsclient (959fa2b)
  • puppeteer: support puppeteer/start event (ad9aa35)

Bug Fixes

  • webui: use ref instance of ctx.$el, fix #221 (312356c)
  • webui: fix body positioning, fix #220 (e3b6894)
  • discord: fix regression of #212 (3a7e6b2)
  • webui: fix sandbox style regression (3f48974)
  • chat: remove \r for windows users (7e19539)
  • onebot: path should fallback to /onebot (f4ab9c1)
  • webui: fix mysql misimplementation of status orm, fix #224 (211bd99)

Other Changes

  • refactor(webui): move sandbox to plugin-chat (6089379)
  • refactor(webui): move overlay to plugin-chat (8735b3b)
  • chore: add a community plugin (#223) (42d864c)
  • chore: bump versions (83ef5a5)
  • chore: fix typings (43e00b9)
  • refactor(webui): webui as adapter (fc0b2a7)