Skip to content

Releases: ivmartel/dwv

Hello Karma!

28 Jan 20:39
Compare
Choose a tag to compare

The initial goal was to get rid of phantom, the repo now uses karma! The test page got unified and all launch at yarn run test. I also added some benchmark tool.

⚠️ Careful when updating, event names do not contain hyphen any more ⚠️

Less dangerous: switch to using eslint, karma, move wiki pages to doc and the usual bugfixes. See the changelog file or milestone 0.28.0 for more details.

First patch for v0.27

24 Sep 21:58
Compare
Choose a tag to compare

Mainly fixes a problem with decoding encoded files. See milestone 0.27.1 for details.

No more GUI code

11 Mar 22:11
Compare
Choose a tag to compare

The focus of this release is to remove GUI related code. Load event handling has been revised for more consistency. The API of the app class has changed significantly, no more handlers but setters. I hope the new doc will ease the client update process... See milestone 0.27.0 for details.

⚠️ Careful when updating, the API of the app class has changed quite a bit! It provides less handlers and more setters, also see the doc for more.

Support for RLE encoding

11 May 22:27
Compare
Choose a tag to compare

This release brings RLE decoding, support for files with no DCIM preamble and some minor fixes. See milestone 0.26.0 for details.

Second patch for v0.25

08 Oct 21:49
Compare
Choose a tag to compare

More generic layer container size calculation. See milestone 0.25.2 for details.

First patch for 0.25

04 Oct 21:16
Compare
Choose a tag to compare

Better layer container size calculation. See milestone 0.25.1 for details.

First patch for 0.24

25 Sep 21:54
Compare
Choose a tag to compare

This patch brings more robust window width and a small twist to DICOMDIR. See milestone 0.24.1 for details.

Basic DICOMDIR support

24 Aug 21:23
Compare
Choose a tag to compare

This release brings a first implementation of DICOMDIR support (not fully standard), some improvements and some bug fixes. Thanks to the contributors! See milestone 0.24.0 for details.

Sixth patch for v0.23

13 Jun 21:55
Compare
Choose a tag to compare

Fix drawing related issues: fix state, fix free hand, scale shapes and better delete. See milestone 0.23.6 for details.

Fifth patch for v0.23

07 Jun 21:53
Compare
Choose a tag to compare

Add access to DICOM tags from the app, see #498. See milestone 0.23.5 for details.