Skip to content

Releases: cakebotpro/cakebot

v2.1.0

08 Feb 15:34
bfce875
Compare
Choose a tag to compare

New release!

v2.0.0

19 Jan 15:35
Compare
Choose a tag to compare

This is the first rewrite release!

We also will no longer be using dates for naming releases.

v2021.01.01

01 Jan 04:00
Compare
Choose a tag to compare

The first release of 2021! 😄

Includes new features, performance improvements, and other various updates.

v2020.10.08

08 Oct 15:50
6e4f126
Compare
Choose a tag to compare

Lots of general improvements.

v2020.06.16

17 Jun 02:47
Compare
Choose a tag to compare

The goal of this release is to improve performance.

v2020.05.08

09 May 01:43
Compare
Choose a tag to compare

See the changelog in the docs for more details.

v2020.04.24

24 Apr 15:33
Compare
Choose a tag to compare

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

15 Apr 14:53
Compare
Choose a tag to compare

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

09 Apr 15:08
Compare
Choose a tag to compare

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

03 Apr 14:06
54a8ef2
Compare
Choose a tag to compare

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