Skip to content

Releases: fragaria/karmen-octoprint-plugin

0.9.0

11 Nov 13:18
Compare
Choose a tag to compare
  • 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

02 Oct 12:41
Compare
Choose a tag to compare
0.9.0rc5 Pre-release
Pre-release

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

28 Nov 09:50
Compare
Choose a tag to compare

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

27 Nov 14:56
Compare
Choose a tag to compare
0.8.0rc1 Pre-release
Pre-release

Full Changelog: 0.7.0rc4...0.8.0rc1

0.7.0

22 Nov 13:28
Compare
Choose a tag to compare

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

21 Nov 14:40
Compare
Choose a tag to compare
0.7.0rc4 Pre-release
Pre-release

Full Changelog: 0.7.0rc2...0.7.0rc4

0.7.0rc3

20 Nov 15:24
Compare
Choose a tag to compare
0.7.0rc3 Pre-release
Pre-release

Full Changelog: 0.7.0rc2...0.7.0rc3

0.7.0rc2

20 Nov 15:01
Compare
Choose a tag to compare
0.7.0rc2 Pre-release
Pre-release

What's Changed

0.6.3

14 Nov 16:04
Compare
Choose a tag to compare
version bumb to 0.6.3

Webcam compatibility - fix

14 Nov 15:57
Compare
Choose a tag to compare

Fixed error while getting camera snapshot url