What's Changed
Features
- Skip duplicate snapshots for stationary objects — Frigate keeps an event open and re-sends the same best snapshot while a car is stationary, which previously triggered a Plate Recognizer call per update and drained the free-tier quota. A new per-event dedup on the snapshot
frame_timeskips re-sending an unchanged frame (works in both frigate_plus and non-frigate_plus modes). Controlled by the newskip_duplicate_snapshotsconfig flag (defaulttrue; envFRP_SKIP_DUPLICATE_SNAPSHOTS). (#75, #95)
CI/CD Improvements
- Add categorized release notes config so auto-generated notes group PRs into Features / Bug Fixes / Documentation / Other and drop stale/duplicate noise. (#77)
- Add stale-issues workflow that marks issues stale after inactivity and closes them after a grace period (PRs untouched). (#92)
Full Changelog: v2.3.3...v2.4.0
What's Changed
Other Changes
- Add stale-issues workflow by @ljmerza in #92
- chore: add categorized release notes config (#77) by @ljmerza in #94
- Skip duplicate snapshots for stationary objects (#75) by @ljmerza in #95
Full Changelog: v2.3.3...v2.4.0