Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Releases: hassio-addons/addon-home-panel

v1.0.3

15 Sep 14:04
Compare
Choose a tag to compare

GitLab CI

Changes

Full Changelog

v1.0.2

14 Sep 22:57
Compare
Choose a tag to compare

No change. Triggers release on GitLab

v1.0.1

14 Sep 22:37
Compare
Choose a tag to compare

GitLab CI

Fixes persistence in database and secrets

Thanks to @sinclairpaul for helping with this!

Changes

Full Changelog

v1.0.0

14 Sep 20:10
Compare
Choose a tag to compare

GitLab CI

Please read before upgrading!!

TLDR: The whole app has been rewritten. You will lose all your data.

Please read the release over on the upstream repository. There are a lot of changes:

https://github.com/timmo001/home-panel/releases/tag/v2.0.0

Any bugs or feature requests for the app itself should be opened on the upstream repo as mentioned on the release above.

The add-on specific changes include one port, upgrades and ingress support 🎉

There was a lot that had to change in this app to support ingress. The way that the app originally worked was to use routing (the url decides what section you want) but this causes issues with ingress. So I moved the setup of the app to use single page and a single url, but instead use states. Socket.io was also a bit of a pain to get working, since it defaults to the root of the url you are on.

Changes

Full Changelog

v0.5.0

04 Aug 12:52
bd201bc
Compare
Choose a tag to compare

GitLab CI

Changes

Full Changelog

v0.4.1

10 May 20:22
Compare
Choose a tag to compare

GitLab CI

Changes

  • d1d08e3 📚 Add link for configuration
  • 808cc7e ✏️ Typo
  • c7765ee ⬆️ Update Home Panel to v0.10.0
  • 0bec6fa ⬆️ Update nginx to 1.14.2-r1

Full Changelog

v0.4.0

28 Apr 10:33
Compare
Choose a tag to compare

GitLab CI

This version adds ingress support. 🎉 Please note that the ports setup has changed in this release to default to using ingress only for the frontend. To go back to the traditional setup, map a preferred port in the network section.

Also note, that the API does not support ingress, so you will only be able to access the app remotely if you forward the API port like before.

Changes

  • 3ed0640 ⬆️ Update Home Panel to v0.9.1
  • d2a7e15 📚 Standarizes supported architectures badges (#18)
  • 8698a76 🔥 Improves add-on configuration (#19)
  • b68d5d9 🔨 ✨ Rewrite nginx and add ingress support
  • cefe6d6 ⬆️ Update Home Panel to v0.9.2
  • 9216465 📚 Remove legacy screenshot
  • ca726bb 🚑 Restore bashio access to config
  • 562a748 🚀 Update base to v3.1.0

Full Changelog

v0.3.2

10 Apr 22:55
Compare
Choose a tag to compare

GitLab CI

Changes

  • 816fffd ⬆️ Update to base image v3.1.0
  • 75c4911 ⬆️ Update to Home Panel v0.9.0

Full Changelog

v0.3.1

30 Mar 15:03
Compare
Choose a tag to compare

Changes

  • 3cd3f30 ⬆️ Update Home Panel to v0.8.1

Full Changelog

v0.3.0

30 Mar 12:49
Compare
Choose a tag to compare

This is a big update. Please read the release notes of Home Panel v0.8.0 to know what you will need to do to migrate your config.

Changes

  • e16e808 ⬆️ Update base to v3.0.1
  • 78183cc ⬆️ 🔨 Upgrade to Home Panel v0.8.0
  • b78ed77 🔨 Move secret to init script

Full Changelog