Skip to content

Commit

Permalink
🔖 Preparing 2020.09.23
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Sep 23, 2020
1 parent c95ff9f commit ea9776f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<version>`, either use this URL in the plugin manager:

https://github.com/OctoPrint/OctoPrint-FirmwareCheck/archive/<version>.zip

or run

pip install OctoPrint-FirmwareCheck==<version>

in your OctoPrint virtual environment, substituting `<version>` accordingly.

## Events

### plugin_firmware_check_warning
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea9776f

Please sign in to comment.