From 6f51073ecb44f5476e37e3d5ab8d87e917116bae Mon Sep 17 00:00:00 2001 From: xegineering Date: Sun, 10 Nov 2024 16:36:26 +0100 Subject: Add CHANGELOG.md This keeps track of the changes to this repository. --- CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5999ac1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,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 -- cgit v1.2.3-70-g09d2