File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,14 @@ Example:
2424
2525
2626## Change notes:
27+ v 0.15
28+ - Fix few exceptions
29+ - Themify support added Also made the CSS safe from conflicting with other elements
30+ - Hide tools temps when not active https://github.com/imrahil/OctoPrint-NavbarTemp/issues/80
31+ - Fahrenheit display added https://github.com/imrahil/OctoPrint-NavbarTemp/issues/63 https://github.com/imrahil/OctoPrint-NavbarTemp/issues/37
32+ - Add BCM2711 as supported SoC
33+ - Consolidate vcgencmd path between versions
34+
2735v 0.14
2836- Temperature is visible, connection is no needed #47 #65
2937- Fix for python 3 - #68
Original file line number Diff line number Diff line change 66plugin_identifier = "navbartemp"
77plugin_package = "octoprint_%s" % plugin_identifier
88plugin_name = "OctoPrint-NavbarTemp"
9- plugin_version = "0.14 "
9+ plugin_version = "0.15 "
1010plugin_description = "Displays temperatures on navbar"
1111plugin_author = "Jarek Szczepanski & Cosik"
1212plugin_author_email = "imrahil@imrahil.com & cosik3d@gmail.com"
You can’t perform that action at this time.
0 commit comments