From 17fb41f08342c8e1374219a08ec1c5189a8a497d Mon Sep 17 00:00:00 2001 From: SirStendec Date: Fri, 13 Jul 2018 14:32:12 -0400 Subject: [PATCH] 4.0.0-rc4.5 * Added: Whisper Support * Fixed: UI missing hover state for a few elements added by FrankerFaceZ. * Fixed: Handle missing badge definition when rendering FFZ badges. * Fixed: Update static chat message type mappings. * Fixed: Error in metadata when unable to get the proper player. * Fixed: Incorrectly applying dark theme to products page. A bit more work on getting enhanced viewer cards ready. --- changelog.html | 12 ++- src/i18n.js | 11 ++- src/main.js | 2 +- .../chat/actions/components/edit-icon.vue | 2 +- src/modules/chat/actions/index.jsx | 40 ++++++++- src/modules/chat/badges.jsx | 2 +- src/modules/chat/index.js | 40 +++++++++ src/modules/chat/room.js | 1 + src/modules/chat/tokenizers.jsx | 3 +- .../main_menu/components/action-editor.vue | 24 +++++- .../main_menu/components/chat-actions.vue | 54 ++++++++---- src/modules/main_menu/index.js | 5 ++ src/modules/metadata.jsx | 2 +- src/modules/viewer_cards/card.vue | 14 ++- src/modules/viewer_cards/components/main.vue | 2 + .../viewer_cards/components/name-history.vue | 39 ++++++++- src/sites/twitch-twilight/index.js | 9 ++ .../twitch-twilight/modules/chat/index.js | 86 ++++++++++++------- .../twitch-twilight/modules/chat/line.js | 69 ++++++++++++++- .../twitch-twilight/modules/chat/scroller.js | 7 +- .../modules/directory/following.jsx | 6 +- .../twitch-twilight/modules/host-options.vue | 2 +- .../twitch-twilight/modules/theme/index.js | 20 +++-- .../twitch-twilight/styles/mod_card.scss | 4 +- src/utilities/object.js | 12 +++ src/utilities/vue.js | 8 ++ 26 files changed, 396 insertions(+), 80 deletions(-) diff --git a/changelog.html b/changelog.html index 4367028d..8cf6d5ab 100644 --- a/changelog.html +++ b/changelog.html @@ -1,4 +1,14 @@ -
4.0.0-rc4.4@9e5af5443a7601d78faf
+
4.0.0-rc4.5@f47412afa7703e2d3b18
+ + +
4.0.0-rc4.4@46f98c4cd4559eaa9828