From d01f66c6f341aeea2c3328b2e335ec45c34e504d Mon Sep 17 00:00:00 2001 From: SirStendec Date: Thu, 14 Sep 2023 16:48:11 -0400 Subject: [PATCH] 4.54.0 * Added: Setting to hide the Turbo button in the Twitch navigation bar. (Closes #1410, #1389) * Added: Setting to automatically expand chat when entering full-screen. (Closes #1377) * Changed: The "Change Name & Color" chat action now has buttons to automatically fill in a user's existing name and color. (Closes #1397) * Fixed: Integration issue with a Twitch chat experiment causing certain features to not work correctly. * Removed: Old setting to hide a "Discover" link in the navigation bar, as that seems to be long since removed. --- package.json | 2 +- src/modules/chat/override-editor.vue | 32 +++++++++++++++ src/modules/chat/overrides.js | 3 ++ src/sites/twitch-twilight/index.js | 13 ++++-- .../twitch-twilight/modules/chat/index.js | 7 ++++ .../modules/css_tweaks/index.js | 15 +++++-- .../twitch-twilight/modules/loadable.jsx | 41 ++++++++++++++++++- src/sites/twitch-twilight/modules/player.jsx | 19 +++++++++ .../styles/color_normalizer.scss | 9 ++++ src/utilities/compat/fine.js | 12 ++++++ 10 files changed, 144 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 829c6e67..19eaccc0 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.53.0", + "version": "4.54.0", "description": "FrankerFaceZ is a Twitch enhancement suite.", "private": true, "license": "Apache-2.0", diff --git a/src/modules/chat/override-editor.vue b/src/modules/chat/override-editor.vue index 94fde86d..068bb22a 100644 --- a/src/modules/chat/override-editor.vue +++ b/src/modules/chat/override-editor.vue @@ -25,6 +25,17 @@ @change="updateName" > + + +