Mercurial > hg > orthanc-wsi
changeset 391:6d9987f30612 OrthancWSI-3.2
OrthancWSI-3.2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 08 Apr 2025 15:53:15 +0200 (6 weeks ago) |
parents | 7c787ee1f3ae |
children | e6bd4fa3c71e |
files | CITATION.cff NEWS Resources/CMake/Version.cmake |
diffstat | 3 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Tue Apr 08 14:59:36 2025 +0200 +++ b/CITATION.cff Tue Apr 08 15:53:15 2025 +0200 @@ -37,5 +37,5 @@ doi: "10.5220/0006155100810087" license: "AGPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc-wsi/" -version: "3.1" -date-released: 2025-03-17 +version: "3.2" +date-released: 2025-04-08
--- a/NEWS Tue Apr 08 14:59:36 2025 +0200 +++ b/NEWS Tue Apr 08 15:53:15 2025 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 3.2 (2025-04-08) +======================== + * Support windowing when rendering grayscale images using on-the-fly deep zoom * Added tolerance to imaged volume width/height by looking only at the finest level * Added support for more transfer syntaxes in the Web viewer plugin, including JPEG-LS
--- a/Resources/CMake/Version.cmake Tue Apr 08 14:59:36 2025 +0200 +++ b/Resources/CMake/Version.cmake Tue Apr 08 15:53:15 2025 +0200 @@ -19,13 +19,13 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -set(ORTHANC_WSI_VERSION "mainline") +set(ORTHANC_WSI_VERSION "3.2") if (ORTHANC_WSI_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.6") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.7") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()