yaboli/CHANGELOG.md
2019-04-14 16:12:33 +00:00

28 lines
576 B
Markdown

# Changelog
## Next version
## 1.1.0 (2019-04-14)
- change how config files are passed along
- change module system to support config file changes
# 1.0.0 (2019-04-13)
- add fancy argument parsing
- add login and logout command to room
- add pm command to room
- add cookie support
- add !restart to botrulez
- add Bot config file saving
- fix the Room not setting its nick correctly upon reconnecting
## 0.2.0 (2019-04-12)
- change config file format
- add `ALIASES` variable to `Bot`
- add `on_connected` function to `Client`
## 0.1.0 (2019-04-12)
- use setuptools