Skip to content

Releases: 0x2142/frigate-notify

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

  • baec837 Merge pull request #47 from 0x2142/add-label-filtering
  • 37bfa65 Merge pull request #46 from 0x2142/config-mqtt-topic
  • f35ecca Update changelog
  • 665a919 Add notification filter based on event labels (#40)
  • f7b0c1a Allow changing default MQTT topic prefix via config (#41)
  • cf9b8d4 Merge pull request #42 from 0x2142/update-docs
  • 63673e6 Minor docs updates
  • 86fa87e Merge pull request #39 from 0x2142/dependabot/go_modules/golang.org/x/net-0.23.0
  • 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

  • 4d2a863 Merge pull request #38 from 0x2142/fix-zone-issue
  • 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

  • f53f49c Fix docker certs issue
  • e5569ea Update main.go
  • e0ea4c3 Merge pull request #36 from 0x2142/reduce-docker-image-size
  • 395e147 Merge pull request #35 from 0x2142/add-pushover-support
  • c1d43d4 Update Changelog
  • bd99bc5 Added multistage docker build
  • df1330a Add test mode for development
  • 3d81d06 Initial support for Pushover notifications

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
  • 23fbea3 Merge pull request #33 from 0x2142/fix-docker-cosign
  • ac28cc5 Bump cosign version
  • 02d7547 Merge pull request #32 from 0x2142/add-telegram-support
  • ab88635 Make link to clip dependant 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

v0.2.3

14 Mar 23:51
0207351
Compare
Choose a tag to compare

Changelog

  • Updated config management
  • Improved config file validation
  • Fixed issue where HTTP requests would fail if only IP & port were specified in config
  • Fixed crash if Frigate has no event info & app couldn't pull snapshots
  • Added ability to filter notifications based on zones
    • New config option to only allow notifications based on zone
    • New config option to deny notifications based on zone
    • New config option to allow or drop events outside of a designated zone

Commits

  • 0207351 Merge pull request #30 from 0x2142/fix-config-file-load
  • bb92097 Fix config file load if specified by ENV
  • ffdfaaf Merge pull request #29 from 0x2142/add-docs-cname
  • 7b6b3de Add gh-pages CNAME
  • f8eedad Merge pull request #28 from 0x2142/filter-notifs-by-zones
  • 0161f63 Merge pull request #27 from 0x2142/fix-no-snapshot-crash
  • 4ddab24 Merge pull request #26 from 0x2142/fix-http-no-protocol
  • 9cd0e17 Merge pull request #25 from 0x2142/update-config-handling
  • ec66994 Bump dependencies
  • d6b653c Add zone filtering
  • 88bec62 Fixed crash if Frigate has no event info & app couldn't pull snapshots
  • 24a487e Fix issue with HTTP calls if protocol not specified. Restructure HTTP util functions
  • 798fbde Rework config handling & add better config validation
  • 8e146df Merge pull request #23 from 0x2142/adjust-readme
  • ef88efc Update README.md
  • 2f09ea1 Merge pull request #22 from 0x2142/update-readme
  • 8b03d28 Update README to link to docs & minor docs adjustment
  • 9ba70ee Merge pull request #21 from 0x2142/add-docs-site
  • 51b8d8e Add mkdocs documentation

v0.2.2

30 Nov 02:34
c61572c
Compare
Choose a tag to compare

Changelog

  • Fix SMTP issue where code was ignoring tls: false config flag
  • Fix issue where snapshots would only be sent to the first alerting method, if multiple were enabled
  • Update Debian image used for Docker image

Commits

  • c61572c Merge pull request #20 from 0x2142/fix-gh-actions
  • d248cff Update docker image version
  • d0a4446 bump version number
  • 00c260c Merge pull request #19 from 0x2142/fix-multi-alert-issue
  • c4beb99 Merge pull request #18 from 0x2142/update-deps
  • ffe9b94 Merge pull request #17 from 0x2142/fix-smtp-without-tls
  • e771087 (fix) resolve issue with snapshot not working with multiple alert methods configured
  • c7a4331 update dependencies
  • 4cc59f0 (fix) Allow SMTP without TLS
  • 38e289f Merge pull request #15 from 0x2142/dependabot/go_modules/golang.org/x/net-0.17.0
  • 1bf787e Bump golang.org/x/net from 0.15.0 to 0.17.0

v0.2.1

20 Sep 15:01
5cf1e5d
Compare
Choose a tag to compare

Changelog

  • Added Docker release build for ARM

Commits

v0.2.0

19 Sep 21:54
f5fc67b
Compare
Choose a tag to compare

Changelog

  • Add support for excluding cameras from alerts
  • Added ability to set custom alert titles
  • Added ability to set custom MQTT client ID
  • Added ability to change MQTT port
  • Migrate Discord alerts to use Embeds
  • Improved SMTP & Gotify alerts to include a warning if a snapshot wasn't saved
  • Add GitHub actions for automated release builds
  • Added version number to startup logging

Commits

  • f5fc67b typo
  • acae79e Merge pull request #12 from 0x2142/add-version-message
  • 9ebd0d4 Add version message to startup
  • 1e226b5 Merge pull request #11 from 0x2142/discord-embeds
  • e06e77f Merge pull request #10 from 0x2142/misc-updates
  • ce70d89 Add example docker-compose
  • 70f560d Add message for gotify/smtp if no snapshot is saved
  • 87f2390 Migrate discord messages to use embeds
  • e5a4910 Add ability to set custom MQTT client ID && Adjust handling of default MQTT port
  • 77ec311 Added ability to set custom alert title
  • c5e1209 Update license
  • f631547 Merge pull request #8 from 0x2142/update-dependencies
  • b26dac9 Upgrade dependencies to address Dependabot alerts
  • 61b5d6f Merge pull request #6 from 0x2142/adjust-gh-actions
  • 5e2cc9d Fix actions to only run on tagged release
  • 93fff61 Merge pull request #5 from 0x2142/add-github-actions
  • ab7dca5 Merge pull request #4 from 0x2142/add-camera-exclusions
  • bf402d3 Adjust example config
  • 637496c Add GitHub actions for deployment (#3)
  • fab6da8 Fix issue with Web API calls ignoring config interval
  • 31f0e99 Add support for excluding cameras by name (#2)

v0.1.1

25 Apr 15:47
Compare
Choose a tag to compare

Changelog

  • Add support for MQTT authentication

Commits

  • 23479c3 Add support for MQTT authentication (#1)

v0.1.0

17 Mar 17:45
Compare
Choose a tag to compare

Changelog

  • Initial release! 🎉

Commits