Skip to content

Releases: homebridge/homebridge

v1.11.0

13 Jul 19:22
Compare
Choose a tag to compare

Changes

  • return port in childBridgeStatusUpdate event response
  • update dependencies, including jest to v30
  • regenerate docs after typedoc update

Homebridge Dependencies

  • hap-nodejs @ v0.13.1

v1.10.0

07 Jun 08:31
Compare
Choose a tag to compare

Changed

  • updated dependencies including hap-nodejs to v0.13.1
  • move v2.0 notice to show just once + node notice

Homebridge Dependencies

  • hap-nodejs @ v0.13.1

v1.9.0

11 Feb 13:26
Compare
Choose a tag to compare

Changed

  • Added method updateDisplayName() (#3764) (@justjam2013)
  • Fixed method handleUpdatePlatformAccessories() (#3765) (@justjam2013)
  • Make it possible to set Characteristic.SerialNumber via config.json (#3761) (@Vvorcun)
  • fix: check for valid array in handleUpdatePlatformAccessories
  • minor dependency updates

Homebridge Dependencies

  • hap-nodejs @ v0.12.3

v1.8.5

26 Oct 10:08
Compare
Choose a tag to compare

Changed

  • support plugins with dots in their npm scope (#3687) (@gtalusan)
  • mark compatible with node v22
  • minor dependency updates

Homebridge Dependencies

  • hap-nodejs @ v0.12.3

v1.8.4

19 Jul 11:35
Compare
Choose a tag to compare

Fixed

Changed

  • Detect config interface on registerPlatform (#3609) (@duddu)
  • Updated dependencies, fix typedoc generation
  • Added log messaging about upcoming Homebridge v2.0.0 update
    • NOTICE TO USERS AND PLUGIN DEVELOPERS
      • Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
      • Please visit the following link to learn more about the changes and how to prepare:

v1.8.3

19 Jun 23:15
Compare
Choose a tag to compare

Other Changes

v1.8.2

16 May 22:23
Compare
Choose a tag to compare

Reminder: Homebridge (including the UI) does not officially support Node.js 22 until later this year (around October/November).

Changed

  • Updated dependencies (hap-nodejs)
  • correct comment for automatically added 'alpha' labels in labeler.yml (#3608) (@techm4te)

v1.8.1

27 Apr 13:49
Compare
Choose a tag to compare

Fixed

  • shared use of commander between homebridge and the UI repo

Other Changes

  • Update Discord Webhook

v1.8.0

19 Apr 23:10
Compare
Choose a tag to compare

Added

  • allow for FirmwareRevision override in config
  • add GitHub labeler action
  • allow custom NODE_OPTIONS and DEBUG on child bridges
  • add logging success colour (#3581)
  • adds alpha publisher

Changed

  • improve README installation docs
  • updated dependencies
  • updated Discord Webhooks so notifications are seperated for release and pre-release
  • updated lint rules for imports
  • regenerate docs
  • update hap-nodejs version

Homebridge Dependencies

  • hap-nodejs @ v0.12.0

v1.7.0

04 Nov 04:58
50f9154
Compare
Choose a tag to compare

What's Changed

Reminder: Node.js v18.15.0 or later is required to run Homebridge.

Other Changes