blob: a6d9b768089185b1526ed67b0176179b725ec910 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keep-a-changelog] and this project
adheres to [Semantic Versioning][semver].
## [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][v0.2.0] - 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][v0.1.0] - 2024-10-03
### Added
- Basic GUI to listen locally to web radios without soundbox streaming
[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
|