Releases: 0x2142/frigate-notify
Releases · 0x2142/frigate-notify
v0.2.4
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
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
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
v0.2.1
v0.2.0
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)