diff --git a/README.md b/README.md index 62dc9a7..b2dfe8e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ Example: ## Change notes: +v 0.15 +- Fix few exceptions +- Themify support added Also made the CSS safe from conflicting with other elements +- Hide tools temps when not active https://github.com/imrahil/OctoPrint-NavbarTemp/issues/80 +- Fahrenheit display added https://github.com/imrahil/OctoPrint-NavbarTemp/issues/63 https://github.com/imrahil/OctoPrint-NavbarTemp/issues/37 +- Add BCM2711 as supported SoC +- Consolidate vcgencmd path between versions + v 0.14 - Temperature is visible, connection is no needed #47 #65 - Fix for python 3 - #68 diff --git a/setup.py b/setup.py index 72663ef..e5cdf3b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_identifier = "navbartemp" plugin_package = "octoprint_%s" % plugin_identifier plugin_name = "OctoPrint-NavbarTemp" -plugin_version = "0.14" +plugin_version = "0.15" plugin_description = "Displays temperatures on navbar" plugin_author = "Jarek Szczepanski & Cosik" plugin_author_email = "imrahil@imrahil.com & cosik3d@gmail.com"