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

Commit 34a2a94

Browse files
committed
v0.6.1
1 parent d23716d commit 34a2a94

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## [0.6.1] - 2025-05-17
4+
5+
### Added
6+
7+
- Add OCI resumability
8+
9+
### Changed
10+
11+
- Use async stdout
12+
- Set default overwrite prompt
13+
- Treat URL as direct link if only it has scheme and host
14+
315
## [0.6.0] - 2025-05-04
416

517
### Added
@@ -129,6 +141,7 @@
129141
- Initialize soar-dl
130142
- Initial commit
131143

144+
[0.6.1]: https://github.com/pkgforge/soar-dl/compare/v0.6.0..v0.6.1
132145
[0.6.0]: https://github.com/pkgforge/soar-dl/compare/v0.5.3..v0.6.0
133146
[0.5.3]: https://github.com/pkgforge/soar-dl/compare/v0.5.2..v0.5.3
134147
[0.5.2]: https://github.com/pkgforge/soar-dl/compare/v0.5.1..v0.5.2

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 = "soar-dl"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Rabindra Dhakal <[email protected]>"]
55
description = "A fast download manager"
66
license = "MIT"

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Options:
6464
--github <GITHUB> Github project
6565
--gitlab <GITLAB> Gitlab project
6666
--ghcr <GHCR> GHCR image or blob
67-
-r, --regex <REGEX_PATTERNS> Regex to select the asset
67+
-r, --regex <REGEXES> Regex to select the asset
68+
-g, --glob <GLOBS> Glob to select the asset
6869
-m, --match <MATCH_KEYWORDS> Check if the asset contains given string
6970
-e, --exclude <EXCLUDE_KEYWORDS> Check if the asset contains given string
7071
-y, --yes Skip all prompts and use first
@@ -73,7 +74,13 @@ Options:
7374
--ghcr-api <GHCR_API> GHCR API to use
7475
--exact-case Whether to use exact case matching for keywords
7576
--extract Extract supported archive automatically
77+
--extract-dir <EXTRACT_DIR> Directory where to extract the archive
7678
-q, --quiet Quiet mode
79+
--proxy <PROXY> Set proxy
80+
-H, --header <HEADER> Set request headers
81+
-A, --user-agent <USER_AGENT> Set user agent
82+
--skip-existing Skip existing download with same file
83+
--force-overwrite Overwrite existing download with same file
7784
-h, --help Print help
7885
-V, --version Print version
7986
```

0 commit comments

Comments
 (0)