diff options
author | xengineering <me@xengineering.eu> | 2024-11-08 20:04:28 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-08 20:04:28 +0100 |
commit | 5d232ec12da93fcf7622ba784feec0665424e767 (patch) | |
tree | 002060e7b437c5ee62dc9dd5919075bfe87fbcf9 | |
parent | f610a7f2c0e457d139431c1f29b282fc5d2306ad (diff) | |
download | soundbox-app-5d232ec12da93fcf7622ba784feec0665424e767.tar soundbox-app-5d232ec12da93fcf7622ba784feec0665424e767.tar.zst soundbox-app-5d232ec12da93fcf7622ba784feec0665424e767.zip |
Update CHANGELOG.md for version 0.2.0v0.2.0
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ee36d..a462f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][1] and this project adheres to [Semantic Versioning][2]. +## [0.2.0][4] - 2024-11-08 + +### Added + +- Support for soundbox streaming +- JSON-based configuration file to specify URLs and soundbox devices + +### Changed + +- Web radio URLs are provided via the new config file, not the GUI + ## [0.1.0][3] - 2024-10-03 ### Added @@ -13,4 +24,5 @@ The format is based on [Keep a Changelog][1] and this project adheres to [1]: https://keepachangelog.com/en/1.1.0 [2]: https://semver.org/spec/v2.0.0.html -[3]: https://cgit.xengineering.eu/soundbox-app/tree?h=0.1.0 +[3]: https://cgit.xengineering.eu/soundbox-app/tree?h=v0.1.0 +[4]: https://cgit.xengineering.eu/soundbox-app/tree?h=v0.2.0 |