Version 1.1.0
Breaking Change
Config property bambu.notification-duration
removed (closes #41)
Other Changes
- Update docker nginx config to allow uploads:
client_max_body_size
- Improve serverside push events
- Update protobuf schema with additional fields from x1c and merge Tray&VtTray
- Improve parseInt. Blank values will default to 0 (fixes #33)
- Batch Printing
- Notifications will auto clear after 3 seconds (Except on dashboard when printer has an error or becomes idle) fixes #32
- Dashboard
- Add
remote-view
configuration (closes #31)
# defaults to true, when false, disables remote view globally
bambu.remote-view=true
# defaults to true, when false, disables remote view for dashboard, but will still be available in detail view
bambu.dashboard.remote-view=true
# defaults to true, when false, disables per printer
bambu.printers.myprinter1.stream.enable=true
Dependencies
Full Changelog: v1.0.8...v1.1.0