Skip to content

Commit

Permalink
added links to 1.0.0 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraschuppi authored Feb 12, 2019
1 parent ed89b09 commit 0aa920e
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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.

0 comments on commit 0aa920e

Please sign in to comment.