Skip to content

Latest commit

 

History

History
91 lines (44 loc) · 1.13 KB

File metadata and controls

91 lines (44 loc) · 1.13 KB

Changelog

Unreleased

0.4.0

2026-05-11

Added

  • GitHub token fallback to gh auth token when GITHUB_TOKEN is not set.

Changed

  • Show a progress bar for install/update progress.

0.3.0

2026-05-10

Changed

  • Decompress binaries asynchronously, improving performance and avoiding intermediate archive copies on disk.

0.2.2

2026-02-21

Fixed

  • Broken release pipeline.

0.2.1

2026-02-21

Fixed

  • Temporary download directories and files are removed from the file system thus avoiding waste of space on long-running systems.
  • Remove the corresponding entry for a binary during uninstall even if it does not exist anymore. Previously, the entry would still be present and prevent re-installation.

0.2.0

2025-07-19

Added

  • check subcommand that looks for updates but does not install them.

0.1.3

2025-06-16

Changed

  • Update dependencies and move from xz2 to liblzma.

0.1.2

2025-06-03

Fixed

  • Release tarballs.

0.1.1

2025-06-02

Changed

  • Use Rustls instead of OpenSSL.

0.1.0

2025-06-02

  • Initial release.