Skip to content

v1.1.0

Latest

Choose a tag to compare

@mbologna mbologna released this 28 Mar 08:29
· 76 commits to main since this release
124a0be

What's Changed

Features

  • Improved Toggl dedup accuracy with full key matching (description, start, end, project_id, tags, workspace_id)
  • Added request timeouts to all API calls
  • Fixed Trakt query params for more reliable history fetching

Fixes

  • Fixed Toggl start/end date query params
  • Improved Trakt token handling in Kubernetes environments
  • Graceful handling of Toggl HTTP 402 rate limit (dedup skipped, sync continues)

Build & CI

  • Bumped requests to 2.33.0
  • Added E2E test suite with real API calls
  • Added bandit security linter to pre-commit hooks
  • Added SLSA3 provenance and reproducible builds
  • Added Trivy vulnerability scanning
  • Fixed CI cache key for uv.lock