|
1 | 1 | Tip release (branch [LinkMerge](https://github.com/realthunder/FreeCAD/tree/LinkMerge)) is merged with upstream a662fbb2 2023.12.27 |
2 | 2 |
|
| 3 | +# Tip 2025.03.04 |
| 4 | + |
| 5 | +Fix crash on threaded console output redirection |
| 6 | +Disable pre-selection on mouse move with any button down |
| 7 | +Accept quantity with unit in RotationPy.Angle |
| 8 | +Fix property name prefix handling |
| 9 | +Fix clipping UI setting synchronization |
| 10 | +Fix origin visibility on importing STEP file |
| 11 | +Fix calling of export API |
| 12 | +Fix transform tool (dragger) out of sync when undo/redo or manually changing placement |
| 13 | +Fix transform tool cancel behavior (should restore to before editing) |
| 14 | +Do not restart on changing NotificationArea option |
| 15 | +Add missing corner cross API (#1060) |
| 16 | +Part|Import: auto transform object to XY plane when exporting DXF |
| 17 | +Part: fix copy of expanded shape content |
| 18 | +PartDesign: fix hole cut diameter editing |
| 19 | +PartDesign: fix tree item dragging out of auxiliary group |
| 20 | +PartDesign: improve initial entry selection on start editing |
| 21 | +PartDesign: improve support for creating non-solid feature (e.g. revolve an edge to get a face) |
| 22 | +PartDesign: fix pad/pocket axis selection blinking |
| 23 | +Sketcher: fix small external edge handling |
| 24 | +Sketcher: fix crash on abort command |
| 25 | +Arch: fix OBJ import with segments (facet colors) |
| 26 | +Arch: re-wording DAE/OBJ export facet color option |
| 27 | + |
| 28 | +-- 20250304tip -- |
| 29 | + |
| 30 | + |
3 | 31 | # Tip 2024.10.03 |
4 | 32 |
|
5 | 33 | Fix Link copy on change hidden group out of scope problem |
@@ -38,8 +66,6 @@ Spreadsheet: remember dialog position and size |
38 | 66 | OCCT: fix regression in making thrusection (Loft) ([#2](realthunder/OCCT#2)) |
39 | 67 | OCCT: fix handling of concave face in makeThickSolid ([#1](realthunder/OCCT#1), [#3](realthunder/OCCT#3)) |
40 | 68 |
|
41 | | --- 20241003tip -- |
42 | | - |
43 | 69 | # Tip 2023.12.31 |
44 | 70 |
|
45 | 71 | Notice: `LinkMerge` will be merge to `LinkStable` after this release. There will be another merge from current upstream to `LinkMerge`. |
|
0 commit comments