mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Since the metadata/setting_version field was not written in project files from the 3MF writer, the preferences were never really updated, because their preferences version was marked as 6000000 (basically omitting the setting_version). Now, if any project file is found without a metadata setting_version tag, it will default to preference version 6000000 and thus it will start calling the updatedPreferences() functions starting from VersionUpgrade34to35, properly updating the preferences and adding the metadata/setting_version field in the preferences.cfg of the project file. CURA-6711 |
||
|---|---|---|
| .. | ||
| VersionUpgrade21to22 | ||
| VersionUpgrade22to24 | ||
| VersionUpgrade25to26 | ||
| VersionUpgrade26to27 | ||
| VersionUpgrade27to30 | ||
| VersionUpgrade30to31 | ||
| VersionUpgrade32to33 | ||
| VersionUpgrade33to34 | ||
| VersionUpgrade34to35 | ||
| VersionUpgrade35to40 | ||
| VersionUpgrade40to41 | ||
| VersionUpgrade41to42 | ||
| VersionUpgrade42to43 | ||
| VersionUpgrade43to44 | ||
| VersionUpgrade44to45 | ||
| VersionUpgrade45to46 | ||
| VersionUpgrade460to462 | ||
| VersionUpgrade462to47 | ||