# HG changeset patch # User Sebastien Jodogne # Date 1714722469 -7200 # Node ID 8769a14d2f15af758f0d60983cb89411f862a942 # Parent 2753b5eeacb19cc2a233fe12a6d02dd576459903 updated OHIF to 3.8.0 diff -r 2753b5eeacb1 -r 8769a14d2f15 .hgignore --- 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 diff -r 2753b5eeacb1 -r 8769a14d2f15 NEWS --- 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) diff -r 2753b5eeacb1 -r 8769a14d2f15 Resources/CreateOHIFDist.sh --- 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