Skip to content

Releases: lrybak/hassio-owserver

Release 0.6.2

09 Jun 10:30

Choose a tag to compare

Changes

  • ⬆️ Update hassio-addons/addon-base to v17.2.5
  • 🆕 Add a new device type "link".

Release 0.6.2-rc1

08 Jun 19:06

Choose a tag to compare

Release 0.6.2-rc1 Pre-release
Pre-release

Changes

  • ⬆️ Update hassio-addons/addon-base to v17.2.5
  • 🆕 Add a new device type "link".

Release 0.6.1

18 Mar 13:15

Choose a tag to compare

Changes

  • ⬆️ Update hassio-addons/addon-base to v17.2.1
  • ⬆️ bump actions/cache to v4.2.2

Release 0.6.1-rc3

16 Mar 20:55

Choose a tag to compare

Release 0.6.1-rc3 Pre-release
Pre-release

Changes

  • ⬆️ Update hassio-addons/addon-base to v17.2.1
  • ⬆️ bump actions/cache to v4.2.2

Release 0.6.1-rc2

17 Feb 11:04

Choose a tag to compare

Release 0.6.1-rc2 Pre-release
Pre-release

Changes

  • ⬆️ Update hassio-addons/addon-base to v17.2.1

Release 0.6.1-rc1

16 Feb 10:28

Choose a tag to compare

Release 0.6.1-rc1 Pre-release
Pre-release

Changes

  • ⬆️ Update hassio-addons/addon-base to v17.2.0

Release 0.6.0

30 Jan 21:43

Choose a tag to compare

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

26 Jan 15:08

Choose a tag to compare

Release 0.6.0-rc1 Pre-release
Pre-release

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

03 Nov 07:35
c9bf991

Choose a tag to compare

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

11 Oct 22:24

Choose a tag to compare

Changes

New Contributors