Mercurial > hg > orthanc
diff NEWS @ 4343:e1e918e790e8
New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 04 Dec 2020 18:28:23 +0100 |
parents | 977c2759eb0a |
children | 93c281752e7a |
line wrap: on
line diff
--- a/NEWS Thu Dec 03 18:48:06 2020 +0100 +++ b/NEWS Fri Dec 04 18:28:23 2020 +0100 @@ -21,6 +21,11 @@ body to complement C-GET SCU with C-FIND SCU ("DicomEchoChecksFind" on a per-connection basis) * Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB" +Plugins +------- + +* New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken() + Maintenance ----------- @@ -36,9 +41,17 @@ Version 1.8.0 (2020-10-16) ========================== +General +------- + * Serving the content of Orthanc as a WebDAV network share * New config options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed" +Plugins +------- + +* New available origin for a DICOM instance: "OrthancPluginInstanceOrigin_WebDav" + Version 1.7.4 (2020-09-18) ==========================