Skip to content

Commit

Permalink
Version 2.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Apr 10, 2021
1 parent 56a576c commit 6ae4584
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,18 @@ The website and Discord/Twitch bot for Six Gaming. You can see this site in act

## Version History

### v2.1.6 - 4/10/2021
* Debugging for Discord OAuth issue.
* Always use HTTPS protocol in meta tags.
* Rearrange Dockerfiles in such a way to make debugging easier, ie: send over package.json first, then npm install, then send over the rest of the files.
* Fix HTML encoding bug.
* Hang the Modal object on the classes that use it, not on window.
* Replace body-parser with express.
* Fix bug with add event's game combo box.
* Fix bug with templates not being added to window when loaded.
* Add extra debugging to Discord token refresh failures to try to understand them better.
* Various package updates.

### v2.1.5 - 3/30/2021
* Turn off more log colorization for Twitch libraries.
* Various package updates.
Expand Down
2 changes: 1 addition & 1 deletion logging/package.json
@@ -1,6 +1,6 @@
{
"name": "six.gg-logging",
"version": "2.1.5",
"version": "2.1.6",
"description": "gelf logging for six.gg.",
"homepage": "https://github.com/roncli/six.gg",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
@@ -1,6 +1,6 @@
{
"name": "six.gg-node",
"version": "2.1.5",
"version": "2.1.6",
"description": "The website and bot for Six Gaming.",
"homepage": "https://github.com/roncli/six.gg",
"bugs": {
Expand Down

0 comments on commit 6ae4584

Please sign in to comment.