Bugfix: * Napari's status bar showed potentially wrong label properties when labels existed multiple times in layer.properties, e.g. in timelapse measurements. The status bar is now disabled in that case (thanks to Cryaaa for reporting)
0.3.2
Documentation update
0.3.1
Bugfix: * Napari's status bar showed the wrong content when hovering over a label. We introduced a "index" column (copy of the "label" column) as workaround to fix that (thanks to jni for the suggestion)
0.3.0
New features * "Duplicate current timepoint" now supports Image and Label layers.
Backwards compatibility breaking changes * `duplicate_current_frame` consumes a Layer now as first parameter and no ImageData any more
0.2.9
New features * added `table.append_content(data)` (Thanks to Johannes jo-mueller for this contribution)