From cea02260dab6a69c218264d1af08b09fd1c87601 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 Jan 2024 03:58:05 +0100 Subject: [PATCH] Update CHANGELOG.md --- calibre/CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 117b4ee1c..ebe530a4a 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,9 +1,6 @@ ## 7.3.0 (06-01-2024) - Update to latest version from linuxserver/docker-calibre -### 7.2.0-4 (05-01-2024) -- Minor bugs fixed -### 7.2.0-3 (05-01-2024) - BREAKING CHANGE : please relink your library according to https://github.com/alexbelgium/hassio-addons/issues/1154#issuecomment-1879182729 - ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config/hassio_addons/calibre to a folder only accessible from my Filebrowser addon called /addon_configs/something-calibre. 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/1154