Releases: Sendspin/sendspin-cpp
Releases · Sendspin/sendspin-cpp
v0.3.0
What's Changed
Many small breaking changes in this release as I work to finalize the API as well as make the codebase follow consistent patterns. All the changes primarily make it easier to implement on the client side; e.g., no need to manually gate metadata updates to the appropriate time, the library will handle that for you.
- Fix release drafter action labels (#27) @kahrendt
- Add documentation describing the conditional compilation approach (#26) @kahrendt
- Refactor stream start handlers (#25) @kahrendt
Breaking Changes
- Refactor artwork thread (#24) @kahrendt
- Simplify Artwork Role API (#23) @kahrendt
- Only include/build microFLAC and microOpus when necessary (#22) @kahrendt
- Gate metadata update callbacks by the timestamps in the metadata message (#21) @kahrendt
- Add a generalized group state getter method (#20) @kahrendt
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
This release has breaking changes, mainly around the initial configuration. Please see the Integration Guide for the current API.
- Refactor to minimize public API using PIMPL (#19) @kahrendt
- Cleanup public api (#18) @kahrendt
- Expose static delay setting to sendspin server for the example clients (#17) @kahrendt
- Simplify time message handling (#16) @kahrendt
- Use a shadow slot instead of queue for playback progress (#15) @kahrendt
- Readme improvements (#14) @kahrendt
- Bugfix: Host portaudio issues (#13) @kahrendt
- Add CI and Espressif publication badges to the README (#12) @kahrendt
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Refactor publish and release GitHub workflows (#10) @kahrendt
- Use >= versioning requirements for IDF components (#9) @kahrendt
- Add documentation links section to README (#6) @balloob
- Specify latest versions of micro-flac and micro-opus (#4) @kahrendt
- Add CI summary job (#5) @kahrendt
Dependencies
- Bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (#8) @dependabot[bot]
Full Changelog: v0.1.0...v0.1.1