torreas 0.2

This commit is contained in:
Yorhel 2023-12-10 11:42:49 +01:00
parent a4f97105ef
commit c39079c121
7 changed files with 25 additions and 5 deletions

View file

@ -19,6 +19,10 @@ the incidental article on this site. Enjoy your stay!
<!-- These announcements are parsed by mkfeed.pl, see that file for formatting -->
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
`2023-12-10` - torreas 0.2 released <!-- link: /torreas -->
: Adds support for partial reassembly and fixes a bug.
[Homepage](/torreas) - [Changelog](/torreas/changes).
`2023-11-03` - New tool: torreas <!-- link: /torreas -->
: I wrote a little tool to reassemble torrent files, more information
available on its [homepage](/torreas).

View file

@ -9,7 +9,7 @@ archived somewhere, at some point.
## Download
Latest version <a href="/torreas/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
: 0.1 ([torreas-0.1.tar.gz](/download/torreas-0.1.tar.gz) - [changes](/torreas/changes))
: 0.2 ([torreas-0.2.tar.gz](/download/torreas-0.2.tar.gz) - [changes](/torreas/changes))
Build requirements
: Zig 0.11
@ -22,10 +22,6 @@ Development version
## Bugs & limitations
**Partial reassembly** is not yet supported. If a file is missing from your
local archive, torreas will give up and throw an error. Will likely get fixed
in future versions.
Torreas currently does an **exhaustive search** and is therefore able to find
*all* matching (duplicate) files. This is usually overkill, as you'll only need
one match for each file to reassemble a torrent. This totally hasn't been a