Skip to content

Latest commit

 

History

History
59 lines (28 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

59 lines (28 loc) · 2.75 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.5 (2021-09-18)

Bug Fixes

2.0.4 (2021-08-11)

Bug Fixes

  • run build before releasing (05b27db)

2.0.3 (2021-08-11)

Bug Fixes

  • close connection after 1 minute of inactivity (92cafed)

2.0.2 (2021-08-10)

Bug Fixes

  • handle destroyed socket connections (751149f), closes #32

2.0.1 (2021-08-08)

2.0.0 (2021-08-07)

⚠ BREAKING CHANGES

  • Channels (shades/awnings) are now detected automatically, but this required a change that will disassociate all previous channels. This means any HomeKit automations you had previously configured will need to be set up again, and the accessories will all be reset back to the default room
  • Accessory names will be reset to the value stored in the MyLink app. Consider double checking that they are correct before updating
  • The 'orientation' option has been removed in favor of simpler config for reversing all or individual channels. This setting will get migrated for you automatically. You may need to restart homebridge twice after updating if the settings don't take effect after a single restart
  • compositeTargets is no longer supported. You can achieve this same behavior by grouping accessories within the Home app

Features

  • automatically detect channels (3cb7795)

Bug Fixes

  • more reliable connection with windows support (2f0e1f0)

1.3.0 (2021-01-02)

Features

  • config schema, typescript, release tools (98cf5c6)