Skip to content

Releases: 0x2142/frigate-notify

v0.3.4

15 Aug 14:54
f892c80
Compare
Choose a tag to compare

Changelog

  • Fixed issue where unzoned: drop config would drop all notifications

v0.3.3

14 Aug 14:09
5ffbb07
Compare
Choose a tag to compare

Changelog

Commits

v0.3.2

13 Jun 21:06
535f95f
Compare
Choose a tag to compare

Changelog

  • Allow config to be provided via environment variables

Commits

v0.3.1

11 Jun 22:08
d363ece
Compare
Choose a tag to compare

Changelog

  • Fix misspelling for Ntfy
    • Currently config will accept either nfty or ntfy, but in a future release nfty will be removed
    • ⚠️ Note: If you are using nfty, please update your config to the correct spelling: ntfy
  • Fix issue where Ntfy action button would use local Frigate URL even if public_url was configured
  • Fix camera links for Frigate 0.14.0+
  • Add support for sending HTTP headers with Ntfy notifications
  • Added config file option to drop events that don't have a snapshot image
  • Move "No snapshot available" message into notification templates
  • Add support for disabling colored console logging via config options

Commits

  • 964530a update docs & version for v0.3.1 release
  • 66f7388 fix workflow
  • 39882ba enable dev branch builds
  • 5840813 Enable dev branch builds
  • 9a94425 Logging enhancements
  • 9bc91a9 Reduce alerts from unnecessary events
  • 8395098 Update bug_report.md
  • 0cf1548 Update issue templates
  • a064ee7 Fix camera links for Frigate 0.14.0+
  • 894a4c1 Move snapshot message to template & more ntfy fixes
  • b1df743 Update docs
  • 2a5e9e3 Fix ntfy misspelling
  • d210c56 Add headers to ntfy for auth (#82)
  • 8e9b5fb Add option to drop events without a snapshot
  • e77b09e Fix nfty action button not using public_url (#79)
  • 29c9498 fix readme links
  • 21b0cf4 adjust config docs
  • 6de9f82 Update changelog.md

v0.3.0

03 Jun 20:23
7a56fca
Compare
Choose a tag to compare

Changelog

  • Reworked & reduced logging, added debug option
  • Add ability to define custom notification templates
  • Add support for notifications via webhook
  • Add retry logic to startup check
    • App will now retry up to 5 times, checking once every 30 seconds
    • Config options now available to modify max attempts & retry interval
  • Enable concurrent notification processing
  • Fix issue where some event providers would fail if no snapshot was available via Frigate

Commits

  • 3cff9ee Update config.go
  • ce9aabd Update docs links
  • e994b22 Delete .github/workflows/publish-docs.yml
  • 9cc6bc6 Update changelog && bump app version
  • 85329cd Add retry for startup check & config options to modify default settings
  • 4aef096 Allow concurrent notification processing
  • 22390ff Cleanup unused eventid in notifs
  • 1103f90 Change notifications to use event.HasSnapshot for whether to include snapshot or not
  • ab9a2c0 Add support for notification via webhook
  • f5b7511 Update example config files
  • 58b565f Add custom notifications via templates
  • ecdc875 Re-work & reduce logging

v0.2.8

15 May 21:24
2487e7e
Compare
Choose a tag to compare

Changelog

  • Add support for notifications via Nfty
  • Add ability to send additional HTTP headers to Frigate
  • Add new public_url config item for Frigate
    • This will be used in notification links & should be configured if Frigate is accessible via the internet
  • Add startup check to verify Frigate API is accessible
  • Rework event notifications to be built from templates
  • Fix default interval for querying evens via web API
  • Fix issue where label score is 0% via web API event query

Commits

  • a20f3cd Remove temporary doc warning
  • 291f238 bump app ver for release
  • 456d0f0 Remove markdown dependency
  • fb490ab Adjust notification formatting & fix zone list
  • 67ae02f Fix issue with label scores via web API (#54)
  • 16d35a7 Adjust config validation logging
  • a6d9e1f Add startup check that Frigate API is accessible
  • f3ff7d5 Add config item for public URL
  • e014de6 Fix default web API query interval (#55)
  • e1be7e1 Clarify Frigate server config (#56)
  • 9ef85ec Remove whitespace
  • 432d6ed Doc updates
  • eb01432 Re-work notifications to be built from templates
  • 0899403 Update docs
  • 95eb8c5 Update docs to show Nfty support
  • 5b52d45 Add ability to send additional headers to Frigate
  • e9c547b Initial support for nfty
  • 87de24b Minor docs updates - Thanks @freefd!! 🎉
  • 863df4a Add label config to sample config in docs

v0.2.7

06 May 20:34
baec837
Compare
Choose a tag to compare

Changelog

  • Allow changing default MQTT topic prefix via config
  • Added ability to filter notifications based on labels
    • New option to allow only notifications with specified labels
    • New option to deny notifications based on labels

Commits

  • f35ecca Update changelog
  • 665a919 Add notification filter based on event labels (#40)
  • f7b0c1a Allow changing default MQTT topic prefix via config (#41)
  • 63673e6 Minor docs updates
  • d7056af Bump golang.org/x/net from 0.22.0 to 0.23.0

v0.2.6

01 Apr 21:15
4d2a863
Compare
Choose a tag to compare

Changelog

  • Fixed issue with setting unzoned: drop under zone config, where alerts wouldn't be sent if event began outside a zone.
  • Fixed issue with correct timezone getting applied on container image
  • Added timeformat option for notifications, which allows custom date/time format
  • Minor updates to logging to ensure all event logs have an event ID attached

Commits

  • d0afb81 Adding event ID to more logs
  • 027bd36 Bump app version
  • 3e1917e Add ability to provide custom time format
  • 6151a5d Fix timezone issue
  • af3e8a9 Add event type to log
  • bff111c Add Event ID to notification logs for tracking
  • edf1a7f Fix issue with zones by allowing notifs on event updates

v0.2.5

29 Mar 20:15
f53f49c
Compare
Choose a tag to compare

Changelog

  • Added support for alerts via Pushover
  • Reduced container image from ~1Gb to ~11Mb

Commits

v0.2.4

28 Mar 20:45
7a567d9
Compare
Choose a tag to compare

Changelog

  • Added support for alerts via Telegram
  • Updated notification message to now include links to the camera & event clip

Commits

  • 7a567d9 Update cosign version in docker build actions
  • ac28cc5 Bump cosign version
  • ab88635 Make link to clip dependent on whether event indicates a clip is available
  • 94d10f4 Update screenshots, docs, README, and example config
  • 4599ec0 Update changelog
  • c6928a2 Update notification links to include camera & clip
  • e57afd2 Add docs for Telegram alerts
  • e63b018 Initial support for Telegram alerts