Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-20Upgrade SDK version to 8.0.0 for Cura 5.0upgrade_sdk_to_800Remco Burema
2021-06-17Now unused API field only took integers originally.Remco Burema
We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
2021-06-15Update SDK/API from 7.5.0 to 7.6.0 for 4.10Remco Burema
CURA-8320
2021-04-06Increment SDK version to 7.5.0Ghostkeeper
The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-04-22Move the getCfgVersion to base version upgradeJaime van Kessel
They can still be overridden, but in the current situation they were all the same...
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2018-12-20Fix logo aliasingJaime van Kessel
CURA-6044
2018-12-17Update plugin versions to match package versionsLipu Fei
CURA-6019
2018-12-14Increment API version to 6Ghostkeeper
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
2018-11-14Fix type of fallback variableGhostkeeper
These have to be strings because the configparser getter can only return strings. Contributes to issue CURA-5936.
2018-11-14Add typing for all version upgrade plug-insGhostkeeper
Hopefully we'll take this typing along when we next copy-paste the stuffs. Contributes to issue CURA-5936.
2018-08-27Increase plugin API version to 5Aleksei S
CURA-5627
2018-04-23CURA-5188 If the auto_slice option was enabled in previous version,Diego Prado Gesto
keep it like this in the new version. Since the default value of this preference changed, we don't want to confuse users that still use the auto_slice option. Those users with clean install or intalling Cura for the first time will have this preference disabled.
2018-03-29CURA-5175 Remove version upgrade of the quality instance containersDiego Prado Gesto
since they never get updated.
2018-03-29CURA-5175 Add variants to the version upgrade.Diego Prado Gesto
Upgrade the version number in the variants and add the hardware_type metadata.
2018-03-29Rename quality type from 'low' to 'fast'Ghostkeeper
Not only the profile name was changed, but also the quality type. See commit 1538486e852e9208a1a447c87a23f9a88e33ff52. Contributes to issue CURA-5177.
2018-03-29Upgrade quality profile namesGhostkeeper
These files have been renamed. Contributes to issue CURA-5177.
2018-03-21Fix quality_type "Extra coarse" -> "extra coarse"Lipu Fei
CURA-5129
2018-03-14CURA-4870 Changing the version upgrade to include new metadata entriesDiego Prado Gesto
for the container stacks.
2018-03-12Align for readabilityGhostkeeper
2018-03-09Also upgrade definition_changes and userGhostkeeper
Because these files share their version numbers with quality changes. Contributes to issue CURA-5054.
2018-03-09Store extruder position under 'position' instead of 'extruder'Ghostkeeper
Otherwise it thinks it is still an extruder ID. Contributes to issue CURA-5054.
2018-03-09Upgrade to quality_changes rather than qualityGhostkeeper
Oops. Contributes to issue CURA-5054.
2018-03-09Implement upgrade for quality changes extruder metadataGhostkeeper
The metadata used to be the ID of the extruder. Now it's the position of the extruder stack. Contributes to issue CURA-5054.
2018-03-09Implement getCfgVersionGhostkeeper
Mostly copied from the implementation in the 3.0 to 3.1 upgrade. Contributes to issue CURA-5054.
2018-03-09Basic upgrade module from 3.2 to 3.3 implementationGhostkeeper
'Basic' meaning no implementation at all. Contributes to issue CURA-5054.