Skip to content

Commit 47576e7

Browse files
committed
chore(config): update notices for v2.1 and release links
Refresh `config.toml` notices to reflect current announcements: point the v2.0 news link to the specific release tag, add a new v2.1 info notice about POS highlighting being disabled on web, and disable older model/prompt reminder notices. This keeps in-app messaging accurate and reduces outdated alerts.
1 parent 8c43a59 commit 47576e7

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

config.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,24 @@ models = ["mimo-v2-flash", "mimo-v2-omni", "mimo-v2-pro"]
5757

5858
[[notices]]
5959
enabled = true
60-
text = "News: FrameLab v2.0: A Major Workflow Upgrade for Analysis & Refinement. https://github.com/taruma/framelab/releases/latest"
60+
text = "News: FrameLab v2.0: A Major Workflow Upgrade for Analysis & Refinement. https://github.com/taruma/framelab/releases/tag/v2.0.0"
6161
icon = "📰"
6262
color = "blue"
6363

6464
[[notices]]
6565
enabled = true
66-
text = "New Model: Xiaomi provider added; Mimo V2 Omni model now available via OpenRouter"
66+
text = "Update v2.1: POS highlighting is disabled in the web version"
67+
icon = ":material/info:"
68+
color = "violet"
69+
70+
[[notices]]
71+
enabled = false
72+
text = "New Model: Xiaomi provider added; Mimo V2 Omni model (default) now available via OpenRouter"
6773
icon = ":material/rocket_launch:"
6874
color = "green"
6975

7076
[[notices]]
71-
enabled = true
77+
enabled = false
7278
text = "Reminder: System prompt may not be optimized for the model being used"
7379
icon = ":material/warning:"
7480
color = "orange"

0 commit comments

Comments
 (0)