Updated docs

This commit is contained in:
Scott E. Graves
2018-12-09 20:16:36 -06:00
parent ed91305763
commit af836c305c
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
* SiaPrime support * SiaPrime support
* Unmount on application exit * Unmount on application exit
* Partial Linux support * Partial Linux support
* Close to notification area
## 1.0.1 ## ## 1.0.1 ##
* Added configuration settings for Repertory 1.0.0-alpha.2 and above * Added configuration settings for Repertory 1.0.0-alpha.2 and above

View File

@@ -1,13 +1,13 @@
Object.defineProperty(exports, "__esModule", { Object.defineProperty(exports, "__esModule", {
value: true value: true
}); });
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/master/releases.json'; exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/1.0.0-alpha.4_branch/releases.json';
exports.DATA_LOCATIONS = { exports.DATA_LOCATIONS = {
linux: '~/.local/repertory/ui', linux: '~/.local/repertory/ui',
darwin: '~/Library/Application Support/repertory/ui', darwin: '~/Library/Application Support/repertory/ui',
win32: '%LOCALAPPDATA%\\repertory\\ui' win32: '%LOCALAPPDATA%\\repertory\\ui'
}; };
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/master/releases.json'; exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/1.0.2_branch/releases.json';
exports.PROVIDER_LIST = [ exports.PROVIDER_LIST = [
'Hyperspace', 'Hyperspace',