From ea9776f854072c426a21eb7299edbcb6703423aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 23 Sep 2020 12:34:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Preparing=202020.09.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- setup.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c360fb5..33a4402 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ or manually using this URL: https://github.com/OctoPrint/OctoPrint-FirmwareCheck/archive/master.zip +To install and/or rollback to a specific version ``, either use this URL in the plugin manager: + + https://github.com/OctoPrint/OctoPrint-FirmwareCheck/archive/.zip + +or run + + pip install OctoPrint-FirmwareCheck== + +in your OctoPrint virtual environment, substituting `` accordingly. + ## Events ### plugin_firmware_check_warning @@ -45,7 +55,7 @@ for a list of currently known to be affected printers. ### Broken firmware -#### "CBD" firmware +#### "CBD"/"ZWLF" firmware Please refer to the [entry on the "broken CBD firmware" warning in OctoPrint's FAQ](https://faq.octoprint.org/warning-firmware-broken-cbd) for a list of currently known to be affected printers. diff --git a/setup.py b/setup.py index eb70690..86a630f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-FirmwareCheck" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "2020.09.14" +plugin_version = "2020.09.23" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module