Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jan 23:32

Orthanc CLI 0.3.0

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.3.0/orthanc-cli_0.3.0_linux_amd64.deb
sudo dpkg -i orthanc-cli_0.3.0_linux_amd64.deb

CentOS/RHEL/Fedora (.rpm)

wget https://github.com/proencaj/orthanc-cli/releases/download/v0.3.0/orthanc-cli_0.3.0_linux_amd64.rpm
sudo rpm -i orthanc-cli_0.3.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

  • 811a1a5: feat: Added contexts allowing multiple orthancs confirguration (@proencaj)
  • 40c60ec: feat: Added readme examples and remove duplicates of DicomWeb servers (@proencaj)

Bug Fixes

Documentation

Others

  • 15e9deb: Fix installation verification command in README (@Pandemonium1986)
  • ed71a18: 📝 (README.md): Add commands and examples for managing DICOMweb servers in the README to provide clear instructions for users. (@proencaj)
  • 632c5e0: 📝 (cmd/orthanc/main.go): Add servers package to manage DICOMweb server configurations (@proencaj)
  • 6369148: 📝 (config/init.go): add functionality to check if a configuration file already exists before creating a new one (@proencaj)
  • 9de5e9a: 🔧 (gitignore): add 'tmp' and 'tmp/*' to .gitignore (@proencaj)

Full Changelog: v0.2.2...v0.3.0

Verifying Downloads

All binaries and archives are checksummed. Verify your download:

shasum -a 256 -c SHA256SUMS.txt