From 61ac0b97f6d868ffe828d190702d4c9713dc142b Mon Sep 17 00:00:00 2001 From: SirStendec Date: Wed, 5 Apr 2017 19:12:11 -0400 Subject: [PATCH] 3.5.457. Commerce stuff. Favorite any emote. Consolidate emotes from your Twitch Inventory. Dark CSS tweaks. Add emoji size settings. Highlight messages with mentions without having alternating rows enabled. --- changelog.html | 76 +++++--- credits.html | 1 + dark.css | 38 +++- old_changes.html | 58 ++++++ src/badges.js | 10 +- src/constants.js | 5 + src/ember/bits.js | 49 +++-- src/ember/commerce.js | 316 +++++++++++++++++++++++++++++++++ src/ember/line.js | 55 +++++- src/ember/room.js | 3 - src/emoticons.js | 65 ++++++- src/featurefriday.js | 2 +- src/less/dark-clips.less | 30 ++++ src/main.js | 4 +- src/styles/chat-background.css | 63 ------- src/tokenize.js | 38 +++- src/ui/menu.js | 27 +-- src/ui/my_emotes.js | 68 +++++-- src/ui/notifications.js | 13 +- style.css | 69 ++++++- 20 files changed, 830 insertions(+), 160 deletions(-) create mode 100644 src/ember/commerce.js diff --git a/changelog.html b/changelog.html index 682bc724..47ba71d3 100644 --- a/changelog.html +++ b/changelog.html @@ -1,59 +1,79 @@ -
3.5.444
+
3.5.457
-
3.5.443
+
3.5.456
-
3.5.442
+
3.5.455
-
3.5.441
+
3.5.454
-
3.5.440
+
3.5.453
-
3.5.439
+
3.5.452
-
3.5.438
+
3.5.451
-
3.5.437
+
3.5.450
-
3.5.436
+
3.5.449
-
3.5.435
+
3.5.448
+ +
3.5.447
+ + +
3.5.446
+ + +
3.5.445
+
View Older
diff --git a/credits.html b/credits.html index 18179f22..8a0be544 100644 --- a/credits.html +++ b/credits.html @@ -11,6 +11,7 @@