Skip to content

0.9.10

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

💡 Features

  • Display a mark for messages sent in error (#91)
  • Add support for shared groups (#63)

🪲 Bug fixes

  • If guest access is deactivated, "guest" route could not be resolved and throw error (display link only if guest access is activated)
  • Prevent children components to use not initialized XMPP information (do not load registered app until authenticated)

🔧 Technical

  • Remove router.next(), as per Vue RFC 37
  • Add random characters in resource in development environment for using same user on several tabs (#93)
  • Add staging environment, reproducing procedure and stale workflow :godmode:
  • Bump dependencies:
    • vite from 2.9 to 4.1
    • plugin-vue from 2.3 to 4.0
    • filesize from 9.0 to 10.0
    • nanoid from 3.3 to 4.0
  • Remove some dev dependencies