summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-12-15 13:09:43 +0100
committerxengineering <me@xengineering.eu>2024-12-15 13:09:43 +0100
commit47d60cbb760dc1147e44ebd47b878c258ad1a40f (patch)
treee315bc9d003db6068d9fa9619e8d3c1380a71188
parent04ed13ca73442d90a15d1b0b3816ed5ee8f130d8 (diff)
downloadsoundbox-app-main.tar
soundbox-app-main.tar.zst
soundbox-app-main.zip
Update CHANGELOG.md for release v0.3.0HEADv0.3.0main
-rw-r--r--CHANGELOG.md27
1 files changed, 17 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3626f7a..a6d9b76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,16 +2,22 @@
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].
+The format is based on [Keep a Changelog][keep-a-changelog] and this project
+adheres to [Semantic Versioning][semver].
-## [0.2.1][5] - 2024-11-10
+## [0.3.0][v0.3.0] - 2024-12-15
+
+### Added
+
+- experimental streaming from device (Linux / PipeWire only)
+
+## [0.2.1][v0.2.1] - 2024-11-10
### Fixed
- Possible time offsets between soundboxes after longer time
-## [0.2.0][4] - 2024-11-08
+## [0.2.0][v0.2.0] - 2024-11-08
### Added
@@ -22,14 +28,15 @@ The format is based on [Keep a Changelog][1] and this project adheres to
- Web radio URLs are provided via the new config file, not the GUI
-## [0.1.0][3] - 2024-10-03
+## [0.1.0][v0.1.0] - 2024-10-03
### Added
- Basic GUI to listen locally to web radios without soundbox streaming
-[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=v0.1.0
-[4]: https://cgit.xengineering.eu/soundbox-app/tree?h=v0.2.0
-[5]: https://cgit.xengineering.eu/soundbox-app/tree?h=v0.2.1
+[keep-a-changelog]: https://keepachangelog.com/en/1.1.0
+[semver]: https://semver.org/spec/v2.0.0.html
+[v0.1.0]: https://cgit.xengineering.eu/soundbox-app/tree?h=v0.1.0
+[v0.2.0]: https://cgit.xengineering.eu/soundbox-app/tree?h=v0.2.0
+[v0.2.1]: https://cgit.xengineering.eu/soundbox-app/tree?h=v0.2.1
+[v0.3.0]: https://cgit.xengineering.eu/soundbox-app/tree?h=v0.3.0