-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathannouncements.json
More file actions
42 lines (42 loc) · 1.52 KB
/
Copy pathannouncements.json
File metadata and controls
42 lines (42 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"announcements": [
{
"id": "notice-updater-resource-id-workaround",
"type": "both",
"severity": "critical",
"priority": 100,
"badge": "NOTICE",
"title": "Manual Update Required for v1.1.0",
"message": "In-app automatic updates are broken in v1.1.0. Please download the latest version manually once from splitwave.app or GitHub.",
"markdown": "### In-App Update Notice\n\nDue to an updater issue in version `1.1.0`, automatic updates fail with `The resource id is invalid`.\n\nTo update to the latest version, please download and install Splitwave manually once:\n- [Official Website](https://splitwave.app)\n- [GitHub Releases](https://github.com/Horuse/Splitwave/releases)\n\nYour existing pipelines, presets, and audio configuration will be preserved automatically.",
"action": {
"label": "Download Latest",
"url": "https://splitwave.app"
},
"dismissible": true,
"filters": {
"versions": "1.1.0",
"platforms": ["macos", "windows", "linux"],
"channels": ["stable", "rc", "beta"]
}
},
{
"id": "notice-testing-v130-rc",
"type": "banner",
"severity": "info",
"priority": 50,
"badge": "RC TEST",
"title": "Testing Splitwave 1.3.0 Release Candidate",
"message": "You are running Splitwave 1.3.0-rc.1. Please report any audio or UI feedback on GitHub.",
"action": {
"label": "Report Issue",
"url": "https://github.com/Horuse/Splitwave/issues"
},
"dismissible": true,
"filters": {
"versions": "^1.3.0-rc.0",
"channels": ["rc"]
}
}
]
}