Skip to content

Minor Release

Latest

Choose a tag to compare

@richbl richbl released this 24 Mar 01:24
· 3 commits to main since this release
51d4d8f

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 .ui configuration file (responsible for the GUI design/function)
    • Minor bug fix regarding the display of the mph or km/h speed 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.zst

After 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