Weather.Co is now free for every pilot — always free for CFIs and flight schools.
tmpo · Changelog
tmpo · changelog

What's changed in tmpo.

The studio log for tmpo — rebrand, build history, submission notes. Newest first.

v0 changelog · backfill in progress. Entries before the Mens.Co → tmpo rebrand are reconstructed from project memory. Going forward, every meaningful change lands here.

1.0(6) submitted to App Store Connect.

Display-name fix landed in project.yml (not Xcode-only — XcodeGen wipes Xcode-only settings on every run). User-facing brand stays tmpo; codebase IDs, paths, and keys remain on the original namespace. App Store listing: "Tmpo - Fitness Tracker."

2.3.8 metadata rejection.

App Review flagged display-name mismatch between the binary and the App Store listing. Root cause: display name was set in Xcode but XcodeGen overwrote it on the next regen. Fix: set the display name in project.yml so it survives regeneration.

Mens.Co → tmpo.

Public brand changed to tmpo. App Store listing, marketing site, and screenshots updated. Codebase internals (bundle IDs, file paths, persistence keys, schema names) intentionally kept on the original namespace to avoid migration risk on the in-flight TestFlight build.

  • Repo moved to github.com/ethkuhl-max/Tmpo.
  • Standing rule: never rename internal tmpo strings back to Mens.Co; XcodeGen will wipe Xcode-only edits.

Daily surface + rings + insights.

Today screen with ring + decision + three rings + readiness. Deep HealthKit read/write/observer (8 write types incl. macros). 30-day charts. Workouts + lift PRs (Epley). Nutrition (intake/macros/barcode → OpenFoodFacts/AI stub). Body photo log + measurements + waist-hip. Mental screener. Symptom journal + red-flag triage. Insights heatmap. 10+ nudges. Widget (4 families). Live Activity. Doctor PDF. Siri intents.

Pure-black Liquid Glass theme + HealthKit foundation.

Visual rework around the pure-black canvas. HealthKit auth + read + write established; SwiftData persistence for derived data only. No subscription, no servers, no telemetry — three studio rules confirmed for the build.

Scaffold + concept lock.

First commit. Concept locked: daily health tracking on one surface for men — recovery, training, nutrition, sleep, mental, bio-age. SwiftUI + SwiftData + HealthKit from the start.