Skip to content

Commit

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

# Version History

## v1.0.7 - 3/10/2019

### Bot:

* Events are now shown in the `!next` command.
* Maps can now be changed after they are set.
* Teams now get an announcements channel that everyone can read but only founders and captains can post in.
* Commands that take dates will no longer accept dates too far into the future (or past where applicable).
* Reordered the team colors in the challenge topic to match the order that they appear in game.
* Fix a bug with the KDA only showing for one team in the #match-results channel.

### Website:

* Many pages now have new or improved filtering based on the season and whether to show regular season or postseason stats.
* Added the best game for each map and opponent on the player page.
* Fixed link color in some less common browsers.
* Fixed website crash when viewing a player who is not on a team.

## v1.0.6 - 2/24/2019

### Bot:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otl-bot",
"version": "1.0.6",
"version": "1.0.7",
"description": "A Discord bot for the Overload Teams League.",
"homepage": "https://github.com/roncli/otl-bot",
"bugs": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/express": "4.16.1",
"@types/html-minifier": "3.5.3",
"@types/node": "11.9.5",
"@types/node": "11.11.0",
"@types/timezone-js": "0.0.29"
},
"engines": {
Expand Down

0 comments on commit b9549bb

Please sign in to comment.