Skip to content

Message Bridge 1.1

Latest

Choose a tag to compare

@dremin dremin released this 29 Sep 03:46

This release adds several quality-of-life improvements:

  • Improvements to the "lite" client:
    • Improved navigation to be on a single line
    • Image attachments are converted and down-scaled prior to download, as these systems are unlikely to handle the originals
    • Sanitize more special characters that many older systems cannot display, such as left and right quotation marks
  • Improvements to the JavaScript-enabled client:
    • Added a loading placeholder to the chat list
    • Automatically converts and down-scales images when downloading them by default
    • Disabled the send button while sending to prevent accidental double send
    • Fixed scroll sometimes not sticking to the bottom when sending a message
    • Fixed the latest chat fetch being undesirably cached forever by IE5
    • Fixed a JS error occurring before redirect when XMLHTTPRequest is unsupported by the browser