Releases: veerendra2/fitbit-cli
Releases · veerendra2/fitbit-cli
v1.8.0
What's Changed
- Bump requests from 2.33.0 to 2.33.1 by @dependabot[bot] in #32
- Update setuptools requirement from >=42 to >=82.0.1 by @dependabot[bot] in #33
- Add support for body parameters: weight, BMI and body fat by @xraysight in #31
New Contributors
- @xraysight made their first contribution in #31
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Fix CI by @veerendra2 in #30
- add -hrv parameters to fetch HRV data by @eskimokk in #29
New Contributors
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
New Features
- Add
--json(-j) flag — outputs table fields as compact JSON, designed for AI agent use - Add
--raw-json(-r) flag — outputs the full raw Fitbit API response as compact JSON
Dependencies
- Bump
richfrom 14.3.2 to 14.3.3 by @dependabot[bot] in #26 - Bump
requeststo 2.33.0
python -m pip install fitbit-cli --upgradeFull Changelog: v1.5.2...v1.6.0
v1.5.2
What's Changed
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #22
- Bump rich from 14.2.0 to 14.3.1 by @dependabot[bot] in #23
- Bump rich from 14.3.1 to 14.3.2 by @dependabot[bot] in #24
- Bump Version 1.5.2 by @veerendra2 in #25
python -m pip install fitbit-cli --upgradeFull Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #17
- Bump requests from 2.32.4 to 2.32.5 by @dependabot[bot] in #18
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #19
- Bump rich from 14.1.0 to 14.2.0 by @dependabot[bot] in #20
- Bump Version by @veerendra2 in #21
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Add formatter for daily activity data by @veerendra2 in #16
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Bump rich from 14.0.0 to 14.1.0 by @dependabot[bot] in #13
- Add device list by @veerendra2 in #14
$ fitbit-cli -d
Devices List 🔗
┏━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓
┃ Battery Level 🔋 ┃ Device Model ⌚ ┃ Device Type 📱 ┃ Last Sync Time 🕒 ┃ MAC Address 🏷 ┃
┡━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩
│ 50 │ Inspire 3 │ TRACKER │ 2025-07-29T09:27:38.000 │ 86:FF:AB:FF:FF:FF │
└──────────────────┴─────────────────┴────────────────┴─────────────────────────┴───────────────────┘Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Bump requests from 2.32.3 to 2.32.4 by @dependabot in #12
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Bump rich from 13.9.4 to 14.0.0 by @dependabot in #10
- 9 Add simple relative date handler by @veerendra2 in #11
Full Changelog: v1.2.0...v1.3.0