Releases: maxomatic458/quic-send
Releases · maxomatic458/quic-send
quic-send 3.1.0 [Only desktop app]
What's Changed
- Add GUI by @maxomatic458 in #17
- Breaking changes to
qs-core
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
What's Changed
- Bump quinn-proto from 0.11.6 to 0.11.8 by @dependabot in #16
- Changed the roundezvous protocol
New Contributors
- @dependabot made their first contribution in #16
Full Changelog: 0.2.1...0.3.0
quic-send 0.2.1
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
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
change binary name