- Add
--bt-peer-connect-timeout
,--bt-peer-read-write-timeout
and--bt-peer-keep-alive-interval
options.
- Fix overflow when progress bar length is small
Support torrent and magnet link
- Add option
--insecure
to skip to verify the server's TLS certificate
- Use
reqwest
to instead ofawc
-
Support proxy
Use
--proxy
option or set global proxy environment variables
- Use
tracing
to log.
- Update dependencies.
- No dependency on
OpenSSL
, usingrustls
.