== Test installers ==
- [[https://www.mitk.org/download/ci/snapshots/Windows/MITK-snapshots_2021-01-25-windows-x86_64.zip | Windows 10]]
- [[https://www.mitk.org/download/ci/snapshots/Ubuntu%2018.04/MITK-snapshots_2021-01-25-linux-x86_64.tar.gz | Ubuntu 18.04]]
- [[https://www.mitk.org/download/ci/snapshots/Ubuntu%2020.04/MITK-snapshots_2021-01-25-linux-x86_64.tar.gz | Ubuntu 20.04]]
- [[https://www.mitk.org/download/ci/snapshots/macOS%20Mojave/MITK-snapshots_2021-01-25-macos-x86_64.dmg | macOS Mojave 10.14]]
== Bugfixes (and features) resolved in the release branches ==
- Patched DCMQI v1.2.3 to increase precision of serialized numbers in DICOM SEGs
- Fixed heuristic to differentiate between an image and a binary image
- Segmentation Utilities
- Contour to Image tool generates label set images now
- Image Masking tool does not require an explicit decision between image and surface masking anymore
- Image Masking applies reference image level window to masked image
- Segmentation
- Fixed 3D Otsu generating the preview only once
- Fixed application crash when switching from live wire tool to other tools
- Workarround fix for crashes when segmenting a static segmentation on the last time step of a dynamic image with collapsed final time step (typically DICOM dynamic images)
- Fixed auto-selection preference for multi-label segmentations
- Removed Corrector tool from 2-d segmentation tools. Use the Add and Subtract tools as replacement. Remember that the {key ctrl} key inverts their operation type.
- Simplified question whether to create a static or dynamic segmentation for a dynamic patient image
- Disabled dysfunctional plane suggestion feature of the 3-d interpolation or segmentations
- Fixed invalid double click acceptence in multi node selection dialog.
- Fixed color and opacity flickering in 2-d images (was introduced in November, so nothing for the release-to-release changelog)
- Cropped and masked images now have the same level window settings as their original images
- Fixed UI state of the Image Cropper View if an image or a bounding object is initially selected
- Fixed UI state of the Point Set Interaction View if a point set is initially selected and removed dysfunctional context menu
- MITK-ProjectTemplate example plugin migrated to new selection widget
- Shortlinks in the Windows installer for true command-line apps do not use the START command anymore but call them directly instead
- MITK package config files have a new output variable `ALL_LINK_DIRECTORIES` to specify link directories in modules and plugins for certain PACKAGE_DEPENDS (needed for Nvidia AIAA)
- OpenSSL is a general optional dependency now and if found, the Crypto and NetSSL components of Poco are enabled (needed for Nvidia AIAA, tested manually by using Poco to retrieve https://github.com/ in a plugin and by building it in a draft Differential D458)
- Image statistics
- Histograms are shown for all time steps (synced with slice navigator)
- Histogram is updated if ROI is changed
== Nvidia AI-Assisted Annotation ==
I created a Github issue with a patch for the Nvidia guys: https://github.com/NVIDIA/ai-assisted-annotation-client/issues/78
== Known issues ==
- 3D RegionGrowingTool currently does not support 3D+t images/dynamic images.