Releases: jwodder/demagnetize-rs
Releases · jwodder/demagnetize-rs
v0.5.0 (2025-05-20)
20 May 23:28
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix "Saving torrent to file" message when torrent is actually being written
to stdout
Added support for configuration files
Added support for MSE/PE-encrypted peer connections
Install demagnetize 0.5.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/jwodder/demagnetize-rs/releases/download/v0.5.0/demagnetize-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/jwodder/demagnetize-rs/releases/download/v0.5.0/demagnetize-installer.ps1 | iex"
Download demagnetize 0.5.0
v0.4.0 (2025-05-17)
17 May 15:35
Compare
Sorry, something went wrong.
No results found
Release Notes
Increased MSRV to 1.82
Linux release artifacts are now built on Ubuntu 22.04 (up from Ubuntu 20.04),
which may result in a more recent glibc being required
Added a --json option to query-tracker
Install demagnetize 0.4.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/jwodder/demagnetize-rs/releases/download/v0.4.0/demagnetize-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/jwodder/demagnetize-rs/releases/download/v0.4.0/demagnetize-installer.ps1 | iex"
Download demagnetize 0.4.0
v0.3.1 (2025-02-23)
23 Feb 19:42
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix license bundle distributed with release assets
Install demagnetize 0.3.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/jwodder/demagnetize-rs/releases/download/v0.3.1/demagnetize-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/jwodder/demagnetize-rs/releases/download/v0.3.1/demagnetize-installer.ps1 | iex"
Download demagnetize 0.3.1
v0.3.0 (2025-01-30)
31 Jan 00:50
Compare
Sorry, something went wrong.
No results found
Release Notes
Publicly expose & document the query-tracker and query-peer subcommands
Add native-tls, native-tls-vendored, and rustls features
Install demagnetize 0.3.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/jwodder/demagnetize-rs/releases/download/v0.3.0/demagnetize-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/jwodder/demagnetize-rs/releases/download/v0.3.0/demagnetize-installer.ps1 | iex"
Download demagnetize 0.3.0
v0.2.1 — Fix build error
14 Dec 02:22
Compare
Sorry, something went wrong.
No results found
Increased MSRV to 1.74
Fixed build error due to changes in linting
v0.2.0 — Better handling of many peers
29 Dec 12:46
Compare
Sorry, something went wrong.
No results found
Increased MSRV to 1.70
"Error communicating with {tracker}" warning messages now include the display name of the corresponding magnet, if known
Set the "yourip" field in outgoing BEP 10 handshakes, and log the field in received BEP 10 handshakes
If the first trackers to return provide a large number of peers, don't stop polling the futures for the remaining trackers
v0.1.0 — Initial release
24 Jun 17:22
Compare
Sorry, something went wrong.
No results found