Skip to content

Commit

Permalink
2024.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed May 3, 2024
1 parent 0da0a02 commit c2ab58d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
## What's Changed
* Add Camera HLS and WebRTC by @matt8707 in https://github.com/matt8707/ha-fusion/pull/447
* Fix deletion of the last button in a section by @matt8707 in https://github.com/matt8707/ha-fusion/pull/448
* Fix errors when connection is closed by @matt8707 in https://github.com/matt8707/ha-fusion/pull/445
* Consolidate socket events by @matt8707 in https://github.com/matt8707/ha-fusion/pull/446

* [Add long-lived access token support](https://github.com/matt8707/ha-fusion/commit/d8ec18b7c49197dfce5d1c835cdf93c8c8c5f801)
* [Update weather forecast](https://github.com/matt8707/ha-fusion/commit/91f37cce10b534ff137725d9a16560a3b04fcd44)
* Add notifications options and markdown support, close #370 close #371 by @matt8707 in https://github.com/matt8707/ha-fusion/pull/383
* Add button state display template support, close #381 by @matt8707 in https://github.com/matt8707/ha-fusion/pull/384
* Handle notifications markdown links by @matt8707 in https://github.com/matt8707/ha-fusion/pull/386
* Add custom select component, close #253 close #372 by @matt8707 in https://github.com/matt8707/ha-fusion/pull/389
* Round climate temperature, closes #317 by @matt8707 in https://github.com/matt8707/ha-fusion/pull/392


**Full Changelog**: https://github.com/matt8707/ha-fusion/compare/2024.2.1...2024.4.0
**Full Changelog**: https://github.com/matt8707/ha-fusion/compare/2024.4.0...2024.5.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG BUILD_FROM

# first stage, can't use alpine for building armv7
FROM node:21 AS builder
FROM node:22 AS builder
WORKDIR /app

### remote
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# required configuration options
name: Fusion
version: 2024.4.0
version: 2024.5.0
slug: ha_fusion
description: A modern, easy-to-use and performant custom Home Assistant dashboard
arch:
Expand Down

0 comments on commit c2ab58d

Please sign in to comment.