Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 15:58
· 45 commits to main since this release

Added

  • Starter programs. A fresh install now ships with three beginner programs —
    Foundation Full Body, Core Stability Starter, and Legs & Glutes — and the ten exercises
    they use. The app is usable offline, with no account and before Discover has ever been
    opened. The seed is the operator's own signed catalog events, so a seeded entry is
    identical to the imported one: Discover reports it as already in your library instead of
    offering a duplicate, and still offers an update if the catalog entry is republished.
  • Settings shows the running app version.
  • Support Workstr. A zap-first support panel in Settings with the project's Nostr
    identity, a canonical "Zap on Nostr" action, and a copy button for the npub. Below it,
    a live funding panel shows what came in this month against the published 85,000 sats
    monthly running cost — read directly from public NIP-57 zap receipts, with no account,
    analytics or server. Plain Lightning and on-chain routes are not presented as separate
    donation paths. Only receipts signed by the wallet provider are counted, and when the
    relays cannot be reached the panel says the total is unknown rather than reporting zero.

Changed

  • Seeding is backfill-only and applies once per account: a starter exercise you delete
    stays deleted, a program you edit becomes your own, and anything already occupying a
    slot is left untouched.

Fixed

  • Rest timers now reconcile against wall-clock time after iOS suspends and resumes the
    installed PWA.
  • Android opens mobile signer deep links in the existing app context instead of leaving
    users in a blank browser window.
  • Exercise images loaded from the Workstr catalog are cached for offline cold starts.