Releases: esphome-libs/micro-opus
Releases · esphome-libs/micro-opus
v0.3.6
What's Changed
Dependencies
2 changes
- Bump release-drafter/release-drafter from 6.4.0 to 7.1.1 (#41) @dependabot[bot]
- Bump actions/cache from 5.0.3 to 5.0.4 (#40) @dependabot[bot]
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- Add OHF badge to readme (#39) @kahrendt
- Use latest microOggDemuxer (#38) @kahrendt
- Build with O2 instead of O3 (#36) @kahrendt
Dependencies
- Bump release-drafter/release-drafter from 6.2.0 to 6.4.0 (#37) @dependabot[bot]
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Optimize float to integer conversions (#35) @kahrendt
- Bump microOggDemuxer to v1.1.1 (#34) @kahrendt
- Fix CMake patching on Windows (#33) @kahrendt and @amazzanti
- Disable two warnings on GCC that are false-positives (#32) @kahrendt and @amazzanti
- Fix the variable initialization order in the OggOpusDecoder (#31) @kahrendt
- Add Dependabot configuration for GitHub Actions updates (#24) @jesserockz
- Update pre-commit action to use ESPHome fork with pinned actions/cache (#25) @jesserockz
Dependencies
4 changes
- Bump actions/setup-python from 5.6.0 to 6.2.0 (#28) @dependabot[bot]
- Bump actions/checkout from 4.3.1 to 6.0.2 (#29) @dependabot[bot]
- Bump release-drafter/release-drafter from 6.1.0 to 6.2.0 (#27) @dependabot[bot]
- Bump actions/cache from 4.3.0 to 5.0.3 (#26) @dependabot[bot]
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Pin gh actions to sha (#22) @jesserockz
- Checkout git submodules before publishing a release (#23) @kahrendt
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
What's Changed
- Fix release drafter and remove trailing comma to make the manifest valid (#20) @kahrendt
- Add release stuff (#19) @jesserockz
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.0
What's Changed
- Update to use Opus v1.6.0 by @kahrendt in #1
- Remove comments stating silk optimizations are now upstream by @kahrendt in #2
- Cleanup old custom files by @kahrendt in #3
- Refactor OggOpusDecoder and add supporting helper functions by @kahrendt in #4
- Add note about the silk optimizations by @kahrendt in #5
- Update microOggDemuxer to v1.1.0 by @kahrendt in #6
- Clang Tidy Changes by @kahrendt in #7
- Add GitHub CI by @kahrendt in #8
- Use byte buffer as output type by @kahrendt in #9
- Implement end trimming by @kahrendt in #10
- Add an new Encoder benchmark by @kahrendt in #11
- Add PlatformIO test to CI for building the two benchmarks by @kahrendt in #12
- Try to improve support for building on Windows by @kahrendt in #13
- Bump version to v0.2.0 by @kahrendt in #14
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release of microOpus.
Full Changelog: https://github.com/esphome-libs/micro-opus/commits/v0.1.0