From a84aedc3b4e9d51c841d67308fe07b4afdee73cb Mon Sep 17 00:00:00 2001 From: "Julien G." <66769052+jubnl@users.noreply.github.com> Date: Fri, 17 Apr 2026 20:07:34 +0200 Subject: [PATCH] Fix range notation for app version filtering --- docs/system-notices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-notices.md b/docs/system-notices.md index 814292df..be749ac4 100644 --- a/docs/system-notices.md +++ b/docs/system-notices.md @@ -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)