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"] }