Skip to content

v5.0.21

Compare
Choose a tag to compare
@seydx seydx released this 22 Apr 22:25
· 11 commits to master since this release

Notable Changes

  • Interface:
    • Recordings: The recordings section has been redesigned and now includes another list mode to view the recordings. The filter function has been redesigned.
    • Camera: Added a new endpoint for direct streaming (/cameras/:name/feed)
    • Cameras: The cameras section has been redesigned and now includes another list mode to view the cameras.
    • Notifications: The filter function has been redesigned.
    • Console: Added a new filter function
    • System: Improved loading time (npm)
  • Config:
    • Top level "debug" in config.json is deprecated now. Replaced with "logLevel". Log Level: Show only defined log level. (Info = Show informative messages during processing. This is in addition to warnings and errors - Debug: Show everything, including debugging information - Warning: Show only warnings and errors - Error: Show only errors)
    • Added "hksvConfig" to the camera block next to "videoConfig". Here various parameters are defined for the HKSV recording process only, such as a different source, vcodec, acodec, etc.
    • Added "disable" parameter to the camera block. The parameter disables the camera and removes it from HomeKit.
  • MQTT: When motion is detected, the messages are now also published via MQTT to the topic configured under Settings > Cameras > Notifications > MQTT Publish Topic

Other Changes

  • Minor UI improvements
  • Minor logger improvements
  • Bump dependencies
  • Downgrade ffmpeg-for-homebridge

Bugfixes

  • Minor bugfixes