Releases: ieatacid/OctoPrint-GcodeEditor
Releases · ieatacid/OctoPrint-GcodeEditor
0.2.14
- Restored edit-in-place functionality. If one wants to save the file as a copy, simply change the file name.
0.2.13
Merge pull request #37 by coelholm:
- Filename should be text only
0.2.11
Merge pull request #26 from clementprevot/master:
- fix(sanitize): allow spaces in the filename
0.2.10
Fixed for OctoPrint 1.5.0
0.2.9
Fixed for OctoPrint 1.4.*
0.2.8
Merge pull request #11 from BluDotz/master
Merge pull request #9 from jneilliii/master
0.2.6
Merged PR #7 from @masto that fixes file upload bug in Safari.
0.2.5
Added file loading animation
The file download is relatively quick but the there's a freeze or slowdown when dialog is
being shown -- that's why it's not a progress bar. The UI is essentially frozen while the
text is loaded into the edit dialog so there's no good way to do a progress bar.
0.2.4
Editing gcode in folders now works