Mercurial > hg > orthanc-education
changeset 66:eeab8c59b6f8 OrthancEducation-1.1
OrthancEducation-1.1
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Fri, 07 Nov 2025 18:22:49 +0100 |
| parents | e352e1a1cf7b |
| children | e7b5d4f1624a 4d91c42e9dbc |
| files | CMakeLists.txt NEWS |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Fri Nov 07 18:15:31 2025 +0100 +++ b/CMakeLists.txt Fri Nov 07 18:22:49 2025 +0100 @@ -23,7 +23,7 @@ project(OrthancEducation) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "1.1") set(ORTHANC_PLUGIN_NAME "education") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
--- a/NEWS Fri Nov 07 18:15:31 2025 +0100 +++ b/NEWS Fri Nov 07 18:22:49 2025 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +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
