Releases: fragaria/karmen-octoprint-plugin
Releases · fragaria/karmen-octoprint-plugin
0.9.0
- FEAT: Create a special endpoint /$download_file that downloads a file or G-code to the device from a provided URL.
- This method of uploading files to the device is much more efficient, faster, and better than uploading files through the WebSocket channel.
- FEAT: Return HTTP 503 for all requests when a file is being downloaded to the device.
- The HTTP 503 response includes a download-in-progress-percent header with a numeric value representing the current download progress, allowing the client to inform the user about the progress.
- Fixes
Full Changelog: 0.8.0...0.9.0
0.9.0rc5
Added new "special" API endpoint to download gcode file to device outside websocket channel. This is much more efficient way to upload/download file from Karmen to Octoprint.
Full Changelog: 0.9.0rc2...0.9.0rc5
0.8.0
What's Changed
- [feat] local ip address over api for redirectoin by @czervenka in #6
Full Changelog: 0.7.0...0.8.0
0.8.0rc1
Full Changelog: 0.7.0rc4...0.8.0rc1
0.7.0
What's Changed
- [feat] status indication icon by @czervenka in #5
- [feat] support for redirection from Karmen to Printer
Full Changelog: 0.6.3...0.7.0
0.7.0rc4
Full Changelog: 0.7.0rc2...0.7.0rc4
0.7.0rc3
Full Changelog: 0.7.0rc2...0.7.0rc3
0.7.0rc2
What's Changed
- [feat] status indication icon by
Full Changelog: 0.6.3...0.7.0rc2
0.6.3
Webcam compatibility - fix
Fixed error while getting camera snapshot url