Skip to content

Releases: Rishang/install-release

v7.3

17 Apr 15:14

Choose a tag to compare

What's Changed

  • Add Docker support to installation process and update README by @Rishang in #296
  • Fix unexpected set to hold stage for upgraded packages
  • Introduced Docker image handling in the installation logic, allowing users to install CLI tools via Docker using the docker@ prefix.
  • Updated the get function to recognize Docker image references and manage installation accordingly.
  • Enhanced the README to include instructions for installing tools as Docker images, with examples for usage and version specification.
  • Refactored the GitHub Actions workflow to use simple test case.

Breaking change:

  • Update mise package install format from @mise/<tool> -->> mise@<tool>

Full Changelog: v7.2...v7.3

v7.2

15 Apr 15:14

Choose a tag to compare

Full Changelog: v7.1...v7.2

  • Improved release score logic for better selection

v7.1

12 Apr 07:55

Choose a tag to compare

What's Changed

  • Refactor github/gitlab provider add mice provider - http pkg support by @Rishang in #295

[feat] New provide mice (http pkg only for now). It parse the aqua registry YAML to find the download URL for the defined tool

Example use:

# Install helm cli
ir get @mise/helm

# Remove helm
ir rm @mise/helm

Full Changelog: v7.0...v7.1

v7.0

02 Apr 14:43
b22d9dc

Choose a tag to compare

What's Changed

  • Added support for displaying release descriptions in the installati… by @Rishang in #294

Full Changelog: v6.9...v7.0

v6.9

20 Mar 10:09

Choose a tag to compare

What's Changed

  • Fix: score and pkg install enhanced by @Rishang in #290
  • Fix: --pkg will fallback to AppImage for linux only of no deb, rpm package asset file is found.

Full Changelog: v6.8...v6.9

v6.8

27 Feb 06:03
dd86724

Choose a tag to compare

What's Changed

  • Fix: Installation filter for js binary files by @Rishang in #287

Full Changelog: v6.7...v6.8

v6.7

23 Feb 15:15

Choose a tag to compare

Full Changelog: v6.6...v6.7

  • Fix: Detect AppImage for --pkg as default fallback for linux distros in case .deb or .rpm packages are not found @Rishang
  • Fix: Missing icon in some applications of type AppImage installed via install-release @Rishang
  • Test: Release binary fix (might still have issues)

v6.6

17 Feb 10:21
122f4e1

Choose a tag to compare

What's Changed

  • fix: appimage validation failure crashing the cli by @Rishang in #281

Full Changelog: v6.5...v6.6

v6.5

13 Feb 17:10
1afdc11

Choose a tag to compare

What's Changed

  • fix: improve release scoring mechanism. by @Rishang in #280

Full Changelog: v6.4...v6.5

v6.4

10 Feb 15:33
b78f7bb

Choose a tag to compare

What's Changed

Full Changelog: v6.3...v6.4