From 79e4b02e6b83ecaa5eb60605992f5aec3e7897bc Mon Sep 17 00:00:00 2001 From: SirStendec Date: Fri, 30 Mar 2018 19:54:26 -0400 Subject: [PATCH] Add a setting for tab-completion of FFZ emotes. Process default values of settings with merge strategies. --- README.md | 2 +- changelog.html | 7 ++++ src/main.js | 2 +- src/settings/context.js | 3 ++ src/settings/types.js | 9 ++++++ .../twitch-twilight/modules/chat/index.js | 32 +++++++++++++------ 6 files changed, 44 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 270f4973..b9f1158a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ configure linting support for your editor as well. If you're using Visual Studio Code, make sure to install the ESLint extension and add the following to your workspace settings: -```json +``` { "eslint.validate": [ "javascript", diff --git a/changelog.html b/changelog.html index 0f613ce4..9b733e84 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,10 @@ +
4.0.0-beta1.8@c07590bbb2a94b83c0e3
+ +
4.0.0-beta1.7@014a758f744a54c37b26