Skip to content

Updated Minor Release

Latest
Compare
Choose a tag to compare
@richbl richbl released this 05 Mar 02:45
· 13 commits to main since this release
003b16b

Updated minor release of the BLE Sync Cycle project

  • This release fixes a minor playback bug in the ble package when choosing to ride using the km/h speed configuration option
  • Both the ble and video packages were refactored with additional Go tests to increase code coverage
  • The config.toml file and underlying config package were updated to include an option to choose a media player (mpv is still the only available functional option). This is in preparation for upcoming work to integrate the VLC media player into the project

See the README.md for current functionality and the project roadmap for future feature requests/additions.

Enjoy!

What's Changed

  • refactor(app): ♻️ Minor refactoring to simplify configuration … by @richbl in #81
  • fix(app): ♻️ Fix to mph --> km/h conversion during playback; c… by @richbl in #83

Full Changelog: 0.10.0...0.11.0