Skip to content

0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 13:56
· 77 commits to master since this release

/!\ Breaking change / Disclaimer /!\

This version is a major front update with more than 1 500 lines of code changed!
It may have some regression bugs, please create issue if you find one.

Upgrading Vue framework and build tools results in a change in XMPP client used (Stanza was not bundleable with Rollup, we move to xmpp.js), meaning, unfortunately, that BOSH transport is not supported anymore.

Features

  • Get previous contact messages #47
  • Display contact name instead of jid #47
  • Add contact status in tooltip

Bug fixes

  • Remove absolute path in img #21

Technical

  • Update stack #45:
    • Update Vue.js from 2 to 3 (keep options API)
    • Move from Vue-cli/Webpack to Vite/Rollup
    • Move from Stanza to xmpp.js
    • Move from Buefy to Oruga UI
    • Move from Vuex to Pinia
    • Move from Moment.js to Day.js
  • Change CI for building archive and multi architecture docker image for each new tag