Releases: j7126/OctoPrint-Dashboard
Releases · j7126/OctoPrint-Dashboard
1.6.1
1.6.0
1.6.0
- Features
- New SVG brogress bar that is consistent with the rest of the Dashboard UI (Issue #45)
- New Extruded Filament widget that tracks the extrusion commands sent to the printer (Issue #51)
- New Context Menus (right click) on Connection, Progress and File widgets to send commands to connect/disconnect and Cancel/Pause jobs. This is a first step to provide controls to the dashboard without cluttering the view (Issue #4)
- Bug fixes
- Fix for fullscreen compatability with touch ui #52
1.5.1
1.5.1
- Bug fixes
- Fix for compatibility with other plugins that displays the webcam view like WebcamTab, ConsolidateTempControl, TouchUI, etc... The dashboard is now fully independent from other plugins that manipulate the Control Tab webcam view.
1.5.0
1.5.0
- Features
- Polished fullscreen support thanks to PR from GitHub user j7126 (Issue #38)
- Support for WebCam Rotation by 90 degrees (Issue #42)
- Added a Help page on the Wiki for Q&A and various config tips: https://github.com/StefanCohen/OctoPrint-Dashboard/wiki/Help
- Bug fixes
1.4.0
1.4.0
- Features
- Added (Experimental) Fullscreen support in settings (setting adds full-screen icon to the Dasboard tab). The styling will need some work to make sense in fullscreen and I welcome help from somebody who knows CSS better than I do (Issue #38)
- Removed leading slash character from image links. It should now be easier to use the Dashboard behind reverse proxies.
- Re-added the experimental setting to Hide Hotend gauge(s) if target temp == 0. This should hopefully work as expected now without causing issues for other users. (Issue #26)
1.3.1
Removed experimental support for hiding hotends due to instability issues.
1.3.0
1.3.0
- Features
- Webcam view Scaling supported. Also adapts to larger screens. (Issue #29)
- Webcam flipping Horizontally and Vertically supported. (Issue #28)
- Setting to hide the progress gauge completelly (useful on smaller screens) (Issue #27)
- Experimental setting to Hide Hotend gauge(s) if target temp == 0. Useful of multi-hotend printers. (#26)
- Better formatting for smaller screens. (#31)
1.2.0
- Features
- Added WebCam view in the dashboard (Issue #2)
- New widgets for Host metrics (CPU load, CPU Temp, Mem, Disk) added. Can be enabled in the plugin settings (Issue #20)
- Setting to enable/disable Fan, Octoprint Host System Info and Webcam added to the plugin settings (Issue #15)
- An OctoPrint error popup message is displayed if DisplayLayerProgress is not detected. This is hopefully more clear than the previous error message (Issue #22)
- The setting in DisplayLayerProgress to format the Average Layer Time string is used instead of a hardcoded format (issue #24)
- Layer count uses the Layer Offset from DisplayLayerProgress instead of a hard-coded offset (Issue #16)
- Bug fixes
- Temperature Gauge Maximums settings introduced in 1.1.0 now works as designed (Issue #23)
1.1.0
1.1.0
- Features
- Bug fixes
1.0.0
First version of the Octoprint Dashboard Plugin