Releases: ivmartel/dwv
First patch for v0.23
This patch fixes the AMD module and integrates modernizr directly inside the code. See milestone 0.23.1 for details.
Less canvas and viewers out
The release improves performance: instead of creating one canvas per slice/frame for the drawing, it just creates one. This was spotted by @rafasoyyo who also helped developing the solution, thanks!
This release also brings a big file/folder reorganisation to allow to use service workers. Since they need to be at the root of the folder they serve, viewers needed to adapt their structure. They now have independent repositories: dwv-simplistic, dwv-jqui and dwv-jqmobile. While I was at it, I now better use npm and have moved most of the external dependencies out to get them via a npm install
or yarn
. This simplifies dependency handling and makes more sense with the bot monitoring them (greenkeeper).
See milestone 0.23.0 for more details!
First patch for v0.22.0
This patch fixes a few issues such as the MONOCHROME1 representation display and some annotations glitches. See milestone 0.22.1 for details.
Better DICOM writing
This release brings a more powerful DICOM writer with more tests and allowed for some fixes in the DICOM parsing. It also brings many improvements such as the possibility to load all the DICOM files of a folder. See milestone 0.22.0 for details.
Moved decoders
Decoders now have their own folder, JPEG lossless was updated and more events to listen to. See milestone 0.21.0 for details.
First patch for v0.20.0
Improve character set decoding. See milestone 0.20.1 for details.
Zipped DICOM and fancy overlays
This release brings support for zipped DICOM files via a quite big re-factoring of the I/O classes. It also brings configurable overlays (via the overlay files in the locales folder), thanks @tmskmr for the initial pull request! The application is now also available in Spanish and Italian, thanks to the translation team! See milestone 0.20.0 for details.
Second patch for v0.19.0
Fixes dwv's module. See milestone 0.19.2 for details.
First patch for v0.19.0
Fixes dwv's module. See milestone 0.19.1 for details.
Module compatible
This release focuses on sorting out dependencies and making dwv module compatible. Dependencies have been updated (Konva and i18next). The release files are now included in the dist
folder. See milestone 0.19.0 for details.