Files
suwayomi-material-you-webui/versionToServerVersionMapping.json
schroda 484d6cdac4 Fix previous preview version mappings
Update ui versions to the latest compatible versions, they were pointing to the first version that updated the minimum server version while they needed to point to the previous commit of the commit that changed the minimum server version to a higher version.

Updated ui versions that pointed to non-existing revisions.
Multiple commits at once were pushed to the master which caused the revision of the mapping update commit to not be a release
2024-12-09 02:38:37 +01:00

32 lines
497 B
JSON

[
{
"uiVersion": "PREVIEW",
"serverVersion": "r1636"
},
{
"tag": "PREVIEW",
"uiVersion": "r1943",
"serverVersion": "r1566"
},
{
"tag": "PREVIEW",
"uiVersion": "r1797",
"serverVersion": "r1548"
},
{
"tag": "PREVIEW",
"uiVersion": "r1738",
"serverVersion": "r1527"
},
{
"tag": "v1.1.0",
"uiVersion": "r1689",
"serverVersion": "r1527"
},
{
"tag": "v1.0.0",
"uiVersion": "r1411",
"serverVersion": "r1498"
}
]