Skip to content

Commit

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

# Version History

## v2.1.1 - 12/1/2019

### Bot:

* Increased maximum team roster size to 10.
* New `!swapcolors` admin command for cases where teams played the wrong color for a match.
* `!stats` now works for players with URL entities in their name.
* Fixed `!addstats` to not crash when there's no attacker on a damage stat.
* When a team is founded, the team founder is removed from other teams' invites and requests.

### Website:

* Top KDA on the home page now requires players have played in 10% of their teams' games.
* Players page now defaults to active players, which means players who have played in 10% of their teams' games.
* This 10% value will be monitored and adjusted as necessary.
* Rating changes on team page now show the correct operator for all games.
* Season selectors across the site have been fixed.
* Match page no longer shows an empty area instead of a score when the score is 0.
* Match page loads better on mobile.

## v2.1.0 - 11/16/2019

### Bot:
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-bot",
"version": "2.1.0",
"version": "2.1.1",
"description": "A Discord bot for the Overload Teams League.",
"homepage": "https://github.com/overload-development-community/otl-bot",
"bugs": {
Expand Down

0 comments on commit 78e8e9b

Please sign in to comment.