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 ## 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

View File

@@ -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"
] ]
} }
} }

View File

@@ -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',