Skip to content

Latest commit

 

History

History
376 lines (134 loc) · 11 KB

CHANGELOG.md

File metadata and controls

376 lines (134 loc) · 11 KB

Changelog

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

5.7.0-alpha.0 (2019-08-24)

Features

  • homebridge: include ffmpeg pre-built for rpi (909b88c)

5.6.1 (2019-08-24)

Bug Fixes

  • homebridge: keep refreshToken up to date in config.json (6719e4a), closes #109
  • remove ffmpeg listeners with node 8 compatible method (96c27ac)

5.6.0 (2019-08-24)

Features

  • homebridge: audio in camera streams (22ed836)

5.5.1 (2019-08-10)

Bug Fixes

  • homebridge: remove debug code that removes all devices (d4cce8a)

5.5.0 (2019-08-10)

Features

  • homebridge: panic buttons for burglar and fire (c87a83a), closes #83

5.4.1 (2019-08-10)

Bug Fixes

  • improved snapshot timing for battery cameras (8fabd14)

5.4.0 (2019-08-08)

Bug Fixes

  • homebridge: automatically prune unused services (6496aa1)

Features

  • homebridge: add support for fans (#94) (15cca9a)

5.3.1 (2019-08-07)

Bug Fixes

  • homebridge: handle missing snapshots and offline cameras (adc08f6), closes #92

5.3.0 (2019-08-01)

Features

  • homebridge: more detailed logging (6c2021e)

5.2.0 (2019-08-01)

Features

  • homebridge: include changelog for homebridge ui (46387a5), closes #86

5.1.0 (2019-08-01)

Features

  • homebridge: config schema for homebridge settings ui (56011e3), closes #86

5.0.0 (2019-08-01)

Build System

  • conventional github releases (907fc73)

Features

  • negotiate port mappings to get through more NAT setups (2f1899b)
  • sip streaming api (#88) (a00fe31)

BREAKING CHANGES

  • SipSession api has changed and now exposes Observables for RTP packets on audioStream and videoStream

4.5.2 (2019-07-29)

Bug Fixes

  • homebridge: add https fallback for getting public ip (916014c), closes #81

4.5.1 (2019-07-29)

Bug Fixes

  • homebridge: use correct service for on/off switch (edba85c), closes #75

4.5.0 (2019-07-28)

Features

  • homebridge: inform HomeKit of failure to arm if bypass required (e53d317), closes #1

4.4.1 (2019-07-28)

Bug Fixes

  • use correct to for sip response to keep stream alive (c205ab2)

4.4.0 (2019-07-27)

Features

  • homebridge: add single-level switch (18f817a), closes #75

4.3.2 (2019-07-27)

Bug Fixes

  • homebridge: return stale snapshots for battery cameras immediately (2482788), closes #38
  • homebridge: use stun as fallback for getting public ip (5f8c3f5)

4.3.1 (2019-07-26)

Bug Fixes

  • homebridge: log errors from stream prep (9c268b8)
  • homebridge: use random open ports for RTP proxy (f55b1ee)

4.3.0 (2019-07-26)

Features

4.2.3 (2019-07-22)

Bug Fixes

4.2.2 (2019-07-21)

4.2.1 (2019-07-17)

Bug Fixes

  • handle 401 response for sessions (49b7f38)

4.2.0 (2019-07-16)

Features

  • ring-auth-cli for 2fa refresh token (69c6a3e), closes #39

4.1.0 (2019-07-16)

Features

  • homebridge: hideCameraSirenSwitch option (12fddbf), closes #66

4.0.7 (2019-07-15)

Bug Fixes

  • homebridge: handle charging battery status for base station (d22ccac), closes #65

4.0.6 (2019-07-15)

Bug Fixes

  • homebridge: correct charging and battery level for base station (e7beb8b), closes #65

4.0.5 (2019-07-15)

Bug Fixes

  • better snapshot waiting logic (9e97fec), closes #64

4.0.4 (2019-07-15)

Bug Fixes

  • avoid creating new sessions unless necessary (7b76147)

4.0.3 (2019-07-14)

Bug Fixes

  • homebridge: assume slow snapshots for all battery camera models (9f4b9d1)

4.0.2 (2019-07-12)

Bug Fixes

  • expect slow snapshots for Door View Cam (2bed6aa), closes #56

Build System

  • deps: bump lodash from 4.17.11 to 4.17.14 (42f654f)
  • deps: bump lodash.template from 4.4.0 to 4.5.0 (199b346)

4.0.1 (2019-07-12)

Bug Fixes

  • update dependencies to remove lodash vulnerability (fb88070)

4.0.0 (2019-07-12)

Bug Fixes

  • match ring app 2fa headers (237e651)
  • match ring app polling delay for dings (b567be7)

Features

  • rename npm modules to match functionality (8e7c387)

BREAKING CHANGES

  • homebridge-ring-alarm renamed to homebridge-ring. The config for homebridge should now be "platform": "Ring" instead of "platform": "RingAlarm". This config change will happen automatically the first time you start homebridge with the new version, but it will cause homebridge to error out after the config is changed. You will see a log that the config has changed and you can restart homebridge.
  • @dgreif/ring-alarm renamed to ring-client-api. The exported class is now RingApi instead of RingAlarmApi. Proper usage now looks like import { RingApi } from "ring-client-api".

3.9.0 (2019-07-07)

Features

3.8.1 (2019-07-05)

Bug Fixes

  • homebridge: correctly remove existing services based on hide config (50b9937)

3.8.0 (2019-07-05)

Features

  • homebridge: hideCameraMotionSensor option (94735cf), closes #54

3.7.2 (2019-07-05)

Bug Fixes

  • identify authorized_doorbots as doorbell cameras (1fd8f03)

3.7.1 (2019-07-03)

Bug Fixes

  • homebridge: allow stale snapshots for doorbell_v3 cameras (66f5fe4)