Releases: cakebotpro/cakebot
Releases · cakebotpro/cakebot
v2.1.0
v2.0.0
v2021.01.01
The first release of 2021! 😄
Includes new features, performance improvements, and other various updates.
v2020.10.08
Lots of general improvements.
v2020.06.16
The goal of this release is to improve performance.
v2020.05.08
See the changelog in the docs for more details.
v2020.04.24
Changelog
+ Added a profiler so we can find which functions are causing the bot to crash
* Fixed errors being thrown when users just type the prefix
* Internalized the ISS API implementation
v2020.04.15
Changelog
* Fixed the new define command hitting rate limiting
+ Added emojis to the info command (it also works again)
+ Added a test for the joke command
+ Added issue templates
* Fixed some dead links
* Updated ptpython from 3.0.1 to 3.0.2
* Moved the joke command to TextCommandsUtil
v2020.04.09
Changelog
* Fixed some issues with the new define command
+ Rebuilt the website!
+ Added more tests
* Fixed sponsor link
* Enabled linting on all python files
* Updated discord.py from 1.3.2 to 1.3.3
* Updated sqlalchemy from 1.3.15 to 1.3.16
v2020.04.03
Changelog
* We now use IDs for admin detection
* Fixed some issues with error reporting
+ Added repr to users in database
* Upgraded filehandlers to v3
+ Enabled testing in theia
+ Added `make clean` task
+ Ran black
+ Added config schema