Skip to content

Commit

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

# Version History

## v1.1.1 - 6/17/2019

### Bot:

* Improvements to the performance of the match notification system.
* Added `!vod` command for casters to record a video on demand. Lists the video in the new #vods channel.
* Unvoiding a match with no match time set no longer causes an error.
* Bot no longer listens to server member changes on servers other than the OTL.
* Start Discord before the website.
* Improved error handling.

### Website:

* Much of the website data is now cached, with cache invalidations happening automatically upon certain events.
* Match page now properly normalizes names.
* Streamers are now noted on the match page.
* Casters and VoDs are now displayed on the match page.
* Dates now display on the matches page when paging.
* Dates on matches page now link to their match page.
* Display fixes on the standings page.

## v1.1 - 4/30/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": "1.1.0",
"version": "1.1.1",
"description": "A Discord bot for the Overload Teams League.",
"homepage": "https://github.com/roncli/otl-bot",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions public/views/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ class AboutView {
<div>You must use this command in a challenge room you are casting a match for. Indicates that you no longer wish to cast a scheduled match.</div>
<div class="example">!uncast</div>
<div class="command">!vod &lt;challengeId> &lt;url></div>
<div>Post a video on demand for a match that you cast. Only works if you !cast the match. The challengeId will be messaged to you by the bot upon the closure of the match.</div>
<div class="example">!vod 1 https://twitch.tv/videos/12345678</div>
<div class="command">!stats [&lt;pilot>]</div>
<div>Gets the current season stats for the player, or yourself if used without mentioning a pilot.</div>
<div class="example">!stats @Kantor<br />!stats</div>
Expand Down

0 comments on commit e152502

Please sign in to comment.