diff --git a/wiki/Release_notes_1.2.wikitext b/wiki/Release_notes_1.2.wikitext index e667ecafab..74b2250084 100644 --- a/wiki/Release_notes_1.2.wikitext +++ b/wiki/Release_notes_1.2.wikitext @@ -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]