Version changes

This commit is contained in:
Scott E. Graves
2019-04-07 01:28:10 -05:00
parent b5e3199505
commit 3528e99bfd
5 changed files with 24 additions and 7 deletions

View File

@@ -1,4 +1,11 @@
# Changelog #
## 1.0.3 ##
* Linux distribution support
* Debian 9
* Solus
* Ubuntu 18.10
* Ubuntu 19.04
*
## 1.0.2 ##
* Option to launch application hidden (notification icon only)
* Close window to notification area

View File

@@ -1,5 +1,5 @@
# Repertory UI MIT License #
### Copyright <2018> <scott.e.graves@gmail.com> ###
### Copyright <2018-2019> <scott.e.graves@gmail.com> ###
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@@ -3,10 +3,10 @@
### GUI for [Repertory](https://bitbucket.org/blockstorage/repertory) ###
Repertory allows you to mount Sia, SiaPrime and/or Hyperspace blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.
# Downloads #
* [Repertory UI v1.0.2 OS X](https://pixeldrain.com/u/sEz57mDP)
* [Repertory UI v1.0.2 Windows 64-bit](https://pixeldrain.com/u/4oJeVntd)
* [Repertory UI v1.0.3 Linux 64-bit]()
* [Repertory UI v1.0.3 OS X 64-bit]()
* [Repertory UI v1.0.3 Windows 64-bit]()
# Supported Platforms #
* OS X
* OS X 64-bit
* Windows 64-bit
# Future Platforms #
* Linux 64-bit

View File

@@ -1,12 +1,20 @@
{
"Locations": {
"win32": {
"1.0.3": {
"hash": "",
"urls": []
},
"1.0.2": {
"hash": "",
"urls": ["https://pixeldrain.com/api/file/4oJeVntd"]
}
},
"darwin": {
"1.0.3": {
"hash": "",
"urls": []
},
"1.0.2": {
"hash": "",
"urls": ["https://pixeldrain.com/api/file/sEz57mDP"]
@@ -15,9 +23,11 @@
},
"Versions": {
"win32": [
"1.0.3",
"1.0.2"
],
"darwin": [
"1.0.3",
"1.0.2"
]
}

View File

@@ -1,13 +1,13 @@
Object.defineProperty(exports, "__esModule", {
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-beta_branch/releases.json';
exports.DATA_LOCATIONS = {
linux: '~/.local/repertory/ui',
darwin: '~/Library/Application Support/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.0-beta_branch/releases.json';
exports.PROVIDER_LIST = [
'Hyperspace',