New Features
* Timelapse support for:
- Measurements: automatically detects timelapse data as shape (time, z, y, x) for 3D data and (time, z =1, y, x) for 2D data
- Plotting: datapoints of current frame highlighted in plot, plotting features against frame is possible.
* Plotting point sizes and transparency dynamically change with number of datapoints
* Properties are auto updated in the plotting, clustering and dimnensionality reduction algorithms
What's Changed
* Timelapse support by Cryaaa and lazigu in https://github.com/BiAPoL/napari-clusters-plotter/pull/77
* bugfix: remove layer interactivity and restore zoom/pan/tilt by haesleinhuepf in https://github.com/BiAPoL/napari-clusters-plotter/pull/80
* Added troubleshooting information for Mac users by jo-mueller in https://github.com/BiAPoL/napari-clusters-plotter/pull/87
* Auto update properties in widgets by Cryaaa in https://github.com/BiAPoL/napari-clusters-plotter/pull/91
**Full Changelog**: https://github.com/BiAPoL/napari-clusters-plotter/compare/0.4.0...0.5.0