Skip to content

Releases: cakebotpro/cakebot

Release 2020.03.27

27 Mar 19:17
78afadd
Compare
Choose a tag to compare

v2020.03.27

Changelog

* Moved out of the `club/cakebot` package.  We are now just `cakebot`.
+ Added lots of common tasks to the Makefile
+ Rewrote define!
+ Introduction of more static types
* Sorted imports with the isort tool
+ Documented a lot of internal functions for IDEs
+ Added CLI
* Renamed some preconditions
* Fixed bugs with the report and info commands (they should work just fine now)
+ Added say command
- Removed filebootstrap (aka fbootstrap or just bootstrap)
* Moved more common commands to TextCommandsUtil
* Bumped sentry-sdk from 0.14.2 to 0.14.3
* Bumped cchardet from 2.1.5 to 2.1.6
- Ignored flake8 E999 due to false positives in some IDEs

CLI

We now use a CLI!
Starting the bot is now as easy as typing python3 main.py run.
Learn more with python3 main.py --help or python3 main.py run --help!

The new define command

We now use WordsAPI to define words.
This is new to us all, and is still missing some features. Overall, it does work a lot better though!

v2020.03.16

16 Mar 16:30
a1cfda3
Compare
Choose a tag to compare

Changelog

* Updated gitignore
* Updated PyGithub version
* Moved coinflip to TextCommandsUtil
* Cleaned up some code
- Removed unused import
* Fixed the report command

v2020.03.13

13 Mar 23:27
Compare
Choose a tag to compare

This is the first official release of Cakebot!