docs: Add fork notes, changelog and notice

This commit is contained in:
flan
2026-09-04 17:59:21 +00:00
parent 88e1fba401
commit b57fd0675a
3 changed files with 97 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Changelog
Fork-specific changes only. Upstream releases are documented at
https://github.com/dermotduffy/advanced-camera-card/releases
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Fork versions carry the upstream version they are built from plus a `+flan.N`
build identifier.
## [8.0.2+flan.1] - 2026-09-04
### Added
- `cameras[].media.severities` restricts review media to the listed severities,
so the thumbnail bar, media gallery and timeline can be pinned to Frigate
alerts (`[high]`) instead of showing every detection. Resolved into the
default query alongside `media.reviewed`, and overridden by an explicit
severity chosen in the media filter drawer. Unset means all severities.