From 996ab7031e87568384bc450bd9a004187d57445f Mon Sep 17 00:00:00 2001 From: SirStendec Date: Mon, 10 Apr 2017 15:03:05 -0400 Subject: [PATCH] 3.5.463. Fix tab completion issues. Fix rendering of system-msgs that require special rendering. Fix compatibility with BetterTTV v7. This includes a lot of tiny changes because many features are only incompatible with BTTV v6. --- changelog.html | 43 ++++++++--------- old_changes.html | 23 +++++++++ src/badges.js | 12 +++-- src/commands.js | 2 +- src/ember/bits.js | 6 +-- src/ember/channel.js | 2 +- src/ember/chat-input.js | 14 +++--- src/ember/chatview.js | 54 ++++++++++----------- src/ember/conversations.js | 6 +-- src/ember/line.js | 67 ++++++++++++++++---------- src/ember/moderation-card.js | 44 +++++++++++++---- src/ember/room.js | 10 ++-- src/ember/vod-chat.js | 2 +- src/ext/betterttv.js | 91 +++++++++++++++++++++++++++++++++++- src/ext/emote_menu.js | 2 +- src/featurefriday.js | 2 +- src/main.js | 6 +-- src/settings.js | 8 +++- src/styles/chat-user-bg.css | 2 + src/tokenize.js | 10 ++-- src/ui/about_page.js | 2 +- src/ui/dark.js | 6 +-- src/ui/menu.js | 2 +- src/ui/menu_button.js | 2 +- src/utils.js | 10 +++- style.css | 20 ++++++++ 26 files changed, 319 insertions(+), 129 deletions(-) diff --git a/changelog.html b/changelog.html index e9b2a241..0ea176a7 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,23 @@ +
3.5.463
+ + +
3.5.462
+ + +
3.5.461
+ + +
3.5.460
+ +
3.5.459
-
3.5.453
- - -
3.5.452
- - -
3.5.451
- - -
3.5.450
- -
View Older
\ No newline at end of file diff --git a/old_changes.html b/old_changes.html index 373f956b..1a4f2d11 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,26 @@ +
3.5.453
+ + +
3.5.452
+ + +
3.5.451
+ + +
3.5.450
+ +
3.5.449