From 7f109b4b48a5d5b1f2cf77d80b6912415be059de Mon Sep 17 00:00:00 2001 From: SirStendec Date: Mon, 26 Jun 2023 13:11:27 -0400 Subject: [PATCH] 4.49.0 * Added: Setting to automatically accept content warnings when opening a stream. * Added: Three settings to control the appearance of Hype Chat messages. * Changed: Added a few keywords to settings entries in the `Data Management` category for better search support. * Developer: The chat and pubsub logging utility can now inject pubsub messages for testing. --- package.json | 2 +- .../main_menu/components/chat-tester.vue | 84 ++++++++++++++++--- src/modules/main_menu/index.js | 3 + .../main_menu/sample-chat-messages.json | 13 +++ src/sites/shared/player.jsx | 27 ++++++ .../twitch-twilight/modules/chat/index.js | 57 +++++++++++++ .../twitch-twilight/modules/chat/input.jsx | 18 ++++ .../twitch-twilight/modules/chat/line.js | 55 ++++++++++++ .../modules/css_tweaks/index.js | 14 ++++ src/std-components/tab-container.vue | 13 ++- src/utilities/constants.js | 3 +- 11 files changed, 273 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index eac33ebc..8fd438fc 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.48.1", + "version": "4.49.0", "description": "FrankerFaceZ is a Twitch enhancement suite.", "private": true, "license": "Apache-2.0", diff --git a/src/modules/main_menu/components/chat-tester.vue b/src/modules/main_menu/components/chat-tester.vue index b9871109..56d3bdde 100644 --- a/src/modules/main_menu/components/chat-tester.vue +++ b/src/modules/main_menu/components/chat-tester.vue @@ -25,12 +25,18 @@ +