Minor Release of the BLE Sync Cycle Project
- This is minor release includes the following new/updated functionality:
- Added a new feature that permits the user to "auto-resume" from a video so they can continue a BSC session
- Added a feature to track "ride time", which is how long any given cycling session runs between BSC session start/stop
- Minor changes in GUI mode (moved BSC session file path from Session Status to Session Editor)
- Minor refactoring of the GTK4/Adwaita
.uiconfiguration file (responsible for the GUI design/function) - Minor bug fix regarding the display of the
mphorkm/hspeed notation in GUI mode
See the README.md for current functionality and the project roadmap for future feature requests/additions.
To decompress the included release binary, run the following command:
zstd -d ble-sync-cycle_linux_amd64.zstAfter decompressing the binary, you can then install BLE Sync Cycle by referring to the BSC Wiki documentation.
Enjoy!
What's Changed
- Dev by @richbl in #203
- fix(app): 🐛 Minor fix to display proper speed metric (mph or km/h… by @richbl in #204
- docs(app): 📝 Updated GUI images in README/wiki by @richbl in #205
- feat(app): 🎨 Added "Ride Time" metric; GUI-mode UI updates (imrpo… by @richbl in #206
- feat(app): ✨ Added BSC session path field to the Session Editor (GUI mode); minor .ui file changes (refactored) by @richbl in #207
Full Changelog: 0.62.0...0.63.0