File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,14 @@ Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wik
1111or manually using this URL:
1212
1313 https://github.com/remcoder/OctoPrint-GCodeThumbs/archive/master.zip
14+
15+ ## Changelog
16+
17+ 0.2.0
18+ * fixed detection of which gcode files are scrolled into view
19+ * added caching to avoid re-downloading gcode files
20+ * use internal filename if it differs from the original name
21+ * improved error handling
22+
23+ 0.1.0
24+ * initial version
Original file line number Diff line number Diff line change 1414plugin_name = "GCode Thumbs"
1515
1616# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17- plugin_version = "0.1 .0"
17+ plugin_version = "0.2 .0"
1818
1919# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020# module
You can’t perform that action at this time.
0 commit comments