From 0c0e2d6ae103de5bf0abe0ccb13d96f3e9965649 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Mon, 3 Jan 2022 11:25:25 -0600 Subject: [PATCH] separated changelog --- changelog/changelog.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 changelog/changelog.md diff --git a/changelog/changelog.md b/changelog/changelog.md new file mode 100644 index 0000000..2a8fbab --- /dev/null +++ b/changelog/changelog.md @@ -0,0 +1,39 @@ +## Changelog + +### 1.0.8 + +- Fix browse service (#21) + +### 1.0.7 + +- Fix error handling + +### 1.0.6 + +- Fix exception when item is not playable + +### 1.0.5 + +- Fix IoT class +- Fix media play + +### 1.0.4 + +- Fix Playlist folder + +### 1.0.3 + +- Fix cast +- Info in YAMC + +### 1.0.2 + +- Do not throttle data update + +### 1.0.1 + +- Config flow fixes + +### 1.0.0 + +- Initial public release