Releases: LazeMSS/OctoPrint-TopTemp
Releases · LazeMSS/OctoPrint-TopTemp
0.0.2.4 - Security fix
Fixed:
"An attacker with a low-privilege account (e.g., users in the Operator group) can use specific API commands to execute arbitrary commands on the server running OctoPrint and retrieve their output. This can lead to an entire compromise of the server on which OctoPrint is installed, including privilege escalation and data exfiltration and corruption."
0.0.2.3 - More custom cmd fixing
Thanks to https://github.com/puterboy for his bug hunting in this release.
New:
- [Feature Request] custom execute execution in bash #95
Bug fixes:
0.0.2.2 - refixing
0.0.2.1 - fixing galore
0.0.2.0 - puterboy special
New features:
- [FEATURE REQUEST] Add parameter to specify displayed history length of graphs #82
- [Feature Request] Add option for sensors to "Only show when printer connected" #80
- [Feature Request] Add ability to display both Celsius and Fahrenheit #74
- Feature request: Add min/max/avg to charts #36
Bug fixes:
0.0.1.8 - Custom delete fix
This is a bug fix for the problems with removing custom entries:
Struggling to remove "custom" fields #73
0.0.1.7 - gpio fans fixed
0.0.1.6 - electronicm release ;)
0.0.1.5 - Sticky popovers :)
Features & improvements
- [Feature Request]: Allow popovers to be sticky #53
- Added API call to get all items configured so other plugins might use the info (
getItems
) - it will return all configuration for the different "items" and also the lastValues seen for the items
Fixed/Closed:
- With no icon, Top Temp text does not align with other text (class navbar-text) on navbar #52
- Improved javascript lookups/perfomance
0.0.1.4 - DS18B20 temp sensor
Features & improvements:
- Added support for the DS18B20 temperature sensor (https://github.com/LazeMSS/OctoPrint-TopTemp/wiki/How-to-setup-1-Wire-DS18B20-Sensor)
- Fixed spelling errors