github ljmerza/frigate_plate_recognizer v2.4.0

3 hours ago

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_time skips re-sending an unchanged frame (works in both frigate_plus and non-frigate_plus modes). Controlled by the new skip_duplicate_snapshots config flag (default true; env FRP_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

Full Changelog: v2.3.3...v2.4.0

Don't miss a new frigate_plate_recognizer release

NewReleases is sending notifications on new releases.