Releases: 0x2142/frigate-notify
Releases · 0x2142/frigate-notify
v0.5.3
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
Changelog
- Fix minor issue with additional default config values being overwritten if configured value is empty
v0.5.1
Changelog
- Fix issue with default startup check values being overwritten if configured value is empty
v0.5.0
Changelog
- Updated configuration management system
⚠️ Environment variable keys are now separated by double-underscore. See docs for examples⚠️ Please note that theapprise-apiconfig is nowapprise_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
Changelog
- Add support for notifications via Matrix
- Add support for
message_thread_idto 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
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
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
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
Changelog
- Support for notification based on Alerts & Detections via Frigate Reviews
⚠️ Note: Reviews mode is now the default with this release- To continue using
eventsmode, 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
- Useful if waiting for a 3rd-party app to update
- 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
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_urlif configured - Added
from&ignoresslconfig items tosmtpnotifier - Added ability to send
webhooknotifications via HTTP GET requests - Added support for URL parameters with
webhooknotifications - Added option to only generate a single notification per Frigate event
- Allow use of template variables within alert
titleconfig - New options to set specific log level & additional
tracelevel logs for troubleshooting - Minor enhancements to config file validation