From 0f88ce216fafc4d984c204a3581679662ee25a55 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Tue, 3 Jul 2018 18:39:00 -0400 Subject: [PATCH] 4.0.0-rc4 * Added: Smooth Scrolling for Chat. (Thanks @neuspadrin) * Changed: Disable mouse interaction with the background of the metadata bar when it's visible over the player in theater mode. * Fixed: All directory features except host menus. * API Added: tList(...) method for i18n to support localizing strings with embedded links, etc. --- changelog.html | 13 ++ src/i18n.js | 68 +++++++++- src/main.js | 2 +- src/modules/metadata.jsx | 2 +- .../twitch-twilight/modules/channel_bar.js | 4 +- .../twitch-twilight/modules/chat/scroller.js | 80 ++++++------ .../css_tweaks/styles/theatre-metadata.scss | 6 + .../modules/directory/browse_popular.gql | 3 - .../modules/directory/browse_popular.js | 2 - .../modules/directory/followed_channels.gql | 1 - .../modules/directory/followed_index.gql | 1 - .../modules/directory/followed_live.gql | 1 - .../modules/directory/following.jsx | 54 +++++--- .../modules/directory/game.jsx | 2 +- .../modules/directory/index.jsx | 122 +++++++++++------- .../modules/directory/sidenav_subscribed.gql | 14 ++ 16 files changed, 264 insertions(+), 111 deletions(-) create mode 100644 src/sites/twitch-twilight/modules/directory/sidenav_subscribed.gql diff --git a/changelog.html b/changelog.html index e239929d..ec82c9c4 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,16 @@ +
4.0.0-rc4@012130d37baabae67622
+ + +
4.0.0-rc3.4@104efaa42e14d30191d1
+ +
4.0.0-rc3.3@85ad2d458fb808c0365f