Skip to content

Latest commit

 

History

History
144 lines (64 loc) · 6.5 KB

CHANGELOG.md

File metadata and controls

144 lines (64 loc) · 6.5 KB

Changelog

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

2.0.1 (2021-04-08)

Bug Fixes

  • stop mdns browser as soon as possible, timeout is last resort (c3c611e)

2.0.0 (2021-04-08)

⚠ BREAKING CHANGES

  • acessories will reset 1 last time and break automations, but should be cached after that

  • switched plugin to be a dynamic platform (from static) so accesories will persist on homebridge restarts, fixes #8 (5c9c442)

1.4.9 (2021-02-22)

Bug Fixes

  • clarified use of mDNS data in description/README (33d5096)
  • correcrt typo in logs (8fff343)

1.4.8 (2021-01-14)

Bug Fixes

  • move try..catch into mdns update function (acee65e)

1.4.7 (2021-01-14)

Bug Fixes

  • wrap mDNS calls in try...catch fixes #7 (4f4565b)

1.4.5 (2020-12-16)

1.4.4 (2020-12-09)

Bug Fixes

  • change manufacturer to be clear this is a homebridge plugin and not an Apple device (cf786f7)

1.4.3 (2020-12-09)

Bug Fixes

  • remove broken test file (3087e09)
  • use STOPPED if Airport Express not connected/Playing, INTERRUPTED if error (6b1c32a)

1.4.2 (2020-12-08)

Bug Fixes

  • correction to bit 11 (playing status bit) (ea3f1e7)

1.4.1 (2020-12-07)

Bug Fixes

  • showSwitch value check corrected (745630d)

1.4.0 (2020-12-07)

Features

  • make switch optional with config option (66475cb)

1.3.0 (2020-12-06)

Features

  • remove test script, it was dangerous (eee6096)

1.2.0 (2020-12-06)

Features

  • re-enable adding of all airport express and fix check for playing/not playing (16bc5a6)

1.1.3 (2020-12-06)

Bug Fixes

  • again try and correct test script (f95804f)

1.1.2 (2020-12-06)

Bug Fixes

  • convert test script to pure javascript (040e626)

1.1.1 (2020-12-06)

Bug Fixes

  • fix location of bin test script (d71dca6)

1.1.0 (2020-12-06)

Features

  • add a testing script and some info about it readme (c0059e9)

1.0.3 (2020-12-06)

Bug Fixes

  • confirm play/pause flag is in the record (f4535b4)

1.0.2 (2020-12-06)

Bug Fixes

  • check if a device is already added using serial number (d3d6dd6)

1.0.1 (2020-12-06)

Bug Fixes

  • add config.schema.json to files list (1412904)

1.0.0 (2020-12-06)