changeset 42:8769a14d2f15

updated OHIF to 3.8.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 May 2024 09:47:49 +0200
parents 2753b5eeacb1
children f3dc8ecf4349
files .hgignore NEWS Resources/CreateOHIFDist.sh
diffstat 3 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sat Apr 06 17:27:21 2024 +0200
+++ b/.hgignore	Fri May 03 09:47:49 2024 +0200
@@ -8,3 +8,4 @@
 OHIF/dist
 i/
 .vscode/
+*.orig
--- a/NEWS	Sat Apr 06 17:27:21 2024 +0200
+++ b/NEWS	Fri May 03 09:47:49 2024 +0200
@@ -1,11 +1,11 @@
 Pending changes in the mainline
 ===============================
 
+* Updated OHIF to 3.8.0
 * Patching OHIF code for https://github.com/OHIF/Viewers/issues/3928
-  to allow using token args in url.
-* Update OHIF to 3.8.0-beta.60
-* Enabled support for segmentation and microscopy modes.
-  Note that the microscopy mode is not stable yet in OHIF !
+  to allow using token args in URL
+* Enabled support for segmentation and microscopy modes
+  Note that the microscopy mode is not stable yet in OHIF!
 
 
 Version 1.2 (2024-01-04)
--- a/Resources/CreateOHIFDist.sh	Sat Apr 06 17:27:21 2024 +0200
+++ b/Resources/CreateOHIFDist.sh	Fri May 03 09:47:49 2024 +0200
@@ -28,7 +28,7 @@
 set -ex
 
 if [ "$1" = "" ]; then
-    PACKAGE=Viewers-3.8.0-beta.60
+    PACKAGE=Viewers-3.8.0
 else
     PACKAGE=$1
 fi