Skip to content

Latest commit

 

History

History
226 lines (128 loc) · 5.64 KB

File metadata and controls

226 lines (128 loc) · 5.64 KB

0.8.1 - 2026-02-16

⚙️ Miscellaneous Tasks

  • Updated the following local packages: soar-utils - (0000000)

0.8.0 - 2026-02-04

⛰️ Features

  • (self) Add release notes display and improve update UX - (e63648c)

0.7.3 - 2026-01-24

⛰️ Features

  • (platforms) Allow fallback token env for github/gitlab - (ca94243)

🐛 Bug Fixes

  • (dl) Handle ureq StatusCode in fallback logic - (27f5738)
  • (test) Fix failing doctest - (54e9107)

0.7.2 - 2026-01-17

⛰️ Features

  • (apply) Allow applying ghcr packages - (06e2b73)

🐛 Bug Fixes

  • (clippy) Apply clippy suggestions - (1b45180)

🚜 Refactor

  • (error) Don't override error messages - (e44342f)

0.7.1 - 2025-12-28

🐛 Bug Fixes

  • (install) Use deterministic hash for package without checksum - (7a7a060)
  • (install) Fix force reinstall cleanup and resume file corruption - (c6150f7)

[0.7.0] - 2025-12-26

⛰️ Features

0.6.3 - 2025-06-03

Changed

  • Only create extract dir if the download is archive

Fixed

  • Fix file target when output path is provided

0.6.2 - 2025-06-01

Changed

  • Update dependencies

0.6.1 - 2025-05-17

Added

  • Add OCI resumability

Changed

  • 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

Added

  • Add resumability and overwrite prompting
  • Add glob support

Changed

  • 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

Added

  • Add support for streaming response to stdout

Changed

  • Revert "use hickory-dns"

0.5.2 - 2025-04-06

Changed

  • Update dependencies
  • Use hickory-dns

0.5.1 - 2025-04-01

Fixed

  • Fix archive extract dir

0.5.0 - 2025-03-22

Added

  • Add support for archives

Changed

  • Prioritize filename from response header if not provided

0.4.2 - 2025-02-28

Changed

  • Truncate existing file instead of append

Fixed

  • Fix gitlab regex

0.4.0 - 2025-02-24

Changed

  • Fetch directly using tag api if tag is provided

0.3.5 - 2025-02-16

Changed

  • Return error if url is invalid

0.3.4 - 2025-02-08

Changed

  • Enhance OCI download state & support retries on OCI rate limit

0.3.3 - 2025-01-27

Fixed

  • Fix parsing github release without name

0.3.2 - 2025-01-25

Added

  • Add keyword matching support for OCI downloads
  • Add custom API and concurrency support for OCI downloads

0.3.1 - 2025-01-18

Fixed

  • Fix oci download progress

0.3.0 - 2025-01-18

Added

  • Add oci blob download support
  • Add support for download OCI packages

Changed

  • Simplify download state

0.2.0 - 2025-01-11

Changed

  • Handle github/gitlab project passed as link

0.1.2 - 2024-12-19

Added

  • Add name field to releases

[0.1.1] - 2024-12-05

Added

  • Add workflow

Changed

  • Handle tags
  • Initialize soar-dl
  • Initial commit