Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Dec 19:32
· 16 commits to main since this release

Orthanc CLI 0.2.0

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

Installation

Homebrew (macOS/Linux)

brew install proencaj/tap/orthanc-cli

Debian/Ubuntu (.deb)

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

CentOS/RHEL/Fedora (.rpm)

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

Manual Installation

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

Changelog

Features

Bug Fixes

Documentation


Full Changelog: v0.1.0...v0.2.0

Verifying Downloads

All binaries and archives are checksummed. Verify your download:

shasum -a 256 -c SHA256SUMS.txt