Skip to content

Latest commit

 

History

History
212 lines (174 loc) · 9.48 KB

File metadata and controls

212 lines (174 loc) · 9.48 KB

Tip release (branch LinkMerge) is merged with upstream a662fbb2 2023.12.27

Tip 2025.05.03

Fix task bar not showing on editing (#1066) Fix overlay tab bar visibility problem (#1067) Improve tree view context menu shortcut consistency (#1064) Fix import of FreeCAD in Python 3.12 (#1073) Remove default print shortcut (#1072) Avoid GUI popup when running in console mode. Sketcher: do not show context menu if mouse moved before releasing (#1061) Sketcher: re-organize context menu Sketcher: sync with upstream command Scale, Symmetry and Translate Sketcher: add option to control Z-height resolving when editing (#1062) Part: improve missing geometry reference auto resolve (#1065) PD: allow extrusion direction to be orthogonal to sketch normal (for 2D operation) PD: use command for 'Set Tip' in context menu (#1064) PD: fix feature primitive placement problem (#1074) PD: fix feature helix topo naming backward compatibility problem (#1074) PD: auto correcting missing geo-element in sketch based feature on editing

-- 20250503tip --

Tip 2025.03.11

Fix crash on threaded console output redirection
Disable pre-selection on mouse move with any button down
Accept quantity with unit in RotationPy.Angle
Fix property name prefix handling
Fix clipping UI setting synchronization
Fix origin visibility on importing STEP file
Fix calling of export API
Fix transform tool (dragger) out of sync when undo/redo or manually changing placement
Fix transform tool cancel behavior (should restore to before editing)
Do not restart on changing NotificationArea option
Add missing corner cross API (#1060)
Part|Import: auto transform object to XY plane when exporting DXF
Part: fix copy of expanded shape content
Part: Add ParallelPlane attachment mode (#1014)
PartDesign: fix hole cut diameter editing
PartDesign: fix tree item dragging out of auxiliary group
PartDesign: improve initial entry selection on start editing
PartDesign: improve support for creating non-solid feature (e.g. revolve an edge to get a face)
PartDesign: fix pad/pocket axis selection blinking
TechDraw: Fix clip group issue (#716)
Sketcher: fix small external edge handling
Sketcher: fix crash on abort command
Sketcher: be consistent about square distance vs SquareConfusion for external geometry (#1011)
Arch: fix OBJ import with segments (facet colors)
Arch: re-wording DAE/OBJ export facet color option

Tip 2024.10.03

Fix Link copy on change hidden group out of scope problem
Support dragging of toolbar inside status/menu bar
Fix pre-selection highlight in Pick geometry menu
Support opening directory through command line (#1023)
Fix alias property display in property view
Fix FreeCAD freezes when clicking inside spreadsheet (#1018)
Fix crash crash on showing main window in command line (#1026)
Fix crash on null topological IndexedName (#1012)
Fix recursive selection notification (#557, #710)
Part: disable randomization of duplicate element resolving (#1029)
Part: do not report error/warning if not recomputing
Part: fix user script defined topo shape mapping (#1013)
Part: fix missing recompute on changing property FixShape and ValidateShape
Part: fix SubShapeBinder tree item tooltip
Part: improve shape refine
Part: fix regression on file loading (#1019)
Part/PartDesign: fix regression of extrude/pad until face (#989)
PartDesign: allow non-face support for sketch based feature (#970)
PartDesign: add OffsetBaseFeature property to pattern features (#994)
PartDesign: add HideBaseFeature property to pattern features (#1002)
Renderer: fix rendering of legacy shape with transparency
Renderer: fix getting bounding box for legacy shape (#1008)
Sketcher: fix constraint pre-selection highlight (#992)
Sketcher: support external reference without subname (#1028)
Sketcher: fix false selection on dragging element
Sketcher: allow copying of external geometry (#1006)
Sketcher: sort sketch names in Map sketch to face command (#1004)
Spreadsheet: fix combo box editing mode
Spreadsheet: fix editing through expression line editor with edit mode
Spreadsheet: support vertical configuration table (#1024)
Spreadsheet: support pasting cells transposed through context menu Paste special... -> Paste transposed
Spreadsheet: fix undo/redo of cut and paste of cells with alias
Spreadsheet: remember dialog position and size
OCCT: fix regression in making thrusection (Loft) (#2)
OCCT: fix handling of concave face in makeThickSolid (#1, #3)

Tip 2023.12.31

Notice: LinkMerge will be merge to LinkStable after this release. There will be another merge from current upstream to LinkMerge.

Add mesh facet selection mode Mesh_SubElementSelection. Can be used together with new commands View front face (V, N) and View back face (V, B).
Remember user closed overlay panel (#11680
Fix crash on manual alignment (#906)
Fix lost key when resolving multi-key-sequence shortcut (#909)
Fix crash on Tools -> Customization...
Fix crash on tree view selection (#899)
PartDesign: fix backward compatibility with upstream sketch based feature (#905)
Sketcher: fix projection error in OCC 7.7
Sketcher: fix crash on adding tagent (#917)
TechDraw: fix circle center vertex selection (#907)
TechDraw: fix undesired border when drawing SVG pattern (#909)

Tip 2023.11.02

Introducing new commands View front face (V, N) and View back face (V, B) (See b6bd57a2 for more details)
TechDraw: fix projection group recompute problem (#901)

Tip 2023.10.28

Fix view property editing problem (#896)

Tip 2023.10.24

Fix git installation in AppImage (affects AddonManager) (#895)
Fix mouse wheel pass through on Windows
Part: fix handling of compound shape in loft (#478)

Tip 2023.10.18

Add 3D view property 'ThumbnailView' to mark which view is preferred for capturing document thumbnail
Fix undesired behavior when deleting some child object (#877)
Fix crash on right click of view property editor (#829)
Fix pre-selection handling in Pick geometry command
Fix thumbnail restore and saving with logo
Support various linked file path resolve mode in App::Link
Part|PartDesign: disable ValidateShape by default to avoid slow down on complex shape
PartDesign: fix sketch based profile manual edit
PartDesign: do not auto set UseAllEdges when creating fillet/chamfer
PartDesign: fix UseAllEdges handling in fillet editing task (#883)
Renderer: fix handling of shadow style
Renderer: fix multiple sub-element preselection highlight
Renderer: fix back face picking for objects shown on top
TechDraw: fix restore of dimension when opening document (#812, #845, #868)
TechDraw: fix cosmetic edge deletion (#885)
TechDraw: fix lost of view section when moved outside of the shape bound
TechDraw: refactor background computation
TechDraw: improve selection highlight of various objects
TechDraw: add move by mouse for simple section, detail view, and weld symbol

Second try to fix Python 3.11 not using user site package issue (#864)
Path: fix legacy Controller object backward compatibility issue

Tip 2023.08.11

Second try to fix Python 3.11 not using user site package issue (#864)
Path: fix legacy Controller object backward compatibility issue

Tip 2023.08.10

Support user defined document thumbnail through document property ThumbnailFile (cac98c12)
Fix navigation cube corner setting (#855)
Enable user site package for Python 3.11 (#864)
Sketcher: fix editing through App::Link

Tip 2023.08.06

Fix unit system ordering problem (#859)
Fix workbench enable/disable settings (#852)
Fix navigation cube corner setting (#855)
Fix stylesheet for checkbox with icon in menu
Fix object bounding box restore
Sketcher: support undo constraint dragging
Sketcher: fix missing settings init (#854)
Sketcher: fix external circular edge precision problem (#836, #827)
Renderer: add support for some legacy Coin3D shape nodes (#856)

Tip 2023.07.30

Fix libfmt packaging problem
PartDesign: fix auto recompute when editing pattern features (#839)

Tip 2023.07.29

Merged with upstream aa3b2f39 2023.05.22
Fix handling of vendor prefixed (Link branch) user configuration (#824, #833)
Export NaviCube corner size setting through context menu
Allow branding IssuePage (#837)
Add new SplitDark overlay stylesheet
Improve scene inspector (9d58c46b5)
Implement late 3D picking, used by origin plane
Improve handling of corrupted/incompatible string table in saved file
Use checkbox for checkable menu item
Expose preference package settings in Preference -> General -> Preference pack
Sketcher: fix polyline command toggle (#349)
Sketcher: fix deletion of multiple external edges

Tip 2023.05.21

Gui: allow child object export override in Part container
Gui: allow cancel importer selection
AddonManager: fix macro installer (#822)
Measurement|Part: check for infinite shape (#817)
PartDesign: fix pocket profile normal direction (#816)

Tip 2023.05.16

Gui: fix API compatibility (#815)
Sketcher: add missing view sketch toolbar button
Sketcher: fix clip plane setup (#810)
Sketcher: fix delete of external element (#814)

Tip 2023.05.10

Sketcher: fix element selection through task panel (#809)
PartDesign: fix Pad/Pocket creation (#808)
PartDesign: fix Pad/Pocket auto inner taper editing