Updated Minor Release
Updated minor release of the BLE Sync Cycle project
This release updates BLE performance by utilizing the media player callback design pattern available in the Go libmpv package . This implementation simplifies mpv media player interactions while improving code maintainability (separation of concerns) and improving performance.
See the README.md for current functionality and the project roadmap for future feature requests/additions.
Enjoy!
What's Changed
- refactor(app): ♻️ Minor code cleanup to distinguish mpv player… by @richbl in #75
- refactor(app): ♻️ Minor update to how mpv is configured (shoul… by @richbl in #76
- docs(app): 📝 Minor update to README (stinking badges) by @richbl in #77
- refactor(app): ⚡ Refactored to utilize libmpv callbacks (simplifi… by @richbl in #78
- perf(app): ⚡ Minor refactor to event loop; minor refactor to vide… by @richbl in #79
Full Changelog: 0.9.2...0.10.0