diff options
author | xegineering <me@xegineering.eu> | 2024-11-10 16:36:26 +0100 |
---|---|---|
committer | xegineering <me@xegineering.eu> | 2024-11-10 16:36:26 +0100 |
commit | 6f51073ecb44f5476e37e3d5ab8d87e917116bae (patch) | |
tree | 23569f7388a485193e075203c55f0e1815837e1d | |
parent | 93d3ce8ca7d335fb15da64981321f82891c1493c (diff) | |
download | soundbox-go-6f51073ecb44f5476e37e3d5ab8d87e917116bae.tar soundbox-go-6f51073ecb44f5476e37e3d5ab8d87e917116bae.tar.zst soundbox-go-6f51073ecb44f5476e37e3d5ab8d87e917116bae.zip |
Add CHANGELOG.md
This keeps track of the changes to this repository.
-rw-r--r-- | CHANGELOG.md | 50 |
1 files changed, 50 insertions, 0 deletions
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 |