Skip to content

Commit

Permalink
Version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDing committed Oct 25, 2024
1 parent 7d87a2f commit 29706cc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.6.2 - 2024-10-25

### Added

- Add `--bt-peer-connect-timeout`, `--bt-peer-read-write-timeout` and `--bt-peer-keep-alive-interval` options.

## 0.6.1 - 2024-10-16

### Fixed

- Fix overflow when progress bar length is small

## 0.6.0 - 2024-10-14

### Added

Support torrent and magnet link

## 0.5.1 - 2024-01-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aget-rs"
version = "0.6.1"
version = "0.6.2"
authors = ["PeterDing <[email protected]>"]
homepage = "https://github.com/PeterDing/aget-rs"
description="Aget-rs - Fast Asynchronous Downloader with Rust 🦀"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ Options:
--seed Seed the torrent
--bt-trackers <BT_TRACKERS> Trackers for the torrent, e.g. --bt-trackers "udp://tracker.opentrackr.org:1337/announce
,udp://opentracker.io:6969/announce"
--bt-peer-connect-timeout <BT_PEER_CONNECT_TIMEOUT>
Peer connect timeout in seconds. [default: 10]
--bt-peer-read-write-timeout <BT_PEER_READ_WRITE_TIMEOUT>
Peer read/write timeout in seconds. [default: 10]
--bt-peer-keep-alive-interval <BT_PEER_KEEP_ALIVE_INTERVAL>
Peer keep-alive interval in seconds. [default: 120]
--debug Debug output. Print all trackback for debugging
--quiet Quiet mode. Don't show progress bar and task information. But still show the error information
-o, --out <OUT> The path of output for the request e.g. -o "/path/to/file"
Expand Down

0 comments on commit 29706cc

Please sign in to comment.