Skip to content

Releases: roncli/six.gg

v2.1.8

30 Apr 21:34
Compare
Choose a tag to compare
  • 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

10 Apr 21:20
Compare
Choose a tag to compare
  • Fix Discord OAuth issue.

v2.1.6

10 Apr 19:22
Compare
Choose a tag to compare
  • 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

31 Mar 04:44
Compare
Choose a tag to compare
  • Turn off more log colorization for Twitch libraries.
  • Various package updates.

v2.1.4

26 Mar 22:36
Compare
Choose a tag to compare
  • Fix bug with attempting to reconnect when the chat is already attempting to reconnect.
  • Turn off log colorization for Twitch libraries.
  • Various package updates.

v2.1.3

21 Mar 05:35
Compare
Choose a tag to compare
  • Swap order so Twitch is connected to before Discord.
  • POSTing invalid JSON now correctly returns a 400.
  • Trying to get a member that doesn't exist now correctly returns a 404.
  • Various package updates.

v2.1.2

07 Mar 06:37
Compare
Choose a tag to compare
  • Fix bug with refreshing the Discord token for OAuth.
  • Add App Insights performance logging metrics.
  • Various package updates.

v2.1.1

27 Feb 08:54
Compare
Choose a tag to compare
  • Fix a couple circular references.

v2.1.0

27 Feb 08:38
Compare
Choose a tag to compare
  • 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.

v2.0.3

27 Feb 08:28
Compare
Choose a tag to compare
  • Fix bug with login.
  • Improved error handling.
  • Get the IP address by trusting the nginx proxy for docker.