Skip to content

Releases: florextech/deck

v0.7.2

08 May 16:51

Choose a tag to compare

v0.7.1

08 May 16:42

Choose a tag to compare

Full Changelog: v0.7.0...v0.7.1

v0.7.0

08 May 16:29

Choose a tag to compare

Full Changelog: v0.6.9...v0.7.0

v0.6.9

08 May 16:23

Choose a tag to compare

Full Changelog: v0.6.8...v0.6.9

v0.6.8

08 May 16:13

Choose a tag to compare

Full Changelog: v0.6.7...v0.6.8

v0.6.7

08 May 16:13

Choose a tag to compare

Full Changelog: v0.6.6...v0.6.7

v0.6.6

08 May 16:03

Choose a tag to compare

Full Changelog: v0.6.5...v0.6.6

v0.6.5

08 May 15:28

Choose a tag to compare

Full Changelog: v0.6.4...v0.6.5

v0.6.4

08 May 15:15

Choose a tag to compare

Fixed (for real this time)

  • Root cause of 'Could not load store' / 'Unexpected token <': Electron's main.js had 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 /health endpoint (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

08 May 15:07

Choose a tag to compare

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.html with latest server version

Full Changelog: v0.6.2...v0.6.3