Skip to content

0.7.0

Compare
Choose a tag to compare
@nioc nioc released this 25 Feb 23:55
· 104 commits to master since this release

Features

  • Message styling (XEP-0393)
  • Add emoji picker
  • Enhance room
    • Allow to join private room (logged and guest)
    • Display room occupants (avatar and presence)
    • Add room information (description, lang, occupants)
    • Add (un)bookmark button and handle autojoin with bookmark password
    • Create and configure room
    • Add link to invite guest on a room
    • Send presence updates in joined rooms
    • Display rooms avatar
    • Request password before joining protected room
    • Redesign guest rooms list with cards
    • Handle error encountered while joining room (alert and navigation)
  • Enhance button UX

Bug fixes

  • Hide home link for guest
  • Guest do not override anymore connected user
  • Refresh room page do not alert dummy error
  • List rooms in all MUC services (not only the first one)
  • Conference service was displayed in public rooms

Technical

  • Add login timeout
  • Refactoring CSS
  • Refactoring vuex
  • Refactoring chat (split sendbox & history button)
  • Store all used rooms in vuex in order to display unread count
  • Use async/await in components and service
  • Add Docker and Github action
  • Tune Webpack performance hints