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)
- homebridge: include ffmpeg pre-built for rpi (909b88c)
5.6.1 (2019-08-24)
- 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)
- homebridge: audio in camera streams (22ed836)
5.5.1 (2019-08-10)
- homebridge: remove debug code that removes all devices (d4cce8a)
5.5.0 (2019-08-10)
5.4.1 (2019-08-10)
- improved snapshot timing for battery cameras (8fabd14)
5.4.0 (2019-08-08)
- homebridge: automatically prune unused services (6496aa1)
5.3.1 (2019-08-07)
5.3.0 (2019-08-01)
- homebridge: more detailed logging (6c2021e)
5.2.0 (2019-08-01)
5.1.0 (2019-08-01)
5.0.0 (2019-08-01)
- conventional github releases (907fc73)
SipSession
api has changed and now exposesObservable
s for RTP packets onaudioStream
andvideoStream
4.5.2 (2019-07-29)
4.5.1 (2019-07-29)
4.5.0 (2019-07-28)
4.4.1 (2019-07-28)
- use correct
to
for sip response to keep stream alive (c205ab2)
4.4.0 (2019-07-27)
4.3.2 (2019-07-27)
- 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)
- homebridge: log errors from stream prep (9c268b8)
- homebridge: use random open ports for RTP proxy (f55b1ee)
4.3.0 (2019-07-26)
4.2.3 (2019-07-22)
4.2.2 (2019-07-21)
4.2.1 (2019-07-17)
- handle 401 response for sessions (49b7f38)
4.2.0 (2019-07-16)
4.1.0 (2019-07-16)
4.0.7 (2019-07-15)
4.0.6 (2019-07-15)
4.0.5 (2019-07-15)
4.0.4 (2019-07-15)
- avoid creating new sessions unless necessary (7b76147)
4.0.3 (2019-07-14)
- homebridge: assume slow snapshots for all battery camera models (9f4b9d1)
4.0.2 (2019-07-12)
- 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)
- update dependencies to remove lodash vulnerability (fb88070)
4.0.0 (2019-07-12)
- rename npm modules to match functionality (8e7c387)
homebridge-ring-alarm
renamed tohomebridge-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 toring-client-api
. The exported class is nowRingApi
instead ofRingAlarmApi
. Proper usage now looks likeimport { RingApi } from "ring-client-api"
.
3.9.0 (2019-07-07)
3.8.1 (2019-07-05)
- homebridge: correctly remove existing services based on hide config (50b9937)
3.8.0 (2019-07-05)
3.7.2 (2019-07-05)
- identify
authorized_doorbots
as doorbell cameras (1fd8f03)
3.7.1 (2019-07-03)
- homebridge: allow stale snapshots for doorbell_v3 cameras (66f5fe4)