blob: a67728f07ab2c46079b161e698ac3dd66b880c19 (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# 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][semantic-versioning].
## [Version 0.2.0][0.2.0] - 2024-12-08
### Added
- streaming any audio content via PipeWire capture device on Linux
- examples to overview section of Go API documentation
## [Version 0.1.5][0.1.5] - 2024-11-29
### Fixed
- streaming only via first network interface candidate
- stopped streaming because of write timeout
## [Version 0.1.4][0.1.4] - 2024-11-10
### Fixed
- possible time offsets between soundboxes after longer time
## [Version 0.1.3][0.1.3] - 2024-10-31
### Fixed
- outdated README.md
## [Version 0.1.2][0.1.2] - 2024-10-31
### Changed
- module name from `xengineering.eu/soundbox` to `xengineering.eu/soundbox-go`
## [Version 0.1.1][0.1.1] - 2024-10-06
### Fixed
- missing docstring for `StreamURLContext()`
## [Version 0.1.0][0.1.0] - 2024-10-03
### Added
- streaming from web radios to soundbox devices (`StreamURLContext()`)
[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.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
[0.1.3]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.3
[0.1.2]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.2
[0.1.1]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.1
[0.1.0]: https://cgit.xengineering.eu/soundbox-go/tag/?h=v0.1.0
|