Fix range notation for app version filtering

This commit is contained in:
Julien G. 2026-04-17 20:07:34 +02:00 committed by GitHub
parent 4b7ba6cb3f
commit a84aedc3b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ There are **no database rows for notice definitions**. The registry is code-only
├── reads user_notice_dismissals
├── filters SYSTEM_NOTICES:
not dismissed
within [minVersion, maxVersion] range for the running app version
within [minVersion, maxVersion) range for the running app version
all conditions pass (AND logic)
├── sorts by priority → severity → publishedAt (desc)
└── strips server-only fields (conditions, publishedAt, minVersion, maxVersion, priority)