Skip to content

v0.3.0

Choose a tag to compare

@jvuori jvuori released this 24 Jul 20:42
· 23 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

  • flexitracker configure is removed. Authorization is now a single flexitracker login command.

Features

  • flexitracker login opens your browser to authorize the machine — you never see or copy an access key. Approve in the browser and the key is written to your config automatically.
  • flexitracker login --key <KEY> is the manual/headless fallback for scripted or browser-less setups, fed by the web UI's "Add machine" button.
  • --name <label> sets the machine's label for the browser flow (defaults to the hostname).

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.