From 0aa920eb67823318d735911d1e5f14c0003b8e38 Mon Sep 17 00:00:00 2001 From: Tim Schuppener Date: Tue, 12 Feb 2019 20:33:40 +0100 Subject: [PATCH] added links to 1.0.0 releases --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0dd3e23..8bd92af 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,24 @@ # Binary downloads -- [linux](https://gateway.ipfs.io/ipfs/QmbSafe3bguDxkd7ApJws8nfDswRT3TJHaFvdWpmEpnJyg/sharu-0.1.3.AppImage) -- [mac](https://gateway.ipfs.io/ipfs/QmbSafe3bguDxkd7ApJws8nfDswRT3TJHaFvdWpmEpnJyg/sharu-0.1.3.dmg) -- [windows](https://gateway.ipfs.io/ipfs/QmbSafe3bguDxkd7ApJws8nfDswRT3TJHaFvdWpmEpnJyg/sharu-0.1.3.exe) +- [linux](https://gateway.ipfs.io/ipfs/QmYqo3BfnZfPAcEj2r5MGMqWWCwcQYFPgeXiBZ6w95zeBb/sharu-1.0.0.AppImage) +- [mac](https://gateway.ipfs.io/ipfs/QmYqo3BfnZfPAcEj2r5MGMqWWCwcQYFPgeXiBZ6w95zeBb/sharu-1.0.0.dmg) +- [windows](https://gateway.ipfs.io/ipfs/QmYqo3BfnZfPAcEj2r5MGMqWWCwcQYFPgeXiBZ6w95zeBb/sharu-1.0.0.exe) + +# Changelog + + ## v 1.0.0 +- fixed [nounce has already been used](https://github.com/sharu-io/desktop/issues/12) +- show [warnings when retrying a failed long-running-activity](https://github.com/sharu-io/desktop/issues/2) +- show [filesizes](https://github.com/sharu-io/desktop/issues/4) +- less greedy pinning +- correct handling of [socket hangups](https://github.com/sharu-io/desktop/issues/3) + + ## v 0.1.3 + + - switching back to js-ipfs +- basic deuglyfication of the code +- app is opensource now :D # Upgrading ## versions < 0.1.3 @@ -60,4 +75,4 @@ You will find the binary build in the subdirectory `releases`. # Troubleshooting ## Socket Hangup -In case you receive a "socket hangup" on downloading, just restart the app - looks like the streaming between the app and ipfsd has still some issues. Could happen that the download is already finished. \ No newline at end of file +In case you receive a "socket hangup" on downloading, just restart the app - looks like the streaming between the app and ipfsd has still some issues. Could happen that the download is already finished.