view NEWS @ 113:9285e7684b22 default tip

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Sep 2026 10:21:32 +0200
parents 0bc707781b85
children
line wrap: on
line source

Pending changes in the mainline
===============================


Version 1.2 (2026-09-09)
========================

* Support for saving annotations in orthanc-wsi (by adding the "source"
  field in the authentication payload)
* Fix opening of viewers if Orthanc is not branched at the root of the server
* Disabled "Expect: 100-continue" HTTP header during LTI registration,
  which is not always properly handled by certain LTI deployments
  (e.g., if HAProxy is put in front of Moodle)
* New "Verbose" configuration option to display additional information,
  notably during LTI configuration
* REST API: Job ID is reported when starting the DICOM-ization, and upload ID
  is part of the DICOM-ization status
* Added CMake option "ORTHANC_SDK_VERSION"
* Added internal route to get project information from other plugins:
  "/education/api-plugins/project"


Version 1.1 (2025-11-07)
========================

* Enhancements to DICOM-ization of whole-slide images:
  - The imaged volume width can be specified in the Web interface
  - Display the image title in the whole-slide imaging viewer
  - Fixed support of MRXS files from MIRAX


Version 1.0 (2025-10-22)
========================

=> Minimum SDK version: 1.12.9 <=

* Initial release