Skip to content

Releases: timmo001/home-panel

v0.6.4

26 Sep 20:40
687f7dd
Compare
Choose a tag to compare

Full Changelog

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

20 Sep 17:43
be33734
Compare
Choose a tag to compare

Full Changelog

Changed

  • ✨ add paging support and transitions (#110)
  • ✨ add login validation
  • 🔨 multiple fixes and UI changes
  • 📚 update docs

In this version, you can now add pages! Just add "pages" to the same level as theme, header and items. See here for documentation. Also here for setting the group's page.

v0.6.2

12 Sep 21:57
eaaa93d
Compare
Choose a tag to compare

Full Changelog

Changed

  • ✨ support for scaling groups and cards (#101)
  • ✨ add support for hass groups (#107)
  • ✨ iFrame Support and tweaks (#96)
  • ⬆️ update home assistant js websocket to 3.1.3 and update nginx (#105)
  • 🔨 fix header date width on small screens
  • 🔨 move duplicate JSS into common js files (#99)

v0.6.1

07 Sep 19:00
Compare
Choose a tag to compare

Full Changelog

Changed

  • 🚑 🔥 update hass and fix callService to new version

v0.6.0

07 Sep 13:47
Compare
Choose a tag to compare

Full Changelog

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

01 Sep 19:31
Compare
Choose a tag to compare

Full Changelog

Changed

  • ⛵ 🚀 add multiple architecture support (armhf, aarch64, i386 and amd64) (#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

29 Aug 14:33
6493703
Compare
Choose a tag to compare

Full Changelog

Changed

  • ✨ group toggle functionality (#58)
  • 🔥 🚑 make icons show for all entities and fix positioning
  • ⬆️ update material-ui to version 3.0.0 (#60)
  • 🔨 increase header max width for medium screens
  • 🔨 allow missing weather icon, condition, and other json items
  • 🚀 other automation changes and bot setup

v0.5.5

25 Aug 20:32
d2bc939
Compare
Choose a tag to compare

Full Changelog

Changed

✨ 🔨 screen size, resolution and portrait fixes (#51)
✨ 🎨 card icon support (#53)
📚 add icon docs
📚 add docs for icon color
📚 🎨 add primary color to example themes

v0.5.4

24 Aug 17:55
Compare
Choose a tag to compare

Full Changelog

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

22 Aug 12:39
Compare
Choose a tag to compare

Full Changelog

Changed

  • ✨ improve login error handling and responses
  • 🎨 update source placeholder
  • 🎨 update logo and icons
  • 🔥 📚 fix docker mapping
  • ⬆️ upgrade packages
  • 📚 update docs
  • 🔨 cleanup