Skip to content

Releases: 0x2142/frigate-notify

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

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

  • bb92097 Fix config file load if specified by ENV
  • 7b6b3de Add gh-pages CNAME
  • 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
  • ef88efc Update README.md
  • 8b03d28 Update README to link to docs & minor docs adjustment
  • 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

  • d248cff Update docker image version
  • d0a4446 bump version number
  • e771087 (fix) resolve issue with snapshot not working with multiple alert methods configured
  • c7a4331 update dependencies
  • 4cc59f0 (fix) Allow SMTP without TLS
  • 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

  • 9ebd0d4 Add version message to startup
  • 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
  • b26dac9 Upgrade dependencies to address Dependabot alerts
  • 5e2cc9d Fix actions to only run on tagged release
  • 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