v0.3.1
Install: uv tool install flexitracker (or uv tool upgrade flexitracker).
Fixes
- Every request the daemon makes to the backend (ingest, whoami, config, and
login's token exchange) could be silently blocked at the edge with HTTP 403 ("error code: 1010"). Cloudflare's bot-fight mode blocks the defaultPython-urllibUser-Agent outright, independent of authorization. The daemon now sends a real User-Agent. If you sawloginfail with a 403 on v0.3.0, this fixes it — upgrade and retry.