# HG changeset patch # User Alain Mazy # Date 1745479823 -7200 # Node ID d55bf1f01495b2872ac9a7a76a13dbfcff2fdeb3 # Parent a3801ea807349de204cbc40b4d87c90f1de87db1 release notes diff -r a3801ea80734 -r d55bf1f01495 NEWS --- 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)