diff --git a/home-assistant-fusion-ui/docker-compose.yml b/home-assistant-fusion-ui/docker-compose.yml index 69bbcac44c..d2d196356b 100644 --- a/home-assistant-fusion-ui/docker-compose.yml +++ b/home-assistant-fusion-ui/docker-compose.yml @@ -19,4 +19,4 @@ services: environment: HASS_URL: http://${DEVICE_DOMAIN_NAME}:8123 extra_hosts: - - "${DEVICE_DOMAIN_NAME}:${APP_HAFUSION_MACHINE_IP}" + - "${DEVICE_DOMAIN_NAME}:${APP_HAFUSION_MACHINE_IP}" \ No newline at end of file diff --git a/home-assistant-fusion-ui/umbrel-app.yml b/home-assistant-fusion-ui/umbrel-app.yml index 31e375bd7c..717af388a2 100644 --- a/home-assistant-fusion-ui/umbrel-app.yml +++ b/home-assistant-fusion-ui/umbrel-app.yml @@ -3,7 +3,7 @@ id: home-assistant-fusion-ui name: HA-Fusion tagline: A modern, easy-to-use and performant custom Home Assistant dashboard category: automation -version: "2024.6.1" +version: "2024.7.1" port: 5023 description: >- HA-Fusion (Home Assistant Fusion UI) is an alternative frontend for the Home Assistant dashboard, @@ -20,7 +20,12 @@ gallery: - 1.jpg - 2.jpg - 3.jpg -releaseNotes: "" +releaseNotes: >- + This release includes the following improvements: + - Added sidebar copy-on-drag functionality when the alt key is pressed + - Fixed section visibility configuration when using ingress + + For full release notes, visit https://github.com/matt8707/ha-fusion/releases dependencies: - home-assistant -path: "" +path: "" \ No newline at end of file