Mercurial > hg > orthanc-webviewer
changeset 328:a54f376e2be7 OrthancWebViewer-2.10
OrthancWebViewer-2.10
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 15 Apr 2025 13:43:43 +0200 (3 months ago) |
parents | cac667dbd179 |
children | feb20efdf4bf |
files | CITATION.cff CMakeLists.txt NEWS |
diffstat | 3 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Tue Apr 15 12:57:19 2025 +0200 +++ b/CITATION.cff Tue Apr 15 13:43:43 2025 +0200 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.3 -date-released: 2024-01-31 +version: 1.12.7 +date-released: 2025-04-15
--- a/CMakeLists.txt Tue Apr 15 12:57:19 2025 +0200 +++ b/CMakeLists.txt Tue Apr 15 13:43:43 2025 +0200 @@ -23,13 +23,13 @@ project(OrthancWebViewer) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "2.10") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.3") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.7") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Tue Apr 15 12:57:19 2025 +0200 +++ b/NEWS Tue Apr 15 13:43:43 2025 +0200 @@ -1,7 +1,12 @@ Pending changes in the mainline =============================== + +Version 2.10 (2025-04-15) +========================= + * Fix compatibility with Orthanc >= 1.12.5 (the images were not displayed) +* Upgrade to Orthanc framework 1.12.7 Version 2.9 (2024-03-26)