Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Releases: Brandawg93/homebridge-nest-cam

v6.0.1

08 Dec 01:29
Compare
Choose a tag to compare

FIX

  • Fix errors that may occur during a Nest outage. (a481481)

v6.0.0

08 Dec 00:43
8d36796
Compare
Choose a tag to compare

NEW

  • The plugin configuration now uses a custom UI for a better login experience.
  • Settings are now dynamically hidden/shown based on camera capabilities.
  • The configuration page will automatically check user authentication credentials and prompt for login again if needed.

FIX

  • Notifications now contain the correct snapshot for an event.
  • Improved streaming quality.

v5.5.2

25 Oct 16:15
Compare
Choose a tag to compare

FIX

  • Fix issueToken not being generated for some users. (closes #303) (421fd7e)

v5.5.1

24 Oct 04:05
Compare
Choose a tag to compare

FIX

  • Fix 'Could not generate "googleAuth" object.' for some users. (closes #303) (937171c)
  • The structures option is now hidden for users with only one Nest home. (cc03f61)

v5.5.0

21 Oct 12:35
Compare
Choose a tag to compare

NEW

  • Plugin settings now dynamically hide based on the value of other settings. (70463e4)

FIX

  • Startup speed has been increased. (63c6c23)
  • The plugin now relies soley on HAP-NodeJS to retrieve the streaming IP address. (6f7ea87)

v5.4.2

18 Oct 17:08
Compare
Choose a tag to compare

NEW

  • The manual CLI login process is now more descriptive on which parts of the process did not work. (b52cfd5)

FIX

  • Fixed a rare error that caused buffer overflows. (closes #292) (4106e16)

v5.4.1

06 Oct 20:21
Compare
Choose a tag to compare

FIX

v5.4.0

01 Oct 16:17
Compare
Choose a tag to compare

NEW

  • Streaming now uses ws for a faster and more reliable connection during Nest video transmission. (4b93c39)

FIX

  • Return audio is no longer distorted. (closes #248) (c9f4626)

v5.3.0

30 Sep 00:57
Compare
Choose a tag to compare

Important Change

ffmpegCodec has been moved under the advanced configuration options section of the config.json. To continue using a custom h264 video encoder, please update your config.json accordingly.

NEW

  • Camera info is now saved on shutdown to have the most up-to-date data on restarts. (441f185)
  • Coupling between Nest and Homebridge has been lowered to allow Nest part of plugin to be more independent of Homebridge. (64ad24d, de2931a, f3cb670)

FIX

  • Return audio quality has been slightly improved. (fdbc134)
  • Fixed random issues with login process not parsing crendentials properly. (e4d7430)

v5.2.6

18 Sep 14:43
Compare
Choose a tag to compare

FIX

  • Fix UnhandledPromiseRejectionWarning: Error: Request failed with status code 404. (9c9906b) (closes #264)
  • Fix copy codec not working. (032daa4)
  • Login process timeouts are now more informative on what went wrong. (4b1bf30) (closes #250)