• v0.2.0 0ae1b60dd5

    0.2.0 Pre-release

    cdamian released this 2026-07-09 17:36:22 +02:00 | 8 commits to main since this release

    Changed

    • Switch tox to the tox-uv runner (uv-venv-lock-runner) backed by a
      committed uv.lock; CI installs tox-uv and uv alongside tox.
    • Move the tox audit env's tool pins (pip-audit, pip) into a PEP 735
      [dependency-groups] group so Renovate can manage them. Requires tox >= 4.22.

    Security

    • Bump the tox audit env's pip pin to >=26.1.2 so it resolves a pip without
      PYSEC-2026-196 (fixed in pip 26.1.2). CI-only; the published package is
      unaffected.
    Downloads
  • v0.1.3 9a6ab34e49

    0.1.3 Pre-release

    cdamian released this 2026-06-03 21:45:37 +02:00 | 31 commits to main since this release

    Added

    • fitimport fitpub-reconcile: repair the ledger from FitPub's own batch-import
      job records, marking everything FitPub actually imported as done. Recovers the
      duplicate-risk gap when a run crashes after FitPub commits activities but
      before the importer records them.

    Changed

    • Lower the default FitPub batch size (--max-batch-mb) from 45 to 20 to bound
      FitPub's Phase 2 memory use and reduce work lost if a batch is interrupted.
    Downloads
  • v0.1.2 fa05c813d7

    0.1.2 Pre-release

    cdamian released this 2026-06-03 18:13:42 +02:00 | 34 commits to main since this release

    Fixed

    • CI release job now runs on the Fedora CI image: it posts to the Forgejo API
      with the Python standard library instead of the forgejo-release action,
      which assumed a Debian base (which/apt-get) and failed on the runner.
    Downloads