From 96cfa89351197580bd7d2631f6a65725fa4dfaba Mon Sep 17 00:00:00 2001 From: SirStendec Date: Tue, 25 Oct 2016 14:44:22 -0400 Subject: [PATCH] 3.5.349. Fix emote CSS generation, the view:room going away thing, add stuff to modifier emotes, fix tab completion. Yay. Closes #49 --- changelog.html | 17 ++ src/ember/chat-input.js | 8 +- src/ember/room.js | 405 +++++++++++++++++++++++++++++++++++++++- src/emoticons.js | 51 ++--- src/ext/api.js | 14 +- src/main.js | 2 +- src/tokenize.js | 4 +- src/utils.js | 30 +++ style.css | 2 +- 9 files changed, 476 insertions(+), 57 deletions(-) diff --git a/changelog.html b/changelog.html index 73ba9419..632bc701 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,20 @@ +
3.5.349
+ + +
3.5.348
+ + +
3.5.347
+ +
3.5.346