diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac382a..3a85c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE.md b/LICENSE.md index 7aa51d6..28f9ec1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,5 @@ # Repertory UI MIT License # -### Copyright <2018> ### +### Copyright <2018-2019> ### 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: diff --git a/README.md b/README.md index 579cb7f..00fb529 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/releases.json b/releases.json index 243631d..dbc81b9 100644 --- a/releases.json +++ b/releases.json @@ -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" ] } diff --git a/src/constants.js b/src/constants.js index bd45c0d..672b660 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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',