0.9.0
/!\ 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
toVite
/Rollup
- Move from
Stanza
toxmpp.js
- Move from
Buefy
toOruga UI
- Move from
Vuex
toPinia
- Move from
Moment.js
toDay.js
- Update
- Change CI for building archive and multi architecture docker image for each new tag