forked from cburschka/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Bumped version to 1.5-calref) "Sombra" ======== Features -------- - cburschka#111: Ctrl+B, I, S and U will automatically add the corresponding BBCode tags around the cursor or selected text. - cburschka#120: The /affiliate command allows admins and owners to set a user's room affiliation. - cburschka#129: Messages can be locally hidden (and unhidden) by clickin an "X" next to the message. - cburschka#131: The tab key will automaticallly complete any partial nickname or chat command in the input field. - cburschka#133: The current room ID is now bound to the URL fragment ("#lounge"). This allows bookmarking or linking directly to rooms, as well as inviting other cadence users to a room by sending a [url=#room][/url] link. - New ponicon: :symad: Enhancements ------------ - cburschka#62: The user's own roster entry is emphasized. - cburschka#74: Instead of a settings cookie, cadence now uses HTML5 local storage. This has an increased size limit and is not sent to the server. - cburschka#78: Emoticon codes inside <code> tags are not rendered. - cburschka#123: The user roster is now sorted alphabetically. - cburschka#126: On the arrival of a user whose nickname matches an alert keyword, the "mention" sound will be played. - cburschka#135: The help sidebar is updated with all new commands. Admin commands are grouped under a separate section. The commands themselves are printed as code, instead of being italicized. - cburschka#139: Raised maximum displayed nickname length from 32 to 48. Bugfixes -------- - cburschka#116: Fixed a regression in the /msg command regex. - cburschka#119: Fix the "Connection failed (improper-addressing)" error when restarting after a remote-dropped connection, caused by a stale connection object. - cburschka#122: Skip code compression when YUI is not installed. - cburschka#124: When clicking on a nickname with spaces, and then clicking another user, only the first part of the nickname was replaced in the input field. - cburschka#128: /bans printed a poorly formatted message with an empty banlist. - cburschka#134: Removed the last remnants of the never-displayed splash page. - cburschka#136: Fixed an alignment problem affecting the [b] button on some devices. The bold font weight caused the button to be placed slightly lower than the others.
- Loading branch information
Showing
25 changed files
with
288 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION=1.4.1-calref | ||
VERSION=1.5-calref |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
img, textarea { border:none } | ||
.box, #colorCodesContainer a { border:1px solid } | ||
#helpList table, #settingsList table { border-collapse: collapse } | ||
button, span.user { cursor:pointer } | ||
button, span.user, span.hide-message, span.hidden { cursor:pointer } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.