# HG changeset patch # User Sebastien Jodogne # Date 1788942009 -7200 # Node ID 0bc707781b859d98c1267bb40e2bcc1fa5985371 # Parent e5b220fa12342717f9b19f5d5bede465854867cb OrthancEducation-1.2 diff -r e5b220fa1234 -r 0bc707781b85 CITATION.cff --- a/CITATION.cff Wed Sep 09 09:26:16 2026 +0200 +++ b/CITATION.cff Wed Sep 09 10:20:09 2026 +0200 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.9 -date-released: 2025-08-11 +version: "1.2" +date-released: 2026-09-09 diff -r e5b220fa1234 -r 0bc707781b85 CMakeLists.txt --- a/CMakeLists.txt Wed Sep 09 09:26:16 2026 +0200 +++ b/CMakeLists.txt Wed Sep 09 10:20:09 2026 +0200 @@ -23,7 +23,7 @@ project(OrthancEducation) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "1.2") set(ORTHANC_PLUGIN_NAME "education") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") diff -r e5b220fa1234 -r 0bc707781b85 NEWS --- a/NEWS Wed Sep 09 09:26:16 2026 +0200 +++ b/NEWS Wed Sep 09 10:20:09 2026 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.2 (2026-09-09) +======================== + * Support for saving annotations in orthanc-wsi (by adding the "source" field in the authentication payload) * Fix opening of viewers if Orthanc is not branched at the root of the server