From 775c53a1222ded1a96e36d135fd2b9970d3c8498 Mon Sep 17 00:00:00 2001 From: neumattock <152253273+newmattock@users.noreply.github.com> Date: Thu, 21 May 2026 15:53:04 -0700 Subject: [PATCH] Document Sketcher constraint rendering --- wiki/Release_notes_1.1.wikitext | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/Release_notes_1.1.wikitext b/wiki/Release_notes_1.1.wikitext index 1c2a4a0764..1761981dff 100644 --- a/wiki/Release_notes_1.1.wikitext +++ b/wiki/Release_notes_1.1.wikitext @@ -507,6 +507,7 @@ Older FreeCAD release notes can be found in the [[Feature_list#Release_notes|Fea * Sketches are now automatically scaled after entering the first dimension to avoid breaking the shape when the first dimension is much larger/smaller than the current size of the geometry. [https://github.com/FreeCAD/FreeCAD/pull/21084 Pull request #21084] * When creating geometry the mouse movement is ignored if a value is entered in the [[Sketcher_Workbench#On-View-Parameters|on-view-parameters]] (OVP). Tab cycles between OVP input boxes and Enter now confirms. Deleting the value of an OVP input box enables mouse movement for the dimension again. [https://github.com/FreeCAD/FreeCAD/pull/20925 Pull request #20925] * Rendering of geometry lines is now prioritized over constraints so that dimensions lines don't cover the geometry. [https://github.com/FreeCAD/FreeCAD/pull/21982 Pull request #21982] +* Sketcher constraint text, arrowheads, and icons are now rendered above geometry lines, improving visibility while keeping constraint lines behind the sketch geometry. [https://github.com/FreeCAD/FreeCAD/pull/26703 Pull request #26703] * Now all parts of dimension constraints can be selected, not only labels. [https://github.com/FreeCAD/FreeCAD/pull/21920 Pull request #21920] * It is now possible to use the Ctrl+A shortcut (or Select All option in the Edit menu) to select all geometries within the sketch. [https://github.com/FreeCAD/FreeCAD/pull/23289 Pull request #23289] * Box selection from left to right now uses another color than from right to left to indicate different behavior. [https://github.com/FreeCAD/FreeCAD/pull/23261 Pull request #23261]