Skip to content

Releases: jbouwh/incomfort-client

v0.6.3-1

16 Jul 09:24
f5d0cc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.3-1

v0.6.3

01 Jul 09:17
d42377f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

10 Jun 20:27
6233383
Compare
Choose a tag to compare

What's Changed

  • Fix display text is None if display_code or fault_code is 0 by @jbouwh in #32
  • Bump to v0.6.2 by @jbouwh in #33

Full Changelog: v0.6.1...v0.6.2

v0.6.1

09 Jun 14:50
86da05c
Compare
Choose a tag to compare

Fixes:

  • fault_code always returning unknown.
  • Correct some typo's in the display_code enum names.

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 Jun 12:22
ae059ac
Compare
Choose a tag to compare

This release has some breaking changes:

  • #15 changes the display_code and fault_code to be an IntEnum. The name values have been slugified, so this might break any automations that depend on the old display_text. The new slugified codes are now unique, so they can be used as a base to support localization. Special thanks for @joostlek and @zxdavb!

What's Changed

New Contributors

Full Changelog: 0.5.0...v0.6.0