changeset 66:dfdd30fe1c03 OrthancOHIF-1.5

OrthancOHIF-1.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 17 Jan 2025 18:27:32 +0100 (4 months ago)
parents bded4308e04f
children 0c6e9ec27580
files CITATION.cff CMakeLists.txt NEWS
diffstat 3 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION.cff	Fri Jan 17 14:19:01 2025 +0100
+++ b/CITATION.cff	Fri Jan 17 18:27:32 2025 +0100
@@ -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.4
-date-released: 2024-06-05
+version: 1.12.5
+date-released: 2024-12-17
--- a/CMakeLists.txt	Fri Jan 17 14:19:01 2025 +0100
+++ b/CMakeLists.txt	Fri Jan 17 18:27:32 2025 +0100
@@ -22,13 +22,13 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancOHIF)
 
-set(ORTHANC_OHIF_VERSION "mainline")
+set(ORTHANC_OHIF_VERSION "1.5")
 
 if (ORTHANC_OHIF_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
 else()
-  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.4")
+  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.5")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
 endif()
 
--- a/NEWS	Fri Jan 17 14:19:01 2025 +0100
+++ b/NEWS	Fri Jan 17 18:27:32 2025 +0100
@@ -1,12 +1,16 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.5 (2025-01-17)
+========================
+
 * Updated OHIF to 3.9.2
-* In "dicom-web" DataSource, fixed the default app-config.js configuration
-  to enable display of PDFs.
-* Updated cached "dicom-json" version to 2.  This means that, when using
-  the "dicom-json" source, the cached metadata must be recomputed the first
-  time you open a study.
+* In "dicom-web" data source, fixed the default "app-config.js"
+  configuration to enable display of PDFs.
+* Updated cached "dicom-json" version to 2. This implies that, when using
+  the "dicom-json" source, the cached metadata will have to be recomputed
+  the first time you open a study.
 
 
 Version 1.4 (2024-11-26)