Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 39bcb4e

Browse files
committed
v0.6.0
1 parent 539e746 commit 39bcb4e

File tree

3 files changed

+65
-59
lines changed

3 files changed

+65
-59
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.6.0] - 2025-05-04
4+
5+
### Added
6+
7+
- Add resumability and overwrite prompting
8+
- Add glob support
9+
10+
### Changed
11+
12+
- Allow specifying http headers, proxy and user agent
13+
- Use shared http client
14+
- Allow specifying extract directory; fix extract when output is not specified
15+
- Handle encoded tags, allow / and trim quotes in tags
16+
317
## [0.5.3] - 2025-04-06
418

519
### Added
@@ -115,6 +129,7 @@
115129
- Initialize soar-dl
116130
- Initial commit
117131

132+
[0.6.0]: https://github.com/pkgforge/soar-dl/compare/v0.5.3..v0.6.0
118133
[0.5.3]: https://github.com/pkgforge/soar-dl/compare/v0.5.2..v0.5.3
119134
[0.5.2]: https://github.com/pkgforge/soar-dl/compare/v0.5.1..v0.5.2
120135
[0.5.1]: https://github.com/pkgforge/soar-dl/compare/v0.5.0..v0.5.1

Cargo.lock

Lines changed: 48 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soar-dl"
3-
version = "0.5.3"
3+
version = "0.6.0"
44
authors = ["Rabindra Dhakal <[email protected]>"]
55
description = "A fast download manager"
66
license = "MIT"
@@ -21,7 +21,7 @@ binary = ["clap", "indicatif"]
2121
[dependencies]
2222
blake3 = "1.8.2"
2323
bzip2 = "0.5.2"
24-
clap = { version = "4.5.35", features = ["cargo", "derive"], optional = true }
24+
clap = { version = "4.5.37", features = ["cargo", "derive"], optional = true }
2525
fast-glob = "0.4.5"
2626
flate2 = "1.1.1"
2727
futures = "0.3.31"

0 commit comments

Comments
 (0)