mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
3.5.409. Fix player positioning. Fix cheer rendering with hashtags. Add option to hide cheering with #charity notices. Fix highlight notices not appearing. Fix clicking a dashboard widget's settings balloon. Dark CSS fixes for dashboard and clips updates. Refactor CSS for chatlines to remove the need for :before. Fix debug logging never finishing when the client fails to get a logviewer token.
This commit is contained in:
parent
1b9b695bdd
commit
6b13ac3265
24 changed files with 286 additions and 344 deletions
|
@ -1,3 +1,36 @@
|
|||
<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>
|
||||
<li>Changed: Minor CSS tweaks for the dashboard.</li>
|
||||
<li>Fixed: Correct Twitch's uptime string formatting on the dashboard to not be blatantly wrong.</li>
|
||||
</ul>
|
||||
|
||||
<div class="list-header">3.5.397 <time datetime="2016-12-12">(2016-12-12)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Fixed: Darken the new dashboard.</li>
|
||||
<li>Fixed: Ensure the FFZ chat menu can't be wider than dashboard chat.</li>
|
||||
<li> </li>
|
||||
<li>Other dashboard features will be returning as I have time to fix them.</li>
|
||||
</ul>
|
||||
|
||||
<div class="list-header">3.5.396 <time datetime="2016-12-12">(2016-12-12)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Added: Support for AutoMod's badge.</li>
|
||||
<li>Fixed: Darken the new AutoMod UI on the channel settings page.</li>
|
||||
<li>Fixed: Use a chatter's display name rather than their username when tab-completing if the message starts with <code>/me> </code>.</li>
|
||||
<li>API Added: <code>api.register_metadata</code> and <code>api.unregister_metadata</code> functions for registering custom channel metadata providers.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div class="list-header">3.5.395 <time datetime="2016-12-10">(2016-12-10)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Added: <code>/renamegroup</code> chat command to rename the current group chat room.</li>
|
||||
<li>Changed: Add a few more hard-coded modifier emoticons. (Why haven't I made an API yet? NotLikeThis)</li>
|
||||
<li>Fixed: Modifiers sticking to the master emoji token, causing all emoji to become decorated with modifiers.</li>
|
||||
<li>Fixed: Incorrect detection of certain dashboard pages causing FFZ to do an incomplete initialization.</li>
|
||||
<li>Fixed: Bug when testing to see if a chat command should be accessible.</li>
|
||||
</ul>
|
||||
|
||||
<div class="list-header">3.5.394 <time datetime="2016-12-08">(2016-12-08)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Fixed: The <code>/card</code> command and the link in whisper windows to Open Moderation Card were not working.</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue