Changed WebUI Version Check to SemVer. Also addes "Alpha" Channel (#692)

This commit is contained in:
b1rdhous3
2020-02-19 17:29:11 +01:00
committed by GitHub
parent 2db3f0c835
commit 065634076b
11 changed files with 660 additions and 42 deletions

View File

@@ -18,12 +18,12 @@
{
"type" : "string",
"title" : "edt_conf_gen_watchedVersionBranch_title",
"enum" : ["Stable", "Beta"],
"enum" : ["Stable", "Beta", "Alpha"],
"required" : true,
"access" : "expert",
"default" : "Stable",
"options" : {
"enum_titles" : ["Stable", "Beta"]
"enum_titles" : ["Stable", "Beta", "Alpha"]
},
"propertyOrder" : 2
},