16 lines
596 B
Text
16 lines
596 B
Text
Version NEXT:
|
|
0000-00-00 RELEASER
|
|
* Changes:
|
|
- Prevent xmpp-rs dep from using `autojoin` flag for bookmarks which was
|
|
preventing from reusing the same account for multiple instances of the
|
|
bot.
|
|
- Add 'admins' config, trusted accounts for admin tasks
|
|
- Add 'rejoin' command to rejoin (leave/join) all rooms
|
|
|
|
Version 0.2.0:
|
|
2023-08-23 Maxime “pep” Buquet <pep@bouah.net>
|
|
* Changes:
|
|
- Update xmpp dependency to 0.5. Remove xmpp-parsers dep as it's
|
|
re-exported from xmpp. Rename local “xmpp” module to “bot” to prevent
|
|
conflict.
|
|
- Update gitlab dep to 0.1602.
|