Skip to content

Releases: gonebot-dev/gonebot

v1.2.2

25 Feb 08:53

Choose a tag to compare

v1.2.1

25 Feb 08:02

Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

22 Feb 05:51

Choose a tag to compare

Rearrange for simpler develop, and better performance.

Features

We removed multi-adapter support, since most of the chatbots runs only one adapter.
Active Handler is added to the plugins. You can send message whenever you want now.
And, more simpler plugin developing now.

v1.1.6

13 Dec 07:25

Choose a tag to compare

#Release Notes

Bug Fixes

  • Strange "Hello, world!" in message.Message.Text

Full Changelog: v1.1.5...v1.1.6

v1.1.5

11 Dec 03:35

Choose a tag to compare

Release Notes

Features

  • New logging method for prettier text-based user interface

Bug fixes

  • Add AdapterName field back to ActionCall

Documentation

  • Move all tutorials to Documentations
  • Prettify README.md and README_zh.md

Full Changelog: v1.1.4...v1.1.5

v1.1.4

05 Dec 03:52

Choose a tag to compare

Release Notes

Enhancements

  • Simplify CallAction

Full Changelog: v1.1.3...v1.1.4

v1.1.3

05 Dec 03:46

Choose a tag to compare

Release Notes

Bug Fixes

  • Remove AdapterName field in ActionCall since it is not used.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

05 Dec 02:13

Choose a tag to compare

Release Notes

Bug Fixes

  • rule.Notice will now notice all the segments in one message.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

05 Dec 01:44

Choose a tag to compare

Release Notes

New Features

  • Add new rule Always
  • Add new rule Never

Full Changelog: v1.1.0...v1.1.1

v1.1.0

03 Dec 07:10

Choose a tag to compare

Release Notes

Bug Fixes

  • CallAction method no longer stuck without a reason.

Enhancements

  • MessageSegments are now easier to handle
  • CallAction are now easier to call

Documentations

  • Add proper comments

Full Changelog: v1.0.2...v1.1.0