Releases: florextech/deck
Releases · florextech/deck
v0.7.2
Full Changelog: v0.7.1...v0.7.2
v0.7.1
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Full Changelog: v0.6.9...v0.7.0
v0.6.9
Full Changelog: v0.6.8...v0.6.9
v0.6.8
Full Changelog: v0.6.7...v0.6.8
v0.6.7
Full Changelog: v0.6.6...v0.6.7
v0.6.6
Full Changelog: v0.6.5...v0.6.6
v0.6.5
Full Changelog: v0.6.4...v0.6.5
v0.6.4
Fixed (for real this time)
- Root cause of 'Could not load store' / 'Unexpected token <': Electron's
main.jshad NO plugin endpoints (/plugins/store, etc). Fetch returned the HTML page instead of JSON. - Added all plugin endpoints to Electron: store, toggle, install, uninstall, reload, widgets
- Added version to Electron's
/healthendpoint (reads from package.json) - Version now visible in Settings as 'Deck vX.X.X'
Full Changelog: v0.6.3...v0.6.4
v0.6.3
Fixed
- Root cause found: Electron was serving an outdated
index.html(stuck at v0.2.0) - This caused: false update notifications, "Could not load store" errors, missing plugin features
- Synced
electron/public/index.htmlwith latest server version
Full Changelog: v0.6.2...v0.6.3