Skip to content

Ouisync v0.7.6

Compare
Choose a tag to compare
@inetic inetic released this 05 Dec 11:18
· 1082 commits to master since this release

What's new

App

v0.7.3...a1ce76f

  • Fixing issues with downloading files on the device caused by different behavior on different Android versions.
  • Better handing of SIGINT and SIGTERM (Ctrl-C) on Linux
  • Some work on iOS UI
  • Enforce single instance of Ouisync on Linux
  • Fix downloading files from Onuisync onto PC on Linux
  • Peer count now counts the number of peers, not the number of connections

Library

equalitie/ouisync@11fc4cb...b9fc79e

  • Implement a basic choking algorithm
  • Fixes to the block garbage collector
  • Add more caching to improve read/write speed
  • Ensure snapshot version vector changes if and only if the snapshot root hash changes
  • Make block nonces deterministic
  • Fix garbage collecting missing blocks