Resolved issue #558. Stable release for pattern recipe format.
--HG-- branch : develop
This commit is contained in:
parent
ce9506971a
commit
3af915d7ca
|
@ -28,6 +28,7 @@
|
|||
- Allow controlling priority selecting pieces in layout.
|
||||
- No scissors on tiled PDF bottom row.
|
||||
- All intersections are now treaded as a loop.
|
||||
- [#558] New export: Export pattern as step-by-step text.
|
||||
|
||||
# Version 0.6.2 (unreleased)
|
||||
- [#903] Bug in tool Cut Spline path.
|
||||
|
|
|
@ -88,7 +88,7 @@ VPatternRecipe::VPatternRecipe(VContainer *data, VAbstractPattern *pattern, QObj
|
|||
|
||||
QDomElement recipeElement = createElement(QStringLiteral("recipe"));
|
||||
recipeElement.appendChild(createComment(FileComment()));
|
||||
SetAttribute(recipeElement, QStringLiteral("version"), QStringLiteral("0.1.0"));
|
||||
SetAttribute(recipeElement, QStringLiteral("version"), QStringLiteral("1.0.0"));
|
||||
|
||||
recipeElement.appendChild(Prerequisite());
|
||||
recipeElement.appendChild(Content());
|
||||
|
|
Loading…
Reference in New Issue
Block a user