From e7cdced0e3affe04bd244a210812f7f1b15d6670 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 20 Jan 2024 11:30:38 +0100 Subject: [PATCH] update for Cura 5.6 --- CHANGELOG.md | 5 +++++ plugin.json | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a90b2dc..2cea89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog of Cura-DuetRRFPlugin +## v1.2.10: 2024-01-20 +* fix HTTP Basic Auth +* bump compatibility for Cura 5.6 / API 8.6 +* require Cura 5 API compatibility + ## v1.2.9: 2022-10-19 * bump compatibility for Cura 5.2 / API 8.2 diff --git a/plugin.json b/plugin.json index b5e0494..20fc59a 100644 --- a/plugin.json +++ b/plugin.json @@ -2,6 +2,7 @@ "name": "DuetRRF", "author": "Thomas Kriechbaumer", "description": "Upload and Print to Duet 2 Wifi / Duet 2 Ethernet / Duet 2 Maestro / Duet 3 with RepRapFirmware.", - "version": "1.2.9", - "supported_sdk_versions": ["7.7.0", "7.8.0", "7.9.0", "8.0.0", "8.1.0", "8.2.0"] + "version": "1.2.10", + "api": 8, + "supported_sdk_versions": ["8.0.0", "8.1.0", "8.2.0", "8.3.0", "8.4.0", "8.5.0", "8.6.0"] }