Skip to content

Koishi 3.3.1

Compare
Choose a tag to compare
@shigma shigma released this 22 Mar 17:16
· 2205 commits to master since this release
  • koishi-adapter-onebot@3.0.1
  • koishi-adapter-telegram@1.0.2
  • koishi-core@3.3.1
  • koishi-plugin-chess@3.0.1
  • koishi-plugin-github@3.0.0-beta.12
  • koishi-plugin-image-search@3.0.2
  • koishi-plugin-mongo@2.1.1
  • koishi-plugin-rss@2.0.0
  • koishi-plugin-status@4.0.0-rc.2
  • koishi@3.3.1

Features

  • status: use relative endpoint url by default (acfbdc0)
  • status: add config.handleSignals, fix #163 (5690996)
  • status: support config.title (57e5eba)
  • github: better markdown transformation (16c7059)
  • telegram: segment handling enhancement (#167) (19f253e)

Bug Fixes

  • status: remove development deps (704db01)
  • status: fix client display bugs (939c3bc)
  • status: add trailing slash (f2b6e67)
  • chess: fix skip behavior, fix #169 (e814fc9)
  • chess: fix first-step repent (e7785ca)
  • core: check command context before execution, fix #168 (e7d5970)
  • image-search: fix subcommand hell (#170) (37aec59)
  • status: check secure context, fix #171 (2738d34)
  • onebot: add channelId to private pokes, fix #172 (e157a55)
  • mongo: fix database.getAssignedChannels, fix #175 (#176) (cd23bc7)

Other Changes