Skip to content

v0.9.9

Choose a tag to compare

@github-actions github-actions released this 01 Aug 17:40
· 49 commits to main since this release

Added

  • Event footage over HTTP Basic. An event's thumbnail, preview and clip now accept the RTSP user credentials, exactly like the snapshot endpoint. A Home Assistant notification can attach the firing event's thumbnail using the credentials HA already holds, no web-session token needed.
  • Desktop app: video pauses while hidden. With the window in the tray or minimised, live streams stop entirely (no bandwidth, no decoding) and resume the moment the window shows. On by default, toggleable from the tray menu; notifications are unaffected. Needs a server on this version.
  • Timeline: "Events only" playback (beta). A toolbar toggle that plays the day as just its events: playback hops from event to event, skips the quiet stretches, and pauses after the day's last event. It follows the EVENTS filter, and classic continuous playback is untouched when the toggle is off.

Changed

  • The translated READMEs moved to docs/translations/; only the English README stays in the repository root.

Fixed

  • A battery camera's wake event no longer claims pre-roll footage from before the wake, which read as "missing" video on the event tile.
  • Desktop app: switching keyboard layout no longer crashes it.
  • Desktop app: a black window now recovers by itself, and hiding to the tray no longer recreates the window handle each cycle, which was the likeliest cause of the black windows. Every hide, show and recovery is logged to desktop.log.
  • Desktop app: notifications clicked in the Action Center now open the app on their event, even hours later and even if the app was quit in between.
  • A recorded footage file smaller than 8 bytes no longer serves as an empty 500.

Full details for every change: CHANGELOG.md