Releases: roncli/six.gg
Releases · roncli/six.gg
v2.1.8
- Fix stream announcing so that it always happens regardless of whether the bot hosts the streamer or not.
- Don't collect MongoDB diagnostic data.
- Add toggle for AppInsights performance metrics.
- Refresh Twitch auth tokens on every restart of the app.
- Various package updates.
v2.1.7
v2.1.6
- 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
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
- Event integration in Discord. Events are now announced in Discord when they are created. You can now
!join
events for notifications, and!leave
events to turn off notifications on a per-event basis. - The streamer that gets chosen to be on the front page of six.gg is now also hosted on the SixGamingGG Twitch Channel.
- Streams are no longer announced twice.
- Hosted streams are no longer announced at all. This is a workaround, we are currently prevented from announcing non-hosted streams.
- Excluded tsconfig.json from being served in the public directory.
- Various package updates.