Releases: ttlajus/lava_torrent
Releases · ttlajus/lava_torrent
v0.11.1
- enter maintenance mode
- add getters for
n_piece_processed
and n_piece_total
(see #13)
v0.11.0
- piece hashing is now parallel by default (feature
parallel_single_file_hashing
has been removed)
- add support for non-blocking torrent builds (partially related to #13)
- tracker stuff is no longer considered experimental
- various fixes and improvements
v0.10.0
- relax requirements on
TorrentBuilder::path
(see #10)
- fix how
TorrentBuilder
handles file paths (see #11; thanks to @Nehliin)
v0.9.1
- move from the deprecated
sha-1
to sha1
- revamp CI stuff
v0.9.0
- remove unicode normalization (see #9; this affects bencode decoding)
v0.8.0
- support parallel processing of pieces for single-file torrents (gated by feature
parallel_single_file_hashing
; see #7; thanks to @Voronar)
v0.7.1
- added a quick start example for bencode (see #6)
v0.7.0
- move from
error-chain
to thiserror
(see #5; thanks to @Awkor)
v0.6.0
- support web seed in magnet links (see #4; thanks to @fgaz)
- tracker addresses are now properly escaped (see #4; thanks to @fgaz)
TorrentBuilder::path
may now contain hidden components (see #3)