Changelog
- Fix misspelling for Ntfy
- Currently config will accept either
nfty
orntfy
, but in a future releasenfty
will be removed - ⚠️ Note: If you are using
nfty
, please update your config to the correct spelling:ntfy
- Currently config will accept either
- 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