From 03c825c39835d2b3b10b157096eff550711db81b Mon Sep 17 00:00:00 2001 From: SirStendec Date: Wed, 18 Jan 2017 18:33:56 -0500 Subject: [PATCH] 3.5.418. Bunch of changes made while I was away at AGDQ. Add a setting for using the mouse wheel to adjust player volume. Fix colors in vod chat when Twitch adds non-messages as messages. (CLEARCHAT go home you're drunk...) --- changelog.html | 115 ++++++++++++------------- dark.css | 16 ++-- old_changes.html | 63 ++++++++++++++ src/ember/bits.js | 193 ++++++++++++++++++++++++++++-------------- src/ember/player.js | 41 ++++++++- src/ember/room.js | 7 +- src/ember/vod-chat.js | 12 ++- src/ext/api.js | 12 ++- src/main.js | 5 +- src/tokenize.js | 7 +- src/ui/following.js | 13 +-- src/utils.js | 62 +++++++++----- style.css | 94 +++++++++++++++++++- 13 files changed, 465 insertions(+), 175 deletions(-) diff --git a/changelog.html b/changelog.html index 0f539556..df7b0dfe 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,55 @@ +
3.5.418
+ + +
3.5.417
+ + +
3.5.416
+ + +
3.5.415
+ + +
3.5.414
+ + +
3.5.413
+ + +
3.5.412
+ + +
3.5.411
+ + +
3.5.410
+ +
3.5.409
-
3.5.408
- - -
3.5.407
- - -
3.5.406
- - -
3.5.405
- - -
3.5.404
- - -
3.5.403
- - -
3.5.402
- - -
3.5.401
- - -
3.5.400
- - -
3.5.399
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index 5c06d6bc..06dcd610 100644 --- a/dark.css +++ b/dark.css @@ -1543,16 +1543,16 @@ body.ffz-dark:not([data-page="teams#show"]), box-shadow: inset 0 -1px 0 #161616, -1px 1px rgba(255,255,255,0.065); } -.ffz-dark .twitchbot-border-more, +.ffz-dark .twitchbot-settings__border-more, .ffz-dark .border-t, .ffz-dark .border-b, .ffz-dark .cn-metabar__more { border-color: rgba(255,255,255,0.2) !important; } -.ffz-dark .twitchbot-hover-text-help, -.ffz-dark .twitchbot-rule-container:hover, -.ffz-dark .twitchbot-right-container { +.ffz-dark .twitchbot-settings__hover-text-help, +.ffz-dark .twitchbot-settings__rule-container:hover, +.ffz-dark .twitchbot-settings__right-container { background-color: #191919; } @@ -1564,13 +1564,17 @@ body.ffz-dark:not([data-page="teams#show"]), } -.ffz-dark .twitchbot-help, -.ffz-dark .twitchbot-level-context, +.ffz-dark .twitchbot-settings__help, +.ffz-dark .twitchbot-settings__level-context, .ffz-dark .cn-bar__avatar-wrap { background-color: #101010; border-color: #101010; } +.ffz-dark .twitchbot-settings__arrow-up { + border-bottom-color: #101010; +} + .ffz-dark .cn-bar__displayname { color: #c3c3c3; } diff --git a/old_changes.html b/old_changes.html index ca644565..b1724659 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,66 @@ +
3.5.408
+ + +
3.5.407
+ + +
3.5.406
+ + +
3.5.405
+ + +
3.5.404
+ + +
3.5.403
+ + +
3.5.402
+ + +
3.5.401
+ + +
3.5.400
+ + +
3.5.399
+ +
3.5.398