Releases: bakermat/suffersync
Releases · bakermat/suffersync
v1.4.4
What's Changed
- fix: intervals.icu expects application/json Content-Type by @arthuracs in #15
- Fixed issue with workout names containing a question mark.
New Contributors
- @arthuracs made their first contribution in #15
Full Changelog: 1.4.3...v1.4.4
1.4.3
What's Changed
- fixed datetime and encoding issue by @alexandermuehle in #11
- fixed issue where distance mentioned in the description of a workout could cause an incorrect workout file.
New Contributors
- @alexandermuehle made their first contribution in #11
Full Changelog: v1.4.2...1.4.3
v1.4.2
v1.4.1
v1.4.0
- Existing workouts in intervals.icu will now be overwritten when they have the same name to avoid duplicate uploads.
- Special characters like '.' or ':' will now show up correctly in intervals.icu. If you upgraded from an older release, you might see a few duplicates for workouts that have a '.' or '/' in them, you will have to manually remove the ones without these characters from intervals.icu.
- Added option to delete planned events in intervals.icu using suffersync -d or suffersync --delete. It will delete all events for the date range specified in suffersync.cfg.
- If you're training for an event, the event at the end of your plan will be included in the intervals.icu calendar as a note.
v1.3.0
What's Changed
- Added option to upload runs, swims and strength training to intervals.icu. These are disabled by default.
- Added option to include the Wahoo SYSTM description when uploading a workout to intervals.icu. Disabled by default, as it's verbose. (thanks @orutherfurd for your input here)
- Cleaned up some code and replaced regex with more elegant JSON (thanks @orutherfurd)
v1.2.1
v1.2.0
What's Changed
- include today (vs treating as past) by @orutherfurd in #5
- overwrite zwo files instead of appending by @orutherfurd in #4
New Contributors
- @orutherfurd made their first contribution in #5
Full Changelog: v1.1.0...v1.2.0