Skip to content

v0.3.1

Choose a tag to compare

@jvuori jvuori released this 24 Jul 20:49
· 22 commits to master since this release

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 default Python-urllib User-Agent outright, independent of authorization. The daemon now sends a real User-Agent. If you saw login fail with a 403 on v0.3.0, this fixes it — upgrade and retry.