·
2 commits
to master
since this release
CHANGELOG 🐸
- Move responsibility of sending popup updated stores to
utils/storeUpdaters
- Removed old code from Presences tab. It was manually loading stored data into the store without the security checks implemented in
presences.load
- Replace all casts for undefined by
!
- Reload presence script when updated presence input
- Popup cannot talk to server, so now it asks the service worker to
- Add missing btns-2 class in Presences tab
- Now installing while presences have invalid data will overwrite stored data
- Set bad data stores to null, undefined cannot be serialized to JSON
- Serialize to JSON before updating popup on connect
- Check stored presences type
- Move host messaging from
utils/presence_scripts
to background - Support Firefox
- Register/unregister presence scrips is done on install/uninstall, not on enable/disable
- Firefox async onMessage fails when not replyed, so now we reply undefined
- Add Windows support
- Add native-messaging hosts support
- Add message exchange between host and extension
- Add a way of reconnecting to Discord thru the extension
- Removed local
.err-panel
rule from App.svelte - Set AppTab to Store when last presence is removed
- Make a GUI installer for Windows
- Make an effect when discord reconnect return disconnected status