What's Changed
This release improves handling of shapes layer for saving, and will now default to saving shapes with the dimensions of the 'current file', instead of relying on the active image selection or the bottom of the layer list. However, it does fall back to previous behavior.
Second, this release cleans up the preferred reader implementation code, pins zarr<3, and adds support for pngs (that was already there, but problematically).
* remove unused natural sort key method from UtilitiesContainer by TimMonko in https://github.com/TimMonko/napari-ndev/pull/164
* Use image file to calculate shape-to-labels dims rather than viewer layers by TimMonko in https://github.com/TimMonko/napari-ndev/pull/165
* Add tests for rescaling layers and retrieving dimensions for shape layers by TimMonko in https://github.com/TimMonko/napari-ndev/pull/168
* Add version label to nDevContainer widget by TimMonko in https://github.com/TimMonko/napari-ndev/pull/169
* Implement preferred reader for PNG files by TimMonko in https://github.com/TimMonko/napari-ndev/pull/170
**Full Changelog**: https://github.com/TimMonko/napari-ndev/compare/v0.11.2...v0.11.3