Skip to content

Commit 575c875

Browse files
committed
Version 0.15
1 parent 0dff585 commit 575c875

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2735
v 0.14
2836
- Temperature is visible, connection is no needed #47 #65
2937
- Fix for python 3 - #68

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
plugin_identifier = "navbartemp"
77
plugin_package = "octoprint_%s" % plugin_identifier
88
plugin_name = "OctoPrint-NavbarTemp"
9-
plugin_version = "0.14"
9+
plugin_version = "0.15"
1010
plugin_description = "Displays temperatures on navbar"
1111
plugin_author = "Jarek Szczepanski & Cosik"
1212
plugin_author_email = "imrahil@imrahil.com & cosik3d@gmail.com"

0 commit comments

Comments
 (0)