changeset 698:d55bf1f01495

release notes
author Alain Mazy <am@orthanc.team>
date Thu, 24 Apr 2025 09:30:23 +0200
parents a3801ea80734
children c8feb01eb589
files NEWS
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Apr 17 11:48:02 2025 +0200
+++ b/NEWS	Thu Apr 24 09:30:23 2025 +0200
@@ -6,9 +6,12 @@
 
 * If calling /rendered route on a video, the plugin will now return the video file (MP4 or ...).
   This notably enables display of videos in OHIF 3.10.1.
-* Added basic support for thumbnails (aka sup 203: https://www.dicomstandard.org/docs/librariesprovider2/dicomdocuments/news/progress/docs/sups/sup203.pdf).
-  Right now, /thumbnail is equivalent to /rendered except for videos for which the same default video is shown since we are not able to
-  extract a thumbnail from a video.  This notably enables display of a video icon in the series list of OHIF 3.10.1.
+* Added basic support for thumbnails 
+  (aka sup 203: https://www.dicomstandard.org/docs/librariesprovider2/dicomdocuments/news/progress/docs/sups/sup203.pdf).
+  Right now, /thumbnail is equivalent to /rendered except for videos for 
+  which the same default video icon is shown since we are not able to extract a 
+  thumbnail from a video.  
+  This notably enables display of a video icon in the series list of OHIF 3.10.1.
 
 
 Version 1.18 (2024-12-18)