Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update viewer-release-notes.md to OHIF 4.12.35 and Slim to 0.11.2 #45

Merged
merged 10 commits into from
Sep 7, 2022
37 changes: 37 additions & 0 deletions portal/viewer-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,43 @@
The version of the viewer is shown in the Debug Info option.
{% endhint %}

## 0.11.2 - September 2022 - Slim

**The Slim Viewer** is a lightweight server-less single-page application for interactive visualization of digital slide microscopy (SM) images and associated image annotations in standard DICOM format. The application is based on the [dicom-microscopy-viewer](https://github.com/MGHComputationalPathology/dicom-microscopy-viewer) library and can simply be placed in front of a [DICOMweb](https://www.dicomstandard.org/using/dicomweb) compatible Image Management System (IMS), Picture Archiving and Communication (PACS), or Vendor Neutral Archive (VNA).

Main highlights of this release include:

New features

* Add new tool to go to specific slide position;
* Show mouse position in slide coordinate system.

Enhancements

* Improve performance of translations between image and slide coordinates;
* Automatically adjust size of overview image to size of browser window.

Bug fixes

* Fix rendering of label image;
* Show error message when creation of viewer fails;
* Fix resolution of overview image;
* Fix styling of point annotations;
* Ensure bounding box annotations are axis aligned;
* Add missing keyboard shortcut for navigation tool.

## 4.12.35 - September 2022 - OHIF

**The OHIF Viewer** is a zero-footprint medical image viewer provided by the [Open Health Imaging Foundation (OHIF)](http://ohif.org). It is a configurable and extensible progressive web application with out-of-the-box support for image archives which support [DICOMweb](https://www.dicomstandard.org/dicomweb/).

Main highlights of this release include:

* Fix parsing of qualitative slice annotation;
* Disable measurements panel interactions in MPR mode;
* Fix parsing of segmentation when orientation values are close to zero;
* Raise error if a frame StudyInstanceUID, SeriesInstanceUID and SOPInstanceUID are not conforming with the UID (DICOM UI VR) character repertoire.


## 0.8.1 - June 2022 - Slim

**The Slim Viewer** is a lightweight server-less single-page application for interactive visualization of digital slide microscopy (SM) images and associated image annotations in standard DICOM format. The application is based on the [dicom-microscopy-viewer](https://github.com/MGHComputationalPathology/dicom-microscopy-viewer) library and can simply be placed in front of a [DICOMweb](https://www.dicomstandard.org/using/dicomweb) compatible Image Management System (IMS), Picture Archiving and Communication (PACS), or Vendor Neutral Archive (VNA).
Expand Down