Skip to content

Commit 5676ea7

Browse files
committed
Bump version and update changelog
1 parent dc13520 commit 5676ea7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,14 @@ Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wik
1111
or 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_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

0 commit comments

Comments
 (0)