1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

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.

This commit is contained in:
SirStendec 2017-01-27 23:28:30 -05:00
parent 8f75ca2d12
commit 8c5732cc5b
8 changed files with 52 additions and 23 deletions

View file

@ -1,3 +1,15 @@
<div class="list-header">3.5.412 <time datetime="2017-01-01">(2017-01-01)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Changed: Do not push the entire event schedule to the client every time there's an update.</li>
</ul>
<div class="list-header">3.5.411 <time datetime="2016-12-31">(2016-12-31)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Added: Experimental event schedule feature.</li>
<li>&nbsp;</li>
<li>Yes, I'm spending New Years Eve writing code. Leave me alone.</li>
</ul>
<div class="list-header">3.5.410 <time datetime="2016-12-28">(2016-12-28)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>API Fixed: <code>api.retokenize_messages</code> didn't actually work.</li>