From 2a790ad7cdec4c0a52bd340c1861f5f6e9875d19 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Thu, 31 May 2018 18:34:15 -0400 Subject: [PATCH] 4.0.0-rc2. Add basic custom highlight terms and blocked terms. Change the socket cluster setting because users are users. Open settings in a new window if clicking the chat menu link with ctrl or shift. Hide the Get Bits button in the site navigation. Add an additional socket server. --- changelog.html | 9 ++ src/main.js | 2 +- src/modules/chat/components/chat-blocked.vue | 9 ++ .../chat/components/chat-highlight.vue | 5 + src/modules/chat/index.js | 96 ++++++++++++- src/modules/chat/tokenizers.jsx | 132 ++++++++++++++++++ .../main_menu/components/basic-terms.vue | 121 ++++++++++++++++ .../main_menu/components/color-picker.vue | 86 ++++++++---- .../main_menu/components/term-editor.vue | 129 +++++++++++++++++ .../twitch-twilight/modules/chat/index.js | 2 +- .../twitch-twilight/modules/chat/line.js | 16 ++- .../modules/chat/settings_menu.jsx | 10 +- .../styles/chat-mention-bg-alt.scss | 2 +- .../css_tweaks/styles/chat-mention-bg.scss | 2 +- .../css_tweaks/styles/chat-mention-token.scss | 1 + .../modules/css_tweaks/styles/chat-rows.scss | 12 +- .../modules/css_tweaks/styles/hide-bits.scss | 1 + src/socket.js | 7 +- src/utilities/color.js | 2 +- src/utilities/constants.js | 3 +- src/utilities/object.js | 59 ++++++++ styles/widgets.scss | 11 ++ 22 files changed, 669 insertions(+), 48 deletions(-) create mode 100644 src/modules/chat/components/chat-blocked.vue create mode 100644 src/modules/chat/components/chat-highlight.vue create mode 100644 src/modules/main_menu/components/basic-terms.vue create mode 100644 src/modules/main_menu/components/term-editor.vue diff --git a/changelog.html b/changelog.html index fb2cc2de..37544ca9 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,12 @@ +
4.0.0-rc2@377f701926189263186b
+ +
4.0.0-rc1.12@b04d3c600e5260fcd7cd