diff options
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a67728f..9325123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog][keep-a-changelog], and this project adheres to [Semantic Versioning][semantic-versioning]. +## [Version 0.2.1][0.2.1] - 2024-12-15 + +### Fixed + +- tear down of PipeWire capture node +- auto-connect of PipeWire capture node to microphone +- starting of not implemented multiple PipeWire capture nodes +- dropping of silence from only one PipeWire channel / unintended channel switch +- imprecise errors if using an unexpected OS with PipeWire capturing + + ## [Version 0.2.0][0.2.0] - 2024-12-08 ### Added @@ -60,6 +71,7 @@ adheres to [Semantic Versioning][semantic-versioning]. [keep-a-changelog]: https://keepachangelog.com/en/1.1.0 [semantic-versioning]: https://semver.org/spec/v2.0.0.html [unreleased]: https://cgit.xengineering.eu/soundbox-go +[0.2.1]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.2.1 [0.2.0]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.2.0 [0.1.5]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.5 [0.1.4]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.4 |