|
1 | 1 | #- plugin: identifier of affected plugin, mandatory
|
2 |
| -# versions: list of affected versions (e.g. ["0.1.0"]), optional (all versions if left out) |
| 2 | +# pluginversions: list of affected versions or version ranges (e.g. ["0.1.0", ">=2.0.1"]), optional (all versions if left out) |
| 3 | +# versions: list of affected versions (e.g. ["0.1.0"]), optional (all versions if left out), deprecated starting with release of OctoPrint 1.5.0 |
3 | 4 | # octoversions: affected OctoPrint versions (e.g. [">=1.2.9,<1.3.0",">=1.3.2"], all versions if left out)
|
4 | 5 | # date: YYYY-MM-DD hh:mm:ssZ, time in UTC(!), mandatory, used for "ignore"
|
5 | 6 | # text: notice text (only text, no html, no markdown), mandatory
|
|
41 | 42 | Please re-install the plugin from the repository to update. More details can be found at the "Read more..." link below.
|
42 | 43 | link: https://github.com/OctoPrint/OctoPrint-CommandSplitter/releases/tag/0.2.2
|
43 | 44 | - plugin: filamentmanager
|
| 45 | + pluginversions: ["<1.6.0"] |
44 | 46 | versions: ["0.1.0", "0.1.1", "0.2.0", "0.2.1", "0.2.2", "0.3.0", "0.4.0", "0.4.1", "0.5.0", "0.5.1", "0.5.2", "0.5.3"]
|
45 | 47 | date: 2020-09-14 08:45:00Z
|
46 | 48 | text: Version 1.6.0 of this plugin is available from a new maintainer, but your version still looks for updates at the
|
47 | 49 | repository of the old maintainer. Please re-install the plugin from the repository to update, keeping your
|
48 | 50 | settings. The release notes of the version by the new maintainer can be found at the "Read more..." link below.
|
49 | 51 | link: https://github.com/OllisGit/OctoPrint-FilamentManager/releases/tag/1.6.0
|
50 | 52 | - plugin: klipper
|
| 53 | + pluginversions: ["<0.3.1"] |
51 | 54 | versions: ["0.1.5", "0.2.0", "0.2.1", "0.2.2", "0.2.3", "0.2.4", "0.2.5"]
|
52 | 55 | date: 2020-09-15 04:00:00Z
|
53 | 56 | text: Version 0.3.1 of this plugin is available from a new maintainer, but your version still looks for updates at the
|
|
0 commit comments