Skip to content

Koishi 3.6.1

Compare
Choose a tag to compare
@shigma shigma released this 02 Apr 18:27
· 2131 commits to master since this release
  • koishi-adapter-discord@1.0.6
  • koishi-adapter-kaiheila@1.0.4
  • koishi-core@3.6.1
  • koishi-plugin-assets@1.1.0
  • koishi-plugin-chat@0.1.1
  • koishi-plugin-common@4.2.1
  • koishi-plugin-eval@3.0.0-beta.13
  • koishi-plugin-github@3.0.3
  • koishi-plugin-mongo@2.2.1
  • koishi-plugin-webui@4.0.1
  • koishi@3.6.1

Features

  • core: support functional optionConfig.hidden (c72f607)
  • github: add authority/visibility setting for github, fix #182 (a4264e9)
  • webui: support clear in sandbox (d23c170)
  • assets: support base64 url (95adc17)
  • assets: enhance config deduction (8ec40d7)
  • webui: support image (7c1724a)
  • common: delay after each recall (dfede39)
  • webui: support chat-panel component (0f95246)

Bug Fixes

  • core: do not send twice when return session.execute() (a2993f7)
  • eval: fix eval error in detached session, fix #197 (6634298)
  • cli: do not reload node modules (ee7bf3d)
  • core: fix interpolate issue, close #190 (ed1e2d0)
  • mongo: fix incorrect orm implementation, fix #188 (d5c707f)
  • kaiheila: fix breaking edge cases (bc18170)
  • discord: use axiosConfig in bot.sendEmbedMessage (#198) (679e8e0)

Other Changes