From 4a326823b9bc85170f10242ab167745af09952f5 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Mon, 9 Jul 2018 21:35:31 -0400 Subject: [PATCH] 4.0.0-rc4.4 * Changed: Make usernames in chat line resub messages clickable. * Fixed: Remove debug logging. * Fixed: Make the code to automatically leave raids more resilient against Twitch wanting people to join raids automatically. --- changelog.html | 7 +++ src/main.js | 2 +- src/sites/twitch-twilight/modules/channel.js | 32 +++++++++-- .../twitch-twilight/modules/chat/index.js | 2 - .../twitch-twilight/modules/chat/line.js | 22 ++++++-- .../twitch-twilight/modules/chat/scroller.js | 5 +- .../twitch-twilight/styles/main_menu.scss | 6 +- src/utilities/constants.js | 1 + src/utilities/module.js | 56 +++++++++++++++++++ 9 files changed, 115 insertions(+), 18 deletions(-) diff --git a/changelog.html b/changelog.html index f62f1d9c..4367028d 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,10 @@ +
4.0.0-rc4.4@9e5af5443a7601d78faf
+ +
4.0.0-rc4.3@46f98c4cd4559eaa9828