Updated version

This commit is contained in:
2021-08-01 23:13:38 -05:00
parent 9847eb74fd
commit ce6d96e59b
3 changed files with 10 additions and 20 deletions

View File

@@ -2,6 +2,8 @@
## 1.4.0
- Remove Linux platform selection
- Removed 'centos7' in favor of generic 'linux'
- Allow switching between repertory 1.3.x and 1.4.x
## 1.3.4
- \#55: Enable 'Activate' release instead of 'Install' in notification pop-up

View File

@@ -1,35 +1,28 @@
{
"Locations": {
"centos7": {
"1.3.5": {
"sig": "",
"sha256": "",
"urls": []
}
},
"darwin": {
"1.3.5": {
"1.4.0": {
"sig": "",
"sha256": "",
"urls": []
}
},
"linux": {
"1.3.5": {
"1.4.0": {
"sig": "",
"sha256": "",
"urls": []
}
},
"solus": {
"1.3.5": {
"1.4.0": {
"sig": "",
"sha256": "",
"urls": []
}
},
"win32": {
"1.3.5": {
"1.4.0": {
"sig": "",
"sha256": "",
"urls": []
@@ -37,23 +30,20 @@
}
},
"Versions": {
"centos7": [
"1.3.5"
],
"darwin": [
"1.3.5"
"1.4.0"
],
"linux": [
"1.3.5"
"1.4.0"
],
"solus": [
"1.3.5"
"1.4.0"
],
"unknown": [
"unavailable"
],
"win32": [
"1.3.5"
"1.4.0"
]
}
}

View File

@@ -42,8 +42,6 @@ exports.UI_RELEASES_URL =
exports.LINUX_DETECT_SCRIPT_URL =
'https://bitbucket.org/blockstorage/repertory/raw/' + _REPERTORY_BRANCH + '/detect_linux2.sh';
exports.LINUX_SELECTABLE_PLATFORMS = ['linux'];
exports.WINFSP_VERSION_NAMES = [
'WinFsp 2019',
'WinFsp 2019.0',