Skip to content

v0.3.0 — Cloudflare sync-back, preview workbench, and local URL service

Choose a tag to compare

@Amal-David Amal-David released this 07 Jul 12:55

Highlights

  • Cloudflare sync-back imports existing Pages links into the dashboard, including links created outside the current workspace.
  • The dashboard now has the redesigned preview workbench with embedded desktop/mobile previews.
  • macOS users can set up http://pagecast.localhost and an always-on login service for a sticky local URL.
  • Published-page edits now sync back to the existing public URL instead of stopping at a local save.
  • The Chrome extension now tries http://pagecast.localhost first and falls back to http://127.0.0.1:4173.

Release artifacts

  • npm: pagecast@0.3.0 via the Release workflow.
  • Docker: ghcr.io/amal-david/pagecast:v0.3.0, ghcr.io/amal-david/pagecast:0.3.0, and ghcr.io/amal-david/pagecast:latest via the Release workflow.
  • Chrome extension: pagecast-extension-v0.3.0.zip attached to this GitHub release via the Release workflow.

Validation

  • npm run check
  • node --check extension/popup.js && node --check extension/background.js
  • node --test test/*.test.js
  • npm run build
  • npm pack --dry-run
  • release workflow YAML parse
  • git diff --check