v0.2.1
Install: uv tool install flexitracker — no admin rights, no compiler; runs even where unsigned executables are blocked. Or download a standalone executable below.
Breaking
- The daemon is reimplemented in pure Python (previously Rust). The CLI, config file, durable outbox, and wire protocol are unchanged — but it now installs via
uv/PyPI instead of as a native binary.
Distribution
- PyPI:
uv tool install flexitracker. - Standalone executables for Windows and Linux are attached below (they bundle their own Python), for machines that permit running executables. Unsigned — see the install guide for the SmartScreen step.
Added
flexitracker --versionreports the release version (and0.0.0for development builds).