Skip to content

1.9.1

Compare
Choose a tag to compare
@cburschka cburschka released this 11 Jun 10:17
· 450 commits to master since this release
v1.9.1

This is a bugfix release, fixing mostly regressions from 1.9.0.

Changes

  • #204 addendum The jquery-ui icons are now copied to the CDN prefix during installation.
  • #256: Navigation links are now displayed again. The #213 fixes accidentally removed the link anchor texts from the navigation links.
  • #257: The dash theme now correctly styles buttons in dialog overlays, which lack the .button class and must be selected with .dialog button.
  • #258: Backslash escape sequences are now correctly stripped in parseArgs(), which only stripped the first sequence in each argument before.
  • #263: /version now shows the client version as just "v0.0.0" instead of (inaccurately) "cadence-v0.0.0".
  • #264: Plaintext messages (only generated by clients other than cadence, which sends all messages with an XHTML-IM body) are now properly escaped rather than being interpreted as HTML code.
  • #265: Room history messages are now attributed to users in the room by their JID. This properly styles authors who changed their nickname after sending the message, and does not misidentify authors whose former nickname is now being used by someone else.
  • #266: A :flutterkay: emote has been added.