Skip to content

Commit bd72473

Browse files
Prepare 0.8 release. (#1576)
* Prepare 0.8 release Signed-off-by: Sachidanand Alle <[email protected]> * Fix Doc Signed-off-by: Sachidanand Alle <[email protected]> --------- Signed-off-by: Sachidanand Alle <[email protected]>
1 parent 2cb6b73 commit bd72473

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/source/whatsnew.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ What's New
1616
==========
1717

1818

19+
0.8.0
20+
=====
21+
22+
- `OHIF V3 <https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/ohifv3>`_
23+
24+
.. image:: https://github.com/Project-MONAI/MONAILabel/blob/main/plugins/ohifv3/images/ohifv3.jpg?raw=true
25+
:alt: OHIF V3 + MONAI Label
26+
:width: 600
27+
28+
|
29+
30+
- MONAI Core dependency updated to >= `0.13.0 <https://github.com/Project-MONAI/MONAI/releases/tag/1.3.0>`_
31+
32+
- Bug Fixes and Documentation updates
33+
34+
1935
0.7.0
2036
=====
2137

plugins/ohifv3/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ mkdir -p logs
1515

1616
rm -rf www
1717
mkdir -p www/html
18-
cp -r Viewers/platform/app/dist www/html/ohif
18+
19+
cp -r ../../monailabel/endpoints/static/ohif www/html/ohif
1920
cp -f config/monai_label.js www/html/ohif/app-config.js
2021

2122
nginx -p `pwd` -c config/nginx.conf -e logs/error.log

0 commit comments

Comments
 (0)