Releases: lrybak/hassio-owserver
Releases · lrybak/hassio-owserver
Release 0.6.2
Release 0.6.2-rc1
Changes
- ⬆️ Update hassio-addons/addon-base to v17.2.5
- 🆕 Add a new device type "link".
Release 0.6.1
Changes
- ⬆️ Update hassio-addons/addon-base to v17.2.1
- ⬆️ bump actions/cache to v4.2.2
Release 0.6.1-rc3
Changes
- ⬆️ Update hassio-addons/addon-base to v17.2.1
- ⬆️ bump actions/cache to v4.2.2
Release 0.6.1-rc2
Changes
- ⬆️ Update hassio-addons/addon-base to v17.2.1
Release 0.6.1-rc1
Changes
- ⬆️ Update hassio-addons/addon-base to v17.2.0
Release 0.6.0
Changes
- 🆕 Send discovery information to Home Assistant by @epenet in #34 Closes #22
- 🆕 Support passive USB serial adapter @s-anderss in #35 Closes #33
- ⬆️ Update hassio-addons/addon-base to v16.3.6
- 🛠️ Update service management to handle dependencies correctly by migrating from the legacy system to the s6-rc way.
- 🛠️ Resolved segmentation fault issues during image builds by switching the base image of action: docker/setup-qemu-action to tonistiigi/binfmt:qemu-v8.1.5. The default latest image, previously used, was causing segfaults (see tonistiigi/binfmt#215).
Release 0.6.0-rc1
Changes
- 🆕 Send discovery information to Home Assistant by @epenet in #34 Closes #22
- 🆕 Support passive USB serial adapter @s-anderss in #35 Closes #33
- ⬆️ Update hassio-addons/addon-base to v16.3.6
- 🛠️ Update service management to handle dependencies correctly by migrating from the legacy system to the s6-rc way.
- 🛠️ Resolved segmentation fault issues during image builds by switching the base image of action: docker/setup-qemu-action to tonistiigi/binfmt:qemu-v8.1.5. The default latest image, previously used, was causing segfaults (see tonistiigi/binfmt#215).
Release 0.5.0
Changes
- 🆕
⚠️ : Ability to add multiple 1-Wire devices - breaking change, requires addon re-configuration. Closes #22 - ⬆️ Update hassio-addons/addon-base to v15.3.4
Breaking change: read before you upgrade!
This update introduces the ability to add multiple 1-Wire devices which required changes to to add-on configuration.
Devices now need to be specified as a YAML list. Please refer to the documentation page for more details before you upgrade.
Release 0.4.0
Changes
- 🆕 Added option to support PBM by @SamGamdschie in #27
New Contributors
- @SamGamdschie made their first contribution in #27