Skip to content

Releases: maxomatic458/quic-send

quic-send 3.1.0 [Only desktop app]

07 Dec 19:09
fff94e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

this does not contain the cli version as this is funcionally the same as 0.3.0

quic-send 0.3.0

30 Nov 22:35
Compare
Choose a tag to compare

What's Changed

  • Bump quinn-proto from 0.11.6 to 0.11.8 by @dependabot in #16
  • Changed the roundezvous protocol

New Contributors

Full Changelog: 0.2.1...0.3.0

quic-send 0.2.1

22 Aug 13:41
f9cbf08
Compare
Choose a tag to compare

What's Changed

  • refactor codebase
  • add roundezvous server
  • use one stream per transfer instead of per file (increases transfer speed for smaller files)
  • got rid of per file keep decision
  • resume transfer by default -f to overwrite
  • sender: custom save path -o

Full Changelog: 0.1.1...0.2.1

quic-send 0.1.1

20 May 15:52
Compare
Choose a tag to compare

What's Changed

  • add checksums by @maxomatic458 in #4
  • Resume downloads by @maxomatic458 in #6
  • fix folder transfers not working
  • disable default features of rustls
  • use rustls ring crypto provider
  • added the following cli flags:
    • -l (log level): possible values: trace, debug, info, warn, error, default: info
    • sender:
      • -c send checksums to the receiver
    • receiver:
      • -o overwrite files in the case of duplicates
      • -r resume (append) to files if they already exists and are smaller then the senders files (will also verify integrity if checksums are available)
      • p ask for every duplicate file

Full Changelog: 0.1.0...0.1.1

quic-send 0.1.0

18 May 16:36
Compare
Choose a tag to compare
change binary name