blob: 5999ac15856ecd4d64b83edf585aa31471de6bd6 (
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
|
# 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].
## [Unreleased][unreleased]
## 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.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
|