Releases: jneilliii/OctoPrint-TPLinkSmartplug
Releases · jneilliii/OctoPrint-TPLinkSmartplug
0.9.0
30 Jan 05:06
Compare
Sorry, something went wrong.
No results found
Notes
Previously configured plugs will be erased upon upgrade to account for new data structure.
Added
Button labeling.
Button icons configurable via fontawesome class names found here .
Spinning icon while awaiting response from server.
Changed
Improved settings layout, less clutter.
0.8.0
29 Jan 04:56
Compare
Sorry, something went wrong.
No results found
Added
Status polling of all configured plugs. After enabling, you must restart the browser once to start the polling loop.
0.7.3
22 Dec 04:39
Compare
Sorry, something went wrong.
No results found
Changed
Moved all command processing to server side to resolve gcode processing issues when web front-end wasn't loaded. Resolves #31 .
0.7.2
24 Oct 18:24
Compare
Sorry, something went wrong.
No results found
Fixed
Thanks to Gina, really fix the issue with software upgrade where viewmodel binding was breaking.
0.7.1
22 Oct 21:30
Compare
Sorry, something went wrong.
No results found
Fixed
Issue with software upgrade where viewmodel binding was breaking. Hopefully will resolve issues like #19 .
0.7.0
22 Oct 05:55
Compare
Sorry, something went wrong.
No results found
Added
Warning while printing, disable in settings (right checkbox in Warn column).
Settings versioning
Clear smartplug array on upgrade to account for data structure changes (crude hack until future data structure improvements).
Changed
Settings dialog for additional warning setting.
Toggle off function changed to escape special characters required for jquery selectors.
Fixed
Toggle off issue when using ip address and warning prompt due to jquery selectors.
0.5.0
22 Sep 19:46
Compare
Sorry, something went wrong.
No results found
Changes
Modified encrypt function to work with HS100 AU firmware, and potentially fixing issue #3 .
0.4.0
16 Sep 04:55
Compare
Sorry, something went wrong.
No results found
Added
Added system command options on power on and off.
Changed
Modified settings dialog for above additions.
Converted settings dialog to tabbed interface.
Updated screenshots.
Updated readme to add additional settings screenshots.
0.3.1
13 Sep 18:53
Compare
Sorry, something went wrong.
No results found
Added
Added missing import reference to flask.make_response.
0.3.0
13 Sep 00:22
Compare
Sorry, something went wrong.
No results found
Added
Incorporated hostname support. You can now use ip address or hostname.
Additional debugging logged to separate log file.
Added processing of M80 and M81 gcode commands.
Added changelog.md.
Changed
Settings dialog updated for additional hostname support and M80/M81 gcode processing.
Settings screenshot updated for above additions and changes.
error notification reference on connection error to include hostname in description.
Increment version in setup.py.
Removed
Took out unused css references created by cookiecutter.