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

3.5.418. Bunch of changes made while I was away at AGDQ. Add a setting for using the mouse wheel to adjust player volume. Fix colors in vod chat when Twitch adds non-messages as messages. (CLEARCHAT go home you're drunk...)

This commit is contained in:
SirStendec 2017-01-18 18:33:56 -05:00
parent 6b13ac3265
commit 03c825c398
13 changed files with 465 additions and 175 deletions

View file

@ -1,3 +1,66 @@
<div class="list-header">3.5.408 <time datetime="2016-12-22">(2016-12-22)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Added: Option to hide Cheering with #Charity notices.</li>
<li>Fixed: Highlight notifications not appearing.</li>
</ul>
<div class="list-header">3.5.407 <time datetime="2016-12-21">(2016-12-21)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Fixed: Cheer rendering when hashtags are present.</li>
</ul>
<div class="list-header">3.5.406 <time datetime="2016-12-19">(2016-12-19)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Fixed: Another tweak for player positioning. Hopefully fixed properly now.</li>
</ul>
<div class="list-header">3.5.405 <time datetime="2016-12-19">(2016-12-19)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Fixed: Display Channel Metadata on Theater Mode Hover</li>
<li>Fixed: Twitch goofed up player positioning.</li>
<li>Fixed: Classic Player controls not rendering as the correct height in theater mode with whispers on bottom.</li>
</ul>
<div class="list-header">3.5.404 <time datetime="2016-12-18">(2016-12-18)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Fixed: Compatibility issue with BetterTTV and FFZ getting into a fight over positioning the player.</li>
</ul>
<div class="list-header">3.5.403 <time datetime="2016-12-16">(2016-12-16)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Fixed: Whisper display in pop-out chat.</li>
</ul>
<div class="list-header">3.5.402 <time datetime="2016-12-16">(2016-12-16)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>API Changed: <code>api.retokenize_messages(room, user, max_age)</code> now takes a maximum age to prevent it from processing old chat messages.</li>
<li>Fixed: Room status indicator for Follower-Only chat mode wasn't updating.</li>
<li>Added: Enable the tab-completion for <code>/followers</code> and <code>/followersoff</code> as they can be used even if you don't have the tab enabling the UI.</li>
</ul>
<div class="list-header">3.5.401 <time datetime="2016-12-16">(2016-12-16)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>API Added: <code>api.retokenize_messages</code> to force retokenization of old chat messages after emoticons load.</li>
<li>API Fixed: Bug modifying the source data array in metadata click functions.</li>
</ul>
<div class="list-header">3.5.400 <time datetime="2016-12-16">(2016-12-16)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Added: Support for Follower-Only chat mode.</li>
<li>Changed: Include user agent strings in debugging information.</li>
<li>Changed: Minor dark theme CSS tweaks.</li>
<li>&nbsp;</li>
<li>400 revisions is a lot.</li>
</ul>
<div class="list-header">3.5.399 <time datetime="2016-12-15">(2016-12-15)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Added: Holiday cheer.</li>
<li>Changed: The Bits Stacking option now lets you combine all cheer emoticons into one, or combine them by type.</li>
<li>Changed: Refactor metadata rendering internally in preparation to add it to the new dashboard.</li>
<li>Fixed: Bug rendering the My Emoticons menu if the user is registered to have an emote set that isn't currently loaded in the client.</li>
</ul>
<div class="list-header">3.5.398 <time datetime="2016-12-14">(2016-12-14)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Added: Standalone Dashboard mode. Append <code>?standalone</code> to the end of the URL for your dashboard to see it. (Thanks to Warchamp7 for this idea.)</li>