From fe59ef3a12dd77b41f6b1fa23de84dd8178a45a7 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 19:47:06 +0000 Subject: [PATCH] GitHub bot : changelog --- calibre_web/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/calibre_web/CHANGELOG.md b/calibre_web/CHANGELOG.md index 537949f72..fd8167f28 100644 --- a/calibre_web/CHANGELOG.md +++ b/calibre_web/CHANGELOG.md @@ -1,3 +1,4 @@ +### 0.6.21-5 (12-01-2024) - ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config/hassio_addons/calibre-web to a folder only accessible from my Filebrowser addon called /addon_configs/something-calibre-web. This avoids the addon to mess with your homeassistant configuration folder, and allows to backup the options. 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/ https://github.com/alexbelgium/hassio-addons/issues/1177 ### 0.6.21-2 (05-11-2023)