- breaking: modified
Callback
type to accept an additional*BotCli
parameter - updated to breaking changes in
deltachat-rpc-client-go v0.17.1-0.20230417222922-fd102c51053c
- add more tests and code coverage
- add
BotCli.SetConfig()
andBotCli.GetConfig()
- add
BotCli.AdminChat()
,BotCli.ResetAdminChat()
andBotCli.IsAdmin()
- adapted to work with recent API changes in deltachat-rpc-client-go v0.16.1-0.20230413050235-ac4cbf9913e8
BotCli.Start()
now returns an error instead of callingos.Exit(1)
- add
qr
subcommand - switch to zap logger
- update configAction() to print a new line in the returned config value
- panic if deltachat-rpc-server can't be started and provide hint to installation instructions
- log info/warning/error core events by default
- initial release