Skip to content
Open
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.1.wikitext
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down