Skip to content

v0.10.0

Compare
Choose a tag to compare
@oll3 oll3 released this 16 Mar 20:05
· 67 commits to main since this release

bita

Changes

  • Multiple seeds can no longer be specified as --seed seed1 seed2 but must instead be listed like --seed seed1 --seed seed2. Same with custom http headers.

Fixes

  • Do not parse windows paths as URLs (8791dbc)
  • Do not ignore buzhash as argument (2dbeb23)

bitar

Features

  • New high level API for creating bita archives (thanks @rminderhoud!).

Changes

  • Chunker renamed to StreamingChunker.
  • Make StreamingChunker Send.