From 8c5732cc5b364aaa8dcf3233dda4ed08fa2659f7 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Fri, 27 Jan 2017 23:28:30 -0500 Subject: [PATCH] 3.5.422. Remove unnecessary logging line from chat-input. Tag messages from twitchnotify with special-message. Load the actual chat room in the background when VOD chat is open, thus loading emotes and generating CSS for badges and all of that. Fix VOD chat scroll throttling. Fix Clip URL generation. Closes #84. --- changelog.html | 21 +++++++++------------ old_changes.html | 12 ++++++++++++ src/ember/chat-input.js | 1 - src/ember/line.js | 6 +++++- src/ember/room.js | 3 ++- src/ember/vod-chat.js | 28 ++++++++++++++++++++++------ src/main.js | 2 +- src/tokenize.js | 2 +- 8 files changed, 52 insertions(+), 23 deletions(-) diff --git a/changelog.html b/changelog.html index 2d647853..be7a27ad 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,12 @@ +
3.5.422
+ +
3.5.421
-
3.5.412
- - -
3.5.411
- -
View Older
\ No newline at end of file diff --git a/old_changes.html b/old_changes.html index 6875158d..504c8d5e 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,15 @@ +
3.5.412
+ + +
3.5.411
+ +
3.5.410