Releases: hassio-addons/addon-home-panel
v1.0.3
v1.0.2
v1.0.1
Fixes persistence in database and secrets
Thanks to @sinclairpaul for helping with this!
Changes
v1.0.0
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
- 5cb1f83 🔥 ⬆️ Home Panel v2 addon upgrade (#25)
- ef0ea60 🔨 ⬆️ Upgrade base and use Hass.io DNS as NGinx resolver
- 2b7cd69 🔨 Re enable ingress
- cbff72e :docs: Update docs
- 9d23c5e 🔨 Update run script
- 79adbb3 🔨 Compile on build
- 1209e84 🔨 Fix config
- 5f17136 🔨 Update build
- fb1b268 🔥 Add missing dependency
- ad5d23b 🔨 Check for key first
- eed9ee0 🚑 Fix secrets check
- 8d5ea96 🔨 Update download url
- 9ad7d18 🔨 Update url
- 1aef54d 👕 Shellcheck fix
- 7e0bd6a 👕 Fix shellcheck
- 2528ae6 ⬆️ Update openssl
- 21c927f 🔨 Update temp link
- a72d708 🔨 Update temporary url to working ingress
- 13fdd82 🔨 Fix banner
- 28a1b5b ✨ Replace links with v2.0.0 link
v0.5.0
v0.4.1
v0.4.0
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
v0.3.2
v0.3.1
v0.3.0
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.