Skip to content

Commit d65e489

Browse files
committed
v0.5.0 — Encryption and config files
- 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
1 parent be5de75 commit d65e489

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.5.0 (in development)
2-
-----------------------
1+
v0.5.0 (2025-05-20)
2+
-------------------
33
- Fix "Saving torrent to file" message when torrent is actually being written
44
to stdout
55
- Added support for configuration files

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "demagnetize"
3-
version = "0.5.0-dev"
3+
version = "0.5.0"
44
edition = "2021"
55
rust-version = "1.82"
66
description = "Convert magnet links to .torrent files"

0 commit comments

Comments
 (0)