Skip to content

Releases: poster515/Rust-Garmin

Implemented complete tokio async runtime

13 Feb 14:04
069dfaa
Compare
Choose a tag to compare

Was previously awaiting futures within dedicated tokio runtimes, lots of code clutter. This release implements tokio::main - no need for dedicated runtimes!

Updates with latest versions of misc libraries, better file parsing

10 Feb 14:43
79cd143
Compare
Choose a tag to compare

Updates with latest versions of misc libraries, better file parsing

Misc QoL Updates

25 Jan 21:37
Compare
Choose a tag to compare

Added true session management, better activity configuration, and implemented various command line overrides as described.

v0.1.2: Added working command line date overrides

16 Jan 16:36
Compare
Choose a tag to compare

Adding command line arguments and file format specification to config

v0.1.1: Better download handling

16 Jan 00:25
Compare
Choose a tag to compare

Bug fix for displayName retrieval

v0.1.0

16 Jan 00:04
Compare
Choose a tag to compare

This release provides the ability to save activities to file.

v0.1.0-beta

15 Jan 21:51
Compare
Choose a tag to compare

Prints all stats configured in garmin_config.json to std::cout. Run as a cron job or one-off download.

Next version will contain json file save functionality.