From 439f2c32ae7f24962c3113603f3ab7752f283a4c Mon Sep 17 00:00:00 2001 From: SirStendec Date: Sat, 10 Dec 2016 22:54:53 -0500 Subject: [PATCH] 3.5.395. Clean up /renamegroup command. Hard-coded modifier emotes still suck. Fix modifiers sticking to emoji. --- changelog.html | 19 +++++------ credits.html | 1 + old_changes.html | 10 ++++++ src/commands.js | 73 +++++++++++++++++++---------------------- src/ember/chat-input.js | 3 +- src/main.js | 2 +- src/tokenize.js | 2 +- src/utils.js | 8 +++++ 8 files changed, 66 insertions(+), 52 deletions(-) diff --git a/changelog.html b/changelog.html index bb3f5d49..aeb66adb 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,12 @@ +
3.5.395
+ +
3.5.394
-
3.5.384
- - -
3.5.383
- -
View Older
\ No newline at end of file diff --git a/credits.html b/credits.html index 54bf51dc..18179f22 100644 --- a/credits.html +++ b/credits.html @@ -3,6 +3,7 @@
  • Fugi - Wrote the Chat Delay feature.
  • DaxterSpeed - Wrote a method for adjusting username colors.
  • Riking - Wrote a large part of the socket server system.
  • +
  • walle303 - Wrote a chat command to rename group chats. Also reported a bug or two.
  • diff --git a/old_changes.html b/old_changes.html index d991c8be..6b9a10b0 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,13 @@ +
    3.5.384
    + + +
    3.5.383
    + +
    3.5.382