From 6e93d712bd9a3f4d8415ece25cb55ce56abcbd60 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Wed, 23 Oct 2019 19:30:27 -0400 Subject: [PATCH] 4.14.12 * Added: Setting to hide re-runs in the site's side navigation, or to display them faded out to more obviously differentiate them from original live content. * Added: The `Changelog` will now only display commits with associated releases, by default. Users can optionally display all commits. * Fixed: The error message when a tool-tip failed to render was not being localized. * Fixed: Padding for certain metadata elements such as the `Host` button. * Fixed: The Stream Uptime metadata pop-up not opening in Safari due to the browser's lack of modern JS features. * Fixed: Tool-tips not working within the FFZ Control Center. * Fixed: Tool-tip positioning when in Portrait Mode. * Fixed: The `Current Category` rule type for profiles not matching on directory pages. --- package.json | 2 +- .../main_menu/components/changelog.vue | 32 +- src/modules/metadata.jsx | 340 +----------------- src/modules/tooltips.js | 4 + src/sites/twitch-twilight/index.js | 2 +- .../modules/css_tweaks/index.js | 23 +- .../modules/css_tweaks/styles/portrait.scss | 2 +- .../css_tweaks/styles/side-rerun-opacity.scss | 7 + .../modules/directory/game.jsx | 15 +- src/utilities/tooltip.js | 5 +- 10 files changed, 77 insertions(+), 355 deletions(-) create mode 100644 src/sites/twitch-twilight/modules/css_tweaks/styles/side-rerun-opacity.scss diff --git a/package.json b/package.json index ab7be1a0..cf2830c9 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.14.11", + "version": "4.14.12", "description": "FrankerFaceZ is a Twitch enhancement suite.", "license": "Apache-2.0", "scripts": { diff --git a/src/modules/main_menu/components/changelog.vue b/src/modules/main_menu/components/changelog.vue index 56d6b929..0379a2ae 100644 --- a/src/modules/main_menu/components/changelog.vue +++ b/src/modules/main_menu/components/changelog.vue @@ -4,6 +4,27 @@

{{ t('home.changelog', 'Changelog') }}

+
+
+
+ + + + +
+ {{ t('home.changelog.about-nonversioned', 'Non-versioned commits are commits to the FrankerFaceZ repository not associated with a release build. They typically represent maintenance or contributions from the community that will be included in a subsequent release.') }} +
+
+
+