comparison Applications/StoneWebViewer/NEWS @ 1966:a5f0b395d4df

Fix issues with drag-and-drop, upgraded Vue.js to 2.6.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Oct 2022 09:02:16 +0200
parents c6272d7bb6d9
children b180233143ae
comparison
equal deleted inserted replaced
1965:f75fbcc0e486 1966:a5f0b395d4df
5 * New configuration options: 5 * New configuration options:
6 - "ShowInfoPanelAtStartup" to control the info panel at startup 6 - "ShowInfoPanelAtStartup" to control the info panel at startup
7 - "ShowUserPreferencesButton" to show the button for setting preferences 7 - "ShowUserPreferencesButton" to show the button for setting preferences
8 - "ShowNotForDiagnosticUsageDisclaimer" to show disclaimer about diagnostic usage 8 - "ShowNotForDiagnosticUsageDisclaimer" to show disclaimer about diagnostic usage
9 - "DicomWebHttpHeaders" to set HTTP headers in DICOMweb requests 9 - "DicomWebHttpHeaders" to set HTTP headers in DICOMweb requests
10
11 Maintenance
12 -----------
13
14 * Fix issues with drag-and-drop
15 * Fix handling of "token": The authorization header was not set in QIDO-RS requests
10 * More tolerance wrt. bad values of the Pixel Spacing (0028,0030) tag 16 * More tolerance wrt. bad values of the Pixel Spacing (0028,0030) tag
11 * Support of DICOM images without the Study Date (0008,0020) tag 17 * 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 18 * Upgraded Vue.js to 2.6.4
13 19
14 20
15 Version 2.3 (2022-03-24) 21 Version 2.3 (2022-03-24)
16 ======================== 22 ========================
17 23