Skip to content

v0.6.8-beta — Shortcut Refresh Guard

Pre-release
Pre-release

Choose a tag to compare

@EddieTYP EddieTYP released this 03 May 06:42
· 31 commits to main since this release

Image Prompt Library v0.6.8-beta — Shortcut Refresh Guard

Small beta hotfix for standalone browser shortcuts after installed-app updates.

Fixed

  • Add a frontend/server version guard that refreshes the app shell when a shortcut is still running an older bundle after the local app has been updated.
  • Add a one-time cache-busting refresh parameter during that recovery so the browser has a better chance of loading the new shell.
  • Build release frontend bundles with the release version embedded, so the guard can compare the running frontend with the installed backend version.

Notes

  • This does not add offline caching or a service worker.
  • Existing stale shortcuts may still need to be closed or recreated once; this guard is intended to make future updates recover more reliably.