mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 18:26:57 +00:00
The Report Your Errors Update
* Add automatic error reporting with Sentry.io * Filter a bunch of bad errors from showing up on Sentry * Add module.hasModule method. * Fix deep_copy * Fix disallow mouse interaction with extensions * Add some new icons to the icon font for mod cards * Allow Ctrl-Shift-Clicking emotes. * Rarity sorting for experiments and unset display for unused experiments.
This commit is contained in:
parent
e3a7e3b64d
commit
d7a07a5612
32 changed files with 575 additions and 83 deletions
|
@ -1,3 +1,18 @@
|
|||
<div class="list-header">4.0.0-beta2.6<span>@b85fa005ec1f3929cdd8</span> <time datetime="2018-04-11">(2018-04-11)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Changed: Filter a bunch of errors out from Sentry logging.</li>
|
||||
<li>API Added: <code>module.hasModule(name)</code> method to test if a module is already installed.</li>
|
||||
</ul>
|
||||
|
||||
<div class="list-header">4.0.0-beta2.5<span>@b3fb24504616675ad2b9</span> <time datetime="2018-04-11">(2018-04-11)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Added: Automatic error reporting using Sentry.</li>
|
||||
<li>Added: Rarity sorting for the Experiments debugging information.</li>
|
||||
<li>Changed: Allow Ctrl-Shift-Clicking emotes to open their information pages.</li>
|
||||
<li>Fixed: <code>deep_copy</code> erroneously thinking some objects were recursive.</li>
|
||||
<li>Fixed: The option to disallow mouse mouse interaction with extensions was not functioning.</li>
|
||||
</ul>
|
||||
|
||||
<div class="list-header">4.0.0-beta2.4<span>@b3fb24504616675ad2b9</span> <time datetime="2018-04-10">(2018-04-10)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Added: Debugging > Experiments for viewing active experiment information.</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue