mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 10:38:30 +00:00
4.0.0-rc13.14
* Fixed: Clicking Stream Latency metadata not toggling the visibility of the player's playback statistics. * Fixed: The Turbo landing page being inappropriately darkened. (Twitch forgot to add the "base text color" class to anything so text becomes invisible against the background.) * Fixed: More emote menu fixes. Check that emote data from Twitch doesn't contain null values, because apparently it can. * Fixed: Chat width in portrait mode using Microsoft Edge. * Fixed: `no_invert` not applying to badges correctly. (Closes #547)
This commit is contained in:
parent
49bcfaebed
commit
f2700db821
9 changed files with 39 additions and 5 deletions
|
@ -149,7 +149,7 @@ ${typeof x[1] === 'string' ? x[1] : JSON.stringify(x[1], null, 4)}`
|
|||
FrankerFaceZ.Logger = Logger;
|
||||
|
||||
const VER = FrankerFaceZ.version_info = {
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc13.13',
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc13.14',
|
||||
commit: __git_commit__,
|
||||
build: __webpack_hash__,
|
||||
toString: () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue