diff options
-rw-r--r-- | chat/changelog.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chat/changelog.txt b/chat/changelog.txt index 733eb99..97ea565 100644 --- a/chat/changelog.txt +++ b/chat/changelog.txt @@ -843,4 +843,15 @@ Bugfixes: - Fix potential conflict between php and mysql timezones by using mysql's FROM_UNIXTIME(). - thanks to ManOnDaMoon. - Normalized sound volumes a bit. - Fixed mybb integration database connection. Connection details should be pulled automatically now. -- Fidex mybb integration guest logins to accept guests that don't enter a username (assign numbers like other versions).
\ No newline at end of file +- Fidex mybb integration guest logins to accept guests that don't enter a username (assign numbers like other versions). + +Version 0.8.8 (?.?.2014) +------------------------------- +Notice: +- If you are using the javascript override handleCustomInfoMessage in custom.js, you should make it return true if you capture an event + +New Features: + + +Bugfixes: +- HTML is now stripped from [IMG] tag URLs, and tag parsing errors will no longer crash chat. - thanks to
\ No newline at end of file |