Updated version
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 1.4.0
|
## 1.4.0
|
||||||
- Remove Linux platform selection
|
- 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
|
## 1.3.4
|
||||||
- \#55: Enable 'Activate' release instead of 'Install' in notification pop-up
|
- \#55: Enable 'Activate' release instead of 'Install' in notification pop-up
|
||||||
|
|||||||
@@ -1,35 +1,28 @@
|
|||||||
{
|
{
|
||||||
"Locations": {
|
"Locations": {
|
||||||
"centos7": {
|
|
||||||
"1.3.5": {
|
|
||||||
"sig": "",
|
|
||||||
"sha256": "",
|
|
||||||
"urls": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"darwin": {
|
"darwin": {
|
||||||
"1.3.5": {
|
"1.4.0": {
|
||||||
"sig": "",
|
"sig": "",
|
||||||
"sha256": "",
|
"sha256": "",
|
||||||
"urls": []
|
"urls": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"1.3.5": {
|
"1.4.0": {
|
||||||
"sig": "",
|
"sig": "",
|
||||||
"sha256": "",
|
"sha256": "",
|
||||||
"urls": []
|
"urls": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"solus": {
|
"solus": {
|
||||||
"1.3.5": {
|
"1.4.0": {
|
||||||
"sig": "",
|
"sig": "",
|
||||||
"sha256": "",
|
"sha256": "",
|
||||||
"urls": []
|
"urls": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"win32": {
|
"win32": {
|
||||||
"1.3.5": {
|
"1.4.0": {
|
||||||
"sig": "",
|
"sig": "",
|
||||||
"sha256": "",
|
"sha256": "",
|
||||||
"urls": []
|
"urls": []
|
||||||
@@ -37,23 +30,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Versions": {
|
"Versions": {
|
||||||
"centos7": [
|
|
||||||
"1.3.5"
|
|
||||||
],
|
|
||||||
"darwin": [
|
"darwin": [
|
||||||
"1.3.5"
|
"1.4.0"
|
||||||
],
|
],
|
||||||
"linux": [
|
"linux": [
|
||||||
"1.3.5"
|
"1.4.0"
|
||||||
],
|
],
|
||||||
"solus": [
|
"solus": [
|
||||||
"1.3.5"
|
"1.4.0"
|
||||||
],
|
],
|
||||||
"unknown": [
|
"unknown": [
|
||||||
"unavailable"
|
"unavailable"
|
||||||
],
|
],
|
||||||
"win32": [
|
"win32": [
|
||||||
"1.3.5"
|
"1.4.0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,8 +42,6 @@ exports.UI_RELEASES_URL =
|
|||||||
exports.LINUX_DETECT_SCRIPT_URL =
|
exports.LINUX_DETECT_SCRIPT_URL =
|
||||||
'https://bitbucket.org/blockstorage/repertory/raw/' + _REPERTORY_BRANCH + '/detect_linux2.sh';
|
'https://bitbucket.org/blockstorage/repertory/raw/' + _REPERTORY_BRANCH + '/detect_linux2.sh';
|
||||||
|
|
||||||
exports.LINUX_SELECTABLE_PLATFORMS = ['linux'];
|
|
||||||
|
|
||||||
exports.WINFSP_VERSION_NAMES = [
|
exports.WINFSP_VERSION_NAMES = [
|
||||||
'WinFsp 2019',
|
'WinFsp 2019',
|
||||||
'WinFsp 2019.0',
|
'WinFsp 2019.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user