Skip to content

Koishi 3.7.2

Compare
Choose a tag to compare
@shigma shigma released this 10 Apr 13:15
· 2081 commits to master since this release
  • koishi-adapter-discord@1.0.8
  • koishi-core@3.7.2
  • koishi-plugin-chat@0.2.1
  • koishi-plugin-eval@3.0.0-beta.16
  • koishi-plugin-image-search@3.0.3
  • koishi-plugin-teach@2.1.3
  • koishi-plugin-webui@4.1.1
  • koishi-utils@4.2.0
  • koishi@3.7.2

Features

  • webui: virtual message list (#215) (3a72c99)
  • webui: image viewer keybindings (91247e1)
  • utils: support find options for segment.from() (6c59d86)
  • discord: message interface improvements (#212) (a280e52)
  • eval: delegated ctx.worker (1e23160)
  • eval: support worker.addSetupFile() (c5f3079)

Bug Fixes

  • webui: auto inject css, fix #214 (1de4e7b)
  • webui: title should override navbar, fix #213 (b429522)
  • teach: fix incorrect auth checks for context, fix #208 (89d53b1)
  • cli: fix koishi init spawn enoent in windows, fix #205 (691b7c7)
  • cli: fix unintended reload of plugins (32e9f2d)

Other Changes