From 575c8755b8f28eb192d3926a73295045a1924c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 15 Aug 2022 16:16:11 +0200 Subject: [PATCH] Version 0.15 --- README.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"