Skip to content

Beacon v0.0.5

Choose a tag to compare

@quizuncle quizuncle released this 07 Aug 12:38
· 9 commits to master since this release

v0.0.5 — 2026-08-07

Beacon's cloud backend has moved to a new home. Nothing changes in the app
itself, but anything stored in the cloud starts fresh.

Please export anything you care about before upgrading.

  • Your cloud account does not carry over. Signing in after upgrading
    creates a new, empty account — even with the same Google or GitHub login.
  • Synced collections, environments, and globals do not carry over. If
    Cloud Sync held your only copy of something, export it first: right-click
    the collection or environment in the sidebar and choose "Export as JSON".
  • When exporting an environment, choose "Include secrets". Beacon leaves
    secret values out of exports by default, so a backup taken with the default
    option restores with those values blank.
  • Collection share links created before v0.0.5 will stop working. If
    you've shared a collection, ask recipients to import it before they
    upgrade, or re-publish it afterwards to get a fresh link.
  • Don't use sign-out to "start over" until you've exported. Signing out
    clears local collections and history by design.

Upgrading by itself leaves local data alone — your collections, environments,
history, and settings stay exactly where they are. Only cloud-stored data and
previously published share links are affected.

This release also hardens how API keys in URLs are handled:

  • Sharing a collection now blanks an API key kept directly in a request URL's
    query string (?apiKey=...), the same way it already blanked the matching
    params row and the auth field. Previously that URL copy survived into the
    public share document.
  • Cloud Sync now encrypts the same URL copy before upload, alongside the
    credentials it already encrypted. Existing synced URLs are unaffected and
    round-trip unchanged.