Releases: timmo001/home-panel
v0.6.4
Changed
- ✨ add edit config dialog
- 🔨 🔥 reduce UI updates
- 🔨 fix layout
- 🔨 handle hass connection errors
- ✨ allow to disable time and date in the header
This version requires an update to API v0.3.1
I have created a configuration UI to edit your config.json
from the web! No more syntax errors or trying to figure out what goes where. Obviously, if you prefer to use JSON you still can, from the api like usual. (be sure to report any bugs you find to the issue tracker)
I have tweaked the UI, adding animations, fixing margins, position issues etc.
You can also disable time and date to reduce the size of the header further.
https://git.timmo.xyz/home-panel/configuration/#time
Breaking change
There is one change to the config, which moves date format to the date object. See: https://git.timmo.xyz/home-panel/configuration/#date
v0.6.3
v0.6.2
v0.6.1
v0.6.0
Changed
- ✨ ⬆️ 🔨 support for new hass authentication (#62)
- ✨ 🔨 refactor and split Main class into separate classes (#94)
- 🎨 change favicon to circle icon
- 🔨 small fixes
- 🔨 update repo automations and add bots
This version requires Home Panel API v0.3.0
since the auth system has changed and is no longer handled by the API to verify logins.
v0.5.7
Changed
- ⛵ 🚀 add multiple architecture support (
armhf
,aarch64
,i386
andamd64
) (#61) - ✨ add support for the alarm component (#65)
- ✨ allow support for rounded cards (#67)
- ✨ add military time and date format support (#63)
- 📚 update docs
The next release will likely be support for the new hass authentication system. I am holding off updating for now while people migrate to the new hass version.
v0.5.6
Changed
v0.5.5
v0.5.4
Changed
✨ 🎨 🖌️ add theme support
🔨 fixes
📚 split docs into sections
📚 add theme docs
📚 add color docs
This release allows you to change the whole look of the app with custom theme support!
I would love to see what people can make with this new release, so make sure to share your themes with the community!
v0.5.3
Changed
- ✨ improve login error handling and responses
- 🎨 update source placeholder
- 🎨 update logo and icons
- 🔥 📚 fix docker mapping
- ⬆️ upgrade packages
- 📚 update docs
- 🔨 cleanup