Skip to content

Latest commit

 

History

History
133 lines (59 loc) · 5.75 KB

CHANGELOG.md

File metadata and controls

133 lines (59 loc) · 5.75 KB

2.1.0 (2024-08-05)

Features

  • Support GCM encryption for Gree devices (#92) (7122cdd)

2.0.0 (2024-07-02)

Features

BREAKING CHANGES

  • API calls no longer block waiting for device response, use the add handler to listen for updates from the device.

1.4.6 (2024-06-27)

Bug Fixes

1.4.5 (2024-06-27)

Bug Fixes

  • use of Queue where Event was expected (#85) (9dfcdbb)

1.4.4 (2024-06-27)

Bug Fixes

1.4.3 (2024-06-26)

Bug Fixes

1.4.2 (2024-06-26)

Bug Fixes

  • Fahrenheit conversion inconsistencies (#73) (f09f3f1)

1.4.1 (2023-02-05)

Bug Fixes

  • Allow socket reuse for discovery (#64) (db819b4)

1.4.0 (2022-12-03)

Features

  • Add device properties for dehumidifiers (#62) (0e2a084)

1.3.0 (2022-08-06)

Features

  • Support manually passing bcast addresses to device scan (b57dbd5)

1.2.1 (2022-06-05)

Bug Fixes

  • Bump semver-regex from 3.1.3 to 3.1.4 (#54) (fdfa0f6)

1.2.0 (2022-05-22)

Features

  • Adding check and raise error when trying to convert out of range temp (1bddf8b)

1.1.1 (2022-04-08)

Bug Fixes

  • Allow min temps down to 8C or 46F (#52) (b957e0f)
  • Bump minimist from 1.2.5 to 1.2.6 (#50) (95892e4)

1.1.0 (2022-03-06)

Features

  • Check firmware version from temperature report (#49) (cd6a25f)

1.0.3 (2022-02-13)

Bug Fixes

  • Add version from PyPI release to setup.cfg (#47) (61e916a)

1.0.2 (2022-01-14)

Bug Fixes

  • Devices with NULL name use mac instead (#44) (153cc32)
  • Handle undefined bcast or peer IPs from Wireshark (#45) (e28eb83)

1.0.1 (2021-12-30)

Bug Fixes

  • Add overrides for MTK device IDs (#41) (c036fd4)

1.0.0 (2021-11-21)

Bug Fixes

  • Support no "val" protocol variation (f1993e1)