Skip to content

Releases: 0x2142/frigate-notify

v0.5.3

16 Sep 16:24
a40a69a

Choose a tag to compare

Changelog

  • Fix issue with MQTT topic parsing
  • Fix issue with duplicate notifications if using Frigate Web API polling method
  • Add configurable message priority for Gotify
  • Add message template variable for event start time as Unix timestamp
  • Add custom User-Agent for outbound HTTP requests
  • Add configuration option for SMTP authentication type

v0.5.2

20 May 18:33
13d4be1

Choose a tag to compare

Changelog

  • Fix minor issue with additional default config values being overwritten if configured value is empty

v0.5.1

13 May 13:55
2dcecb8

Choose a tag to compare

Changelog

  • Fix issue with default startup check values being overwritten if configured value is empty

v0.5.0

12 May 20:50
f46f116

Choose a tag to compare

Changelog

  • Updated configuration management system
    • ⚠️ Environment variable keys are now separated by double-underscore. See docs for examples
    • ⚠️ Please note that the apprise-api config is now apprise_api & must be modified if you're using this notification provider
    • Docker secrets are now supported
  • Add option to collect higher resolution snapshot from camera main stream
  • Add ability to send video clip instead of snapshot image via Telegram
  • Add ability to use Frigate authenticated UI on port 8971
  • Add ability to configure custom notification titles per alert provider profile, for those that support it
  • Add support for email threading via SMTP notifier

v0.4.4

08 Apr 21:07
7e4e706

Choose a tag to compare

Changelog

  • Add support for notifications via Matrix
  • Add support for message_thread_id to Telegram notifications
  • Add review/event link for Pushover action button
  • Add ability to disable Discord notifications being sent as embedded message
  • Add ability to wait for license plate recognition data from Frigate to be included in notifications
  • Add ability to allow / block license plates from generating notification
  • Fix issue with Webhook default message template

v0.4.3

21 Feb 20:52
5a6f45e

Choose a tag to compare

Changelog

  • Add support for notifications via Apprise API
  • Add retry interval for collecting snapshots from Frigate
  • Updated notification templates to include sublabel information, if available
  • Fix app crash when no items in a review were eligible for notification

v0.4.2

10 Feb 21:22
52dbb54

Choose a tag to compare

Changelog

  • Fix issue with Signal notifications when no snapshot image is available
  • Fix issue with sending Signal notifications to groups or usernames

v0.4.1

06 Feb 20:29
39b69dc

Choose a tag to compare

Changelog

  • Add support for notifications via Signal
  • Add support for notifications via Mattermost
  • Fix issue with alert-level filters where filters may prevent notifications on reviews with multiple object detections

v0.4.0

27 Jan 21:18
42e5cc2

Choose a tag to compare

Changelog

  • Support for notification based on Alerts & Detections via Frigate Reviews
    • ⚠️ Note: Reviews mode is now the default with this release
    • To continue using events mode, please see the docs
  • Add initial support for a REST API
    • Retrieve, edit, or reload configuration
    • Enable/disable notifications & send test notifications
    • App status/healthchecks
  • Added support for multiple notification endpoints per notification provider
    • Includes ability to filter which endpoint is used based on event conditions
    • For example: Two SMTP alert endpoints, each with different contacts. One group for high priority detections (person, car) & the other for anything else
  • Added support for specifying custom Pushover sounds
  • Added support for re-checking event details from Frigate after a delay
    • Useful if waiting for a 3rd-party app to update sub_label
  • Added support for processing audio events & optionally dropping audio-only events
  • Camera names are now transformed to title case (ex. "side_door" becomes "Side Door")
  • Fixed issue with retry logic used for webhook notifications

v0.3.5

08 Oct 18:15
a94b447

Choose a tag to compare

Changelog

  • Fixed issue where built-in alert templates were not being included in binary releases
  • Fixed issue where a notification may not be sent if previous event update from Frigate did not contain a snapshot
  • Fixed issue where Gotify snapshot was not using public_url if configured
  • Added from & ignoressl config items to smtp notifier
  • Added ability to send webhook notifications via HTTP GET requests
  • Added support for URL parameters with webhook notifications
  • Added option to only generate a single notification per Frigate event
  • Allow use of template variables within alert title config
  • New options to set specific log level & additional trace level logs for troubleshooting
  • Minor enhancements to config file validation