This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
Releases: Brandawg93/homebridge-nest-cam
Releases · Brandawg93/homebridge-nest-cam
v6.0.1
v6.0.0
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
v5.5.1
v5.5.0
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
v5.4.1
FIX
- The login process now uses the exact same steps as the Manual Authentication scraping method to retrieve credentials. (6f27d4f)
- Field Testers can now use the Manual Authentication CLI method by adding the
-ft
flag at the end of the CLI command. (4c38ee1)
v5.4.0
v5.3.0
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)