mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Changed WebUI Version Check to SemVer. Also addes "Alpha" Channel (#692)
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
Reference in New Issue
Block a user