Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Dec 18:39
· 15 commits to main since this release

Orthanc CLI 0.2.1

Thank you for using Orthanc CLI! This release includes new features, improvements, and bug fixes.

Installation

Homebrew (macOS/Linux)

brew install proencaj/orthanc-cli

Debian/Ubuntu (.deb)

wget https://github.com/proencaj/orthanc-cli/releases/download/v0.2.1/orthanc-cli_0.2.1_linux_amd64.deb
sudo dpkg -i orthanc-cli_0.2.1_linux_amd64.deb

CentOS/RHEL/Fedora (.rpm)

wget https://github.com/proencaj/orthanc-cli/releases/download/v0.2.1/orthanc-cli_0.2.1_linux_amd64.rpm
sudo rpm -i orthanc-cli_0.2.1_linux_amd64.rpm

Manual Installation

Download the appropriate archive for your platform below, extract it, and move the binary to your PATH.

Changelog

Bug Fixes

  • 545fbd7: fix: fix deb package generation and homebrew install command on README.md (@proencaj)

Full Changelog: v0.2.0...v0.2.1

Verifying Downloads

All binaries and archives are checksummed. Verify your download:

shasum -a 256 -c SHA256SUMS.txt