Skip to content

Commit

Permalink
Version 9.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed May 30, 2023
1 parent ce69e0f commit f333ce1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ The Discord bot and website used for the Overload Teams League. Visit the OTL a

# Version History

## v9.0.0 - 5/29/2023

* `/clock` can no longer be done within 14 days of the challenge's creation date.
* A match must be scheduled before the team size and map can be set.
* `/confirmtime` now only works once per suggested time.
* Fixed bug with `/pickmap` during tournament sets, and added debugging to prevent future issues.
* Player page no longer filters postseason stats by league.
* Matches page no longer misses stats for the last game on the page.
* Cast page performance improved.
* Match page no longer crashes if it doesn't have a match date.
* Fixed descriptions for some slash commands.
* Fixed bug with Discord considering events both scheduled and non-scheduled at the same time. Quantum events, I guess?
* Change the startup order so that Azure starts before Discord, which starts before the website.
* Removed reference to `/confirmteamsize`.
* Various bug fixes with `/disband` and `/notqualified`.
* `/closegame`, `/voidgame`, and `/disband` will no longer swallow errors if the error message in Discord fails.
* Results of several admin commands are now visible in chat.
* Alerts channel now shows game title if it has one.

## v8.2.1 - 11/28/2022

* Added an odds section to the head to head page that shows projected score and chance of winning with 95% confidence.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otl.gg",
"version": "8.2.1",
"version": "9.0.0",
"description": "A Discord bot for the Overload Teams League.",
"homepage": "https://github.com/overload-development-community/otl.gg",
"bugs": {
Expand Down

0 comments on commit f333ce1

Please sign in to comment.