From 3def2efd2aa4e5dea31ff08ea7877356da25ba4c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 12 Jan 2024 19:41:11 +0100 Subject: [PATCH] Update CHANGELOG.md --- addons_updater/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/addons_updater/CHANGELOG.md b/addons_updater/CHANGELOG.md index 1335949d1..ed74f3b83 100644 --- a/addons_updater/CHANGELOG.md +++ b/addons_updater/CHANGELOG.md @@ -1,3 +1,4 @@ +- New HA config logic implemented. Files are now located in the addon config file, that can be accessed from the addon_configs folder from my filebrowser or cloudcommander addons. Migration of data, custom configs, and custom scripts should be automatic. Please be sure to update all your links however ! For more information, see here : https://developers.home-assistant.io/blog/2023/11/06/public-addon-config/ - Feat : if there is no releases in a github repo, check if there is a valid package and get the highest tag https://github.com/alexbelgium/hassio-addons/issues/1168 - Feat : github_exclude applies to dockerhub