diff options
author | xengineering <me@xengineering.eu> | 2024-10-03 14:27:48 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-10-03 14:27:48 +0200 |
commit | ef01b82db466bbf95324596c8f5bffb1e27c75e0 (patch) | |
tree | 1f23f70ab74c79d2ac0fc82f276d0ec7d9d3b23f | |
parent | be9f44bb84fcaebf05229d77e5638b28329a8c4f (diff) | |
download | soundbox-app-0.1.0.tar soundbox-app-0.1.0.tar.zst soundbox-app-0.1.0.zip |
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d8ee36d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog][1] and this project adheres to +[Semantic Versioning][2]. + +## [0.1.0][3] - 2024-10-03 + +### Added + +- Basic GUI to listen locally to web radios without soundbox streaming + +[1]: https://keepachangelog.com/en/1.1.0 +[2]: https://semver.org/spec/v2.0.0.html +[3]: https://cgit.xengineering.eu/soundbox-app/tree?h=0.1.0 |