Skip to content

Releases: Raistlfiren/garmin-csv-plan

7k

05 Dec 23:11
Compare
Choose a tag to compare

Garmin API was returning an empty response when creating workouts.

Updated user agent to mitigate problem.

6K

16 Jul 22:59
Compare
Choose a tag to compare
6K
  • Removed dawguk library for authenticating and connecting to Garmin
  • Created Garmin client to authenticate using Garth's oauth consumer key and secret
  • Added methods to handle getting workout list, creating workout, deleting workout, and scheduling workout
  • Revised adding notes to a workout step
  • Ran Rector over code to update standards
  • Revised tests
  • Added an environment variable to control location of credentials

5K

29 May 00:57
Compare
Choose a tag to compare
5K

Updated to PHP 8.3
Updated SF to 6.4

4K

08 Jun 18:31
Compare
Choose a tag to compare
4K

A simple cleanup release to add some errors and die properly when saying no.

Full Changelog: v0.3...v0.4

3K

01 Feb 13:31
Compare
Choose a tag to compare
3K
  • Updated to PHP 8.1
  • Updated Symfony to 6.2
  • Added more tests
  • Fixed deprecations
  • Updated documentation

2k

23 Jun 01:00
Compare
Choose a tag to compare
2k

Updated external library for authentication.
Changed Docker Alpine image to Ubuntu.