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