Skip to content

v0.2.1

Choose a tag to compare

@jvuori jvuori released this 22 Jul 20:45
· 26 commits to master since this release

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 --version reports the release version (and 0.0.0 for development builds).