Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions wiki/Release_notes_1.2.wikitext
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ ToDo (last check: 20260430, #29258):
* Sketcher now avoids unnecessary solves when dragging constraints, deleting sketch elements, and leaving dimension tools, improving responsiveness in these workflows. [https://github.com/FreeCAD/FreeCAD/pull/28652 Pull request #28652]
* The Sketcher ''AutoColor'' property now immediately applies preference colors to existing sketches when enabled, without requiring the document to be saved and reopened. [https://github.com/FreeCAD/FreeCAD/pull/30185 Pull request #30185]
* Selected distance constraints (point-line, circle-circle, and circle-line) now use orientation to prevent [[Sketcher_Workbench#Flipping|flipping]]. [https://github.com/FreeCAD/FreeCAD/pull/26518 Pull request #26518]
* Line-circle and line-arc tangent constraints now use computed orientation, keeping tangent-constrained geometry on the intended side while solving. [https://github.com/FreeCAD/FreeCAD/pull/29015 Pull request #29015]
* The ''Create symmetry constraints'' option of the [[Image:Sketcher_Symmetry.svg|24px]] [[Sketcher_Symmetry|Symmetry]] tool was improved to avoid overconstraints. It is now also enabled by default. [https://github.com/FreeCAD/FreeCAD/pull/28118 Pull request #28118] and [https://github.com/FreeCAD/FreeCAD/pull/28319 Pull request #28319]
* Copying Sketcher geometry as Python code now keeps more coordinate precision, reducing broken closed profiles after copy and paste. [https://github.com/FreeCAD/FreeCAD/pull/29211 Pull request #29211]
* There is now a ''Cancel'' button, making it possible to discard modifications in a sketch. [https://github.com/FreeCAD/FreeCAD/pull/29337 Pull request #29337]
Expand Down