Releases: Brandawg93/homebridge-nest-cam
Releases · Brandawg93/homebridge-nest-cam
v5.2.5
FIX
- Fix login support for SMS 2FA. (4b3b2b6)
- Fix audio not working for a small set of users. (c1a2714)
- Fix notifications not working for field testers.
v5.2.4
NEW
- Login process will notify on too many failed attempts. (55b1779)
- Login process will notify if user needs to confirm login on Gmail app. (7c36dd6)
FIX
- Fix login process stalling when using bad credentials. (7c36dd6)
- Stream fails immediately if FFmpeg is not installed. (fb5278d)
- Streams start slightly faster. (fb5278d)
v5.2.3
FIX
- Return audio is now faster and slightly less distorted. (closes #248) (8945f65)
- Fix
copy
codec not working. (391d199)
- Fix return audio timing out after 30 seconds. (73e2da8)
v5.2.2
FIX
- Fix cameras not updating their streaming URLs. (f0c9e97)
v5.2.1
FIX
- Fix
TypeError: objects is not iterable
errors. (247e75a) (closes #237)
- Fix the number of times the subscribe url is called. (247e75a)
- Fix FFmpeg showing the last debug line as an error. (90ba193)
- Fix cached switches not being removed. (da35a7b) (closes #243)
v5.2.0
NEW
- ffmpeg-for-homebridge has been updated to the latest version. (cf284b2)
- The ffmpeg process has been rewritten to be more stable and informative on errors. (844ea1b)
- The
"ffmpegCodec"
now defaults to libx264
if an unsupported codec is used. (f2ad0b3)
FIX
- Fix for users who didn't have any
"options"
defined. (6461be6)
- Fix plugin calling the subscribe method exessively. (18bbb77)
v5.1.0
NEW
- Automations can now be set up when a switch is controlled. (ef8f9ef)
FIX
- Fix cameras updating multiple times simultaneously. This should help
429
errors. (closes #226) (084ec6d)
- Fix cameras not checking for alerts if the camera was off when homebridge was restarted. (084ec6d)
- Fix cameras not checking for alerts if the camera was turned on in the Nest app. (084ec6d)
- Switches now update immediately after being controlled from the Nest app or website. (ef8f9ef)
- Fix clientID not being able to be retrieved on login. (closes #223) (special thanks to @Oh4sh0) (0b1f0d8)
- Fix session for field test users. (ef6fa12)
v5.0.3
FIX
- Fix cached motion sensors not updating after changing
alertTypes
. (55cef79)
- Fix login crashing for some users with 2FA. (07be7f4)
- Fix post-install not updating packages before searching for chromium. (0b81f0c)
v5.0.2
FIX
- Fix for return audio not working on macOS. (closes #212) (4fc5c35)
v5.0.1
FIX
- Improvements to the login process.
- Fix login on some Windows devices. (db77d4b)
- Fix domain missing from
issueToken
for some. (ce22f9f)
- Better searching for chromium installation. (0b7190d)
- Fix
EPIPE
error after login. (aa4b304)
- Fix incorrect password check cancelling login. (1abda70)
- Improvements to chromium installation.
- Fix attempting to install incorrect chromium version. (620164a)