# 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

- streaming only via first network interface candidate


## [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.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