1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 10:16:57 +00:00

Fix bug tokenizing cheers in messages. Try to fix any bugs getting a user for a room. Strip apollo 404 messages from Sentry. Don't show the expansion arrows in the emote menu when using a filter. Fix emoji tab completion a bit. 🐝 should not match 🍺. Start using crossorigin for script serving. Add a debug transformation for localization.

This commit is contained in:
SirStendec 2018-04-15 17:19:22 -04:00
parent 730e2129e9
commit e581b50b08
13 changed files with 133 additions and 18 deletions

View file

@ -1,3 +1,11 @@
<div class="list-header">4.0.0-beta2.18<span>@c8636911fc387a9f5e0c</span> <time datetime="2018-04-15">(2018-04-15)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Added: Debugging setting for localization to help test UI issues, identify strings, and find strings that aren't localized.</li>
<li>Fixed: Issue tokenizing cheers in messages.</li>
<li>Fixed: Clean up tab-completion of emoji a bit more.</li>
<li>Changed: Start using `crossorigin="anonymous"` when loading scripts from our CDN.</li>
</ul>
<div class="list-header">4.0.0-beta2.17<span>@dce1b0c5268bdd3fe086</span> <time datetime="2018-04-13">(2018-04-13)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Fixed: An issue in automatic error reporting potentially swallowing errors when error reporting is disabled.</li>