diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7dbf0..a877b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ ## 1.1.0 * \#40: Support for remote Windows mounts * ScPrime re-brand -* +* Ubuntu 19.10 support + ## 1.0.11 * \#41: Just white background nothing else * Allow enabling dev tools (Ctrl-Shift-I or F12) diff --git a/README.md b/README.md index 631fe3e..bccb7fd 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions vi * Ubuntu 18.04 * Ubuntu 18.10 * Ubuntu 19.04 + * Ubuntu 19.10 ## Issues/Suggestions Please submit [here](https://bitbucket.org/blockstorage/repertory-ui/issues?status=new&status=open) diff --git a/create_dist.sh b/create_dist.sh index 8986829..73340f1 100755 --- a/create_dist.sh +++ b/create_dist.sh @@ -19,7 +19,7 @@ if beginsWith darwin "$OSTYPE"; then JQ_EXEC=jq-osx-amd64 SHA256_EXEC="shasum -a 256 -b" else - DISTRO_LIST="arch centos7 debian9 debian10 fedora28 fedora29 fedora30 opensuse15 opensuse15.1 solus tumbleweed ubuntu18.04 ubuntu18.10 ubuntu19.04" + DISTRO_LIST="arch centos7 debian9 debian10 fedora28 fedora29 fedora30 opensuse15 opensuse15.1 solus tumbleweed ubuntu18.04 ubuntu18.10 ubuntu19.04 ubuntu19.10" OUT_FILE=repertory-ui_${APP_VER}_linux_x86_64.AppImage BASE64_EXEC="base64 -w0" JQ_EXEC=jq-linux64 diff --git a/releases.json b/releases.json index 554e4ce..d9a85b3 100644 --- a/releases.json +++ b/releases.json @@ -105,6 +105,13 @@ "urls": [] } }, + "ubuntu19.10": { + "1.1.0": { + "sha256": "", + "sig": "", + "urls": [] + } + }, "win32": { "1.1.0": { "sha256": "", @@ -162,6 +169,9 @@ "ubuntu19.04": [ "1.1.0" ], + "ubuntu19.10": [ + "1.1.0" + ], "unknown": [ "unavailable" ],