Skip to content

Releases: NRCHKB/node-red-contrib-homekit-bridged

Release 1.7.3

16 Jan 21:28
5c8ff75
Compare
Choose a tag to compare

Changed

Fixed

  • Fix compatibility with node 22 #568

Full Changelog: v1.7.2...v1.7.3

Release 1.7.2

16 Jan 21:23
14b775d
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Rename config to nrchkbConfig for isolation purpose by @GogoVega in #565

Full Changelog: v1.7.1...v1.7.2

Release 1.7.1

24 Sep 18:40
e14951b
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Fix bad listeners detachment for characteristics by @GogoVega in #563

New Contributors

Full Changelog: v1.7.0...v1.7.1

Release 1.7.0

19 Sep 19:35
9951459
Compare
Choose a tag to compare

Fixed

  • Removed vulnerable module 'ip' #545
  • msg.context now handled properly

Added

  • Adaptive Lighting support #335
  • By default, registered Eve.app Characteristics for power management - for existing setup, requires old custom characteristics file to be removed

Changed

  • Updated hap-nodejs 0.11.1 to 0.12.3-beta.18 (features
    and bug fixes)
  • Dependencies upgrade
  • Node 10, 12 and 16 no longer supported, use Node 20! Or at least 18
  • Updated GitHub Actions
  • Some trivial PinCodes are no longer allowed
  • MDNS Configuration is now deprecated, use Bind instead

Release 1.6.1

19 Feb 22:08
6f71cac
Compare
Choose a tag to compare

Fixed

  • Bug: Cannot find module 'ip' #545

Release 1.6.0

12 Jan 00:19
26efd86
Compare
Choose a tag to compare

What's Changed

Removed

  • NodeJS <12 no longer supported

Changed

  • Pin Code format for new devices changed to XXXX-XXXX
  • Updated hap-nodejs to 0.11.1 (bug fixes)

Full Changelog: v1.5.0...v1.6.0

Release 1.5.0

22 Nov 16:51
b52945d
Compare
Choose a tag to compare

Added

  • Support for new advertiser AVAHI
  • Support for new advertiser RESOLVED
  • Added msg.hap.reachable parameter to get device reachable state (related to NO_RESPONSE)

Fixed

  • Accessory could not be recovered from NO_RESPONSE using single Characteristic
  • Make unsupported Characteristic error more
    descriptive #456
  • FFmpeg No such file or directory #495
  • allChars: properties have spaces in names #496
  • Wait for host to return from unpublish/destroy before exiting, set published flag on destroy
  • Security system with characteristics, bad behaviour #388

Changed

  • Updated hap-nodejs to 0.9.7 (bug fixes)
  • Updated hap-nodejs to 0.9.8 (bug fixes)
  • Updated hap-nodejs to 0.10.0 (features)
  • Updated hap-nodejs to 0.10.1 (changes)
  • Updated hap-nodejs to 0.10.2 (bug fixes)
  • Updated hap-nodejs to 0.10.3 (bug fixes)
  • Updated hap-nodejs to 0.10.4 (bug fixes)
  • Updated hap-nodejs to 0.11.0 (features and bug fixes)

Bugfix Release 1.4.3

11 Oct 22:46
e89a8cd
Compare
Choose a tag to compare

Added

  • Pass Characteristic key in event context for Service2

Changed

  • Updated hap-nodejs to 0.9.6 (bug fixes and security fixes)

v1.4.2

05 Oct 16:53
740c93d
Compare
Choose a tag to compare

What's Changed

  • 1.4.2 Resolve issue with customCharacteristics not loading from file by @Shaquu in #442

Full Changelog: v1.4.1...v1.4.2

v1.4.1

05 Oct 16:24
4833319
Compare
Choose a tag to compare

Fixed

  • Fix readme appearance on flows.nodered.org