From f5f3f50ac68dd882fd50ba05d634e020f00b8d7a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:06:37 +0000 Subject: [PATCH] GitHub bot : changelog --- guacamole/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guacamole/CHANGELOG.md b/guacamole/CHANGELOG.md index 164806e4f..d62a4d80e 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,3 +1,5 @@ +## TEST2 (18-03-2024) +- Minor bugs fixed ## TEST1 (17-03-2024) - ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config/hassio_addons/guacamole to a folder only accessible from my Filebrowser addon called /addon_configs/something-guacamole. 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/1309