comparison Applications/StoneWebViewer/NEWS @ 2003:963f28eb40cb deep-learning

integration default->deep-learning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Nov 2022 15:14:56 +0100
parents e943a84da9ac
children cd5a998596f1
comparison
equal deleted inserted replaced
1964:2034ae383cfd 2003:963f28eb40cb
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * New types of annotations:
5 - Text annotation
6 - Pixel probe
7 - Rectangle probe
8 - Ellipse probe
9 * Added left/right rotation buttons
10 * Added magnifying glass
11 * Added vertical slider showing position of the current frame inside the series
4 * Display of orientation markers 12 * Display of orientation markers
13 * The text field with the instance number is editable to go to a specific instance
14 * Linear interpolation of images can be turned off in the user preferences
5 * New configuration options: 15 * New configuration options:
6 - "ShowInfoPanelAtStartup" to control the info panel at startup 16 - "ShowInfoPanelAtStartup" to control the info panel at startup
7 - "ShowUserPreferencesButton" to show the button for setting preferences 17 - "ShowUserPreferencesButton" to show the button for setting preferences
8 - "ShowNotForDiagnosticUsageDisclaimer" to show disclaimer about diagnostic usage 18 - "ShowNotForDiagnosticUsageDisclaimer" to show disclaimer about diagnostic usage
9 - "DicomWebHttpHeaders" to set HTTP headers in DICOMweb requests 19 - "DicomWebHttpHeaders" to set HTTP headers in DICOMweb requests
20
21 Maintenance
22 -----------
23
24 * Fix issues with drag-and-drop
25 * Fix handling of "token": The authorization header was not set in QIDO-RS requests
26 * Start at the first frame for series presumably not containing 3D images (e.g. US)
10 * More tolerance wrt. bad values of the Pixel Spacing (0028,0030) tag 27 * More tolerance wrt. bad values of the Pixel Spacing (0028,0030) tag
11 * Support of DICOM images without the Study Date (0008,0020) tag 28 * Support of DICOM images without the Study Date (0008,0020) tag
12 * Fix handling of "token": The authorization header was not set in QIDO-RS requests 29 * Upgraded Vue.js to 2.6.14
13 30
14 31
15 Version 2.3 (2022-03-24) 32 Version 2.3 (2022-03-24)
16 ======================== 33 ========================
17 34