Skip to content

0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 01:17
· 11 commits to master since this release

πŸ’‘ Features

  • Moderation: Remove body and link for retracted messages (XEP-0425) #82
  • Send chat state (XEP-0085) #57, managed by:
    • Opt-out for composing/pauses/active states
    • Opt-in for inactive state
    • Save user preferences to local storage
  • Add profile component for vCard update (XEP-0054): Allow to update avatar and some user information #99
  • UI improvements:
    • Redesign contacts component, add a collapse/expand button
    • Add a 0.3s fade-in before a message is displayed
    • Add icons to presence controller

πŸͺ² Bug fixes

  • Clear previous session: improves separation between guests and registered users

πŸ”§ Technical

  • Move avatars cache from localStorage to sessionStorage
  • Add a Github action for testing a branch
  • Improve staging:
    • Disable unneeded tls module to prevent errors (MR #95 Thanks to @Ppjet6)
    • Remove unneeded docker extra hosts for Prosody (MR #96 Thanks to @Ppjet6)