Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

70 lines (38 loc) · 3.06 KB

Changelog

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

3.0.2 (2021-03-02)

3.0.1 (2020-06-01)

Docs

  • update npm badge in README (de02926)

3.0.0 (2020-06-01)

⚠ BREAKING CHANGES

  • Now requires a minimum of NodeJS v10.17.0
  • Now requires a minimum of homebridge v1.0.0
  • appMap config replaced with inputs

Features

  • add infoButtonOverride config (67ae14b)
  • change default volume increment to 1 (b6a1d1f)
  • merge config in more logical order (f5d7f87)

Bug Fixes

  • eslint errors (f8029f4)
  • throw helpful error if hap-nodejs can't be imported (10d413a)
  • use injected hap instead of requiring (5446afb)
  • uuid error when isTV is false (c1c67ca)

3.0.0-alpha.1 (2019-02-13)

3.0.0-alpha.0 (2019-02-12)

Features

  • add space between roku name and switch names (37bc85a)
  • allow configuring volume increment (f494999)
  • hap-tv: make setup script produce new style ordered inputs (e093866)
  • hap-tv: more reliable toggling of power on/off (c6b0925)
  • hap-tv: move to iOS 12.1 HAP television and input source services (bc70333)
  • hap-tv: set Firmware Version for Accessory Settings in Home (48a547a)

2.1.0 (2018-11-26)

Features

  • add space between roku name and switch names (37bc85a)
  • allow configuring volume increment (f494999)

2.0.1 (2018-11-26)