0.8.1 - 2026-02-16
- Updated the following local packages: soar-utils - (0000000)
0.8.0 - 2026-02-04
- (self) Add release notes display and improve update UX - (e63648c)
0.7.3 - 2026-01-24
- (platforms) Allow fallback token env for github/gitlab - (ca94243)
0.7.2 - 2026-01-17
- (apply) Allow applying ghcr packages - (06e2b73)
- (clippy) Apply clippy suggestions - (1b45180)
- (error) Don't override error messages - (e44342f)
0.7.1 - 2025-12-28
- (install) Use deterministic hash for package without checksum - (7a7a060)
- (install) Fix force reinstall cleanup and resume file corruption - (c6150f7)
0.6.3 - 2025-06-03
- Only create extract dir if the download is archive
- Fix file target when output path is provided
0.6.2 - 2025-06-01
- Update dependencies
0.6.1 - 2025-05-17
- Add OCI resumability
- Use async stdout
- Set default overwrite prompt
- Treat URL as direct link if only it has scheme and host
0.6.0 - 2025-05-04
- Add resumability and overwrite prompting
- Add glob support
- Allow specifying http headers, proxy and user agent
- Use shared http client
- Allow specifying extract directory; fix extract when output is not specified
- Handle encoded tags, allow / and trim quotes in tags
0.5.3 - 2025-04-06
- Add support for streaming response to stdout
- Revert "use hickory-dns"
0.5.2 - 2025-04-06
- Update dependencies
- Use hickory-dns
0.5.1 - 2025-04-01
- Fix archive extract dir
0.5.0 - 2025-03-22
- Add support for archives
- Prioritize filename from response header if not provided
0.4.2 - 2025-02-28
- Truncate existing file instead of append
- Fix gitlab regex
0.4.0 - 2025-02-24
- Fetch directly using tag api if tag is provided
0.3.5 - 2025-02-16
- Return error if url is invalid
0.3.4 - 2025-02-08
- Enhance OCI download state & support retries on OCI rate limit
0.3.3 - 2025-01-27
- Fix parsing github release without name
0.3.2 - 2025-01-25
- Add keyword matching support for OCI downloads
- Add custom API and concurrency support for OCI downloads
0.3.1 - 2025-01-18
- Fix oci download progress
0.3.0 - 2025-01-18
- Add oci blob download support
- Add support for download OCI packages
- Simplify download state
0.2.0 - 2025-01-11
- Handle github/gitlab project passed as link
0.1.2 - 2024-12-19
- Add name field to releases
- Add workflow
- Handle tags
- Initialize soar-dl
- Initial commit