Release notes for FreeCAD 0.21

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Release notes for FreeCAD 0.21

Post by uwestoehr »

This is the forum thread for new 0.21 features.

Here is the Wiki page for the release notes: https://wiki.freecadweb.org/Release_notes_0.21
User avatar
bensay
Posts: 202
Joined: Wed Dec 22, 2021 8:14 pm
Location: Danmark
Contact:

Re: Release notes for FreeCAD 0.21

Post by bensay »

Removal of deprecated functions in TechDraw
https://github.com/FreeCAD/FreeCAD/pull ... 7113035295

[TechDraw] Remove deprecated replaceCosmeticVertex
[TechDraw] Remove deprecated replaceCosmeticEdge
[TechDraw] Remove deprecated replaceCenterLine
[TechDraw] Remove deprecated replaceGeomFormat
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Release notes for FreeCAD 0.21

Post by uwestoehr »

bensay wrote: Tue Aug 02, 2022 8:39 pm Removal of deprecated functions in TechDraw
https://github.com/FreeCAD/FreeCAD/pull ... 7113035295

[TechDraw] Remove deprecated replaceCosmeticVertex
[TechDraw] Remove deprecated replaceCosmeticEdge
[TechDraw] Remove deprecated replaceCenterLine
[TechDraw] Remove deprecated replaceGeomFormat
Thanks.
Please add them directly to
https://wiki.freecadweb.org/Release_not ... provements

(In case you have no Wiki permissions yet, please ask for them in the Wiki subforum. You develop a lot and you will most probably also have to update the TechDraw docs.)
vlk
Posts: 6
Joined: Tue Feb 14, 2023 2:23 pm

Re: Release notes for FreeCAD 0.21

Post by vlk »

New material card for Ti-6Al-4V Grade 5 alloy:

https://github.com/FreeCAD/FreeCAD/pull/8636
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Release notes for FreeCAD 0.21

Post by uwestoehr »

vlk wrote: Sun Feb 26, 2023 11:44 am New material card for Ti-6Al-4V Grade 5 alloy:
Thanks, it is now mentioned.
Utkarshkumar
Posts: 4
Joined: Sun Feb 26, 2023 4:36 pm
Contact:

Re: Release notes for FreeCAD 0.21

Post by Utkarshkumar »

extend command Part_PointsFromMesh to support any geometric type
#8730
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Release notes for FreeCAD 0.21

Post by uwestoehr »

Utkarshkumar wrote: Sat Mar 04, 2023 4:14 pm extend command Part_PointsFromMesh to support any geometric type
#8730
Thanks. Could you make a proposal for the text (1 or 2 sentences)? I am asking because looking at the PR I cannot figure out what the novelty is.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: Release notes for FreeCAD 0.21

Post by Roy_043 »

I have changed the subject of this topic from:
Release notes for FreeCAD 1.0
to:
Release notes for FreeCAD 0.21

The OP has been changed accordingly.

See:
viewtopic.php?t=77989
User avatar
jonasb
Posts: 162
Joined: Tue Dec 22, 2020 7:57 pm

Re: Release notes for FreeCAD 0.21

Post by jonasb »

Roy_043 wrote: Sat Apr 29, 2023 6:18 pm I have changed the subject of this topic from:
Release notes for FreeCAD 1.0
to:
Release notes for FreeCAD 0.21
The page still links to FreeCAD 1.0 Development Cycle.
While the content of section "Minimum supported library versions" does apply to 0.21, the rest of the page most certainly doesn't.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: Release notes for FreeCAD 0.21

Post by Roy_043 »

I have removed the link.
Post Reply