0.5.0
New features
- Support for PostgreSQL (#3)
- Optional dialog to confirm selected spools before starting/resuming the print job (#36)
Improvements
- Import also updates existing entries (#40)
- Maintainability of the code
- Discarding shown filament warning if a new one pops up
- Check for OctoPrint version compatibility before plugin is loaded
Bug fixes
- TouchUI plugin overwriting the sidebar icon (#41)
- Import fails if column order was changed
- Unrecognized G-Code leads to exception in the odometer
- Not showing the filament weight in multi extruder setup if the first tool is not used
- Error when applying temperature offset with shared nozzle
Notes
Requires OctoPrint >=1.3.6, because the plugin relies on octoprint.util.version
to check if the current OctoPrint version is compatible. Also this version requires additional dependencies for the PostgreSQL support. See README and #50 for more information.