mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 02:16:54 +00:00
4.0.0-rc1.5
Add an option to hide the mouse over the player. This doesn't work well in Chrome. Oh well, we tried. Add an option to not automatically join raids for that comfy falling asleep experience. Fix in-line actions not rendering when they should. Fix detokenizeMessage for changes to Twitch's message format. Don't try to preview the `create` clip URL. Start using functional components where possible for performance. Stop logging GraphQL errors to save our Sentry quota. Begin implementing chat rendering on top of Vue. For now, we've got functional components for every type of chat token. We've got a lot of work ahead of us. This will eventually be used for mod card history, chat panes, and maybe even pinned rooms. Add an event to clean orphan tooltips. Useful for when we click something we know will change DOM elements with active tooltips, like a Close button for example.
This commit is contained in:
parent
9ef7c2aee3
commit
9dc8252df0
58 changed files with 1037 additions and 392 deletions
|
@ -1,3 +1,17 @@
|
|||
<div class="list-header">4.0.0-rc1.5<span>@eb1433f63b4667bf9010</span> <time datetime="2018-05-10">(2018-05-10)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Added: Option to hide the mouse cursor over the player. This does not work consistently in some web browser due to browser policies preventing the cursor from being hidden in certain situations.</li>
|
||||
<li>Added: Option to not automatically join raids.</li>
|
||||
<li>Fixed: In-line Actions not rendering when Is Moderator is set to False and the user is not a moderator.</li>
|
||||
<li>Fixed: In-line Actions not appearing correctly in the editor preview line.</li>
|
||||
<li>Fixed: Adapt to changes Twitch has made to pre-tokenized chat message data.</li>
|
||||
<li>Fixed: Do not try showing a rich clip preview for the bad link <code>https://clips.twitch.tv/create</code> that is commonly erroneously posted in chat.</li>
|
||||
<li>Fixed: Tooltips not closing in some situations.</li>
|
||||
<li>Fixed: Chat message types sometimes not being detected, causing messages with <code>/me</code> to not appear correctly.</li>
|
||||
<li>Changed: Improve emote menu performance using functional components.</li>
|
||||
<li>Changed: Stop logging GraphQL errors. Twitch's GraphQL endpoint breaks too often for this to be useful.</li>
|
||||
</ul>
|
||||
|
||||
<div class="list-header">4.0.0-rc1.4<span>@2009dc29d6bd5e122bd6</span> <time datetime="2018-04-29">(2018-04-29)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Fixed: Issue with mod actions not working properly on AutoMod messages due to a missing channel mapping.</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue