Releases: simplebot-org/simplebot
Releases · simplebot-org/simplebot
v4.1.2
v4.1.1
- fix bug in default account detection when there is only one account in ~/.simplebot/accounts%0A
v4.1.0
- allow classic email%0A - fix bug on registering function command with custom description%0A
v4.0.0
- adapted to deltachat API breaking changes introduced in 1.94.0
- improve detection of group title changes
v3.3.0
- added
hidden
argument to the command and filter declarations hooks, to hide them from the bot's help message
v3.2.0
- added support for importing/exporting backups and keys
v3.1.0
update CHANGELOG.md
v3.0.0
- added support for message processing via webxdc interfaces, requests must have the form:
{payload: {simplebot: {text: "/help"}}}
, only "text" and "html" messages supported for now - breaking change: message IDs queue table modified to support special incoming webxdc messages
- adapt simplebot's pytest plugin to deltachat's new pytest plugin API
v2.4.0
update CHANGELOG.md
v2.3.0: Merge pull request #88 from simplebot-org/dependabot/pip/pillow-8.4.0
Bump pillow from 8.3.2 to 8.4.0