Bug Fixes:
- Forgot to update version number in setup.py. This was causing OctoPrint to continuously alert that there was a plugin update when there wasn't.
New Features:
- Added a drop down in plugin settings to select matplotlib colormap to use on the heatmap image.
- Default colormap set to viridis to better align with OctoPrint's color scheme.
- Added bed variance total to colorbar label.
Bug Fixes:
- Added a matplotlib >= 2.2.0 version check as some people had an older version of matplotlib installed that was too old.
- Declared dependency packages as some users are running pip installs that don't automatically fetch them when installing matplotlib/numpy. Thanks koenkooi for those fixes.
Bug Fixes:
- Fixed an incorrect URL in the HTML template.
Initial Release