diff --git a/ChangeLog.md b/ChangeLog.md index 4e006526895d..2b44839f141c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,23 @@ Tip release (branch [LinkMerge](https://github.com/realthunder/FreeCAD/tree/LinkMerge)) is merged with upstream aa3b2f39 2023.05.22 +# Tip 2023.12.31 + +Notice: `LinkMerge` will be merge to `LinkDaily` 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](FreeCAD/FreeCAD#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](https://github.com/realthunder/FreeCAD/issues/899#issuecomment-1776927054)) +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) + +-- 20231231tip -- + # Tip 2023.11.02 Introducing new commands `View front face (V, N)` and `View back face (V, B)` (See b6bd57a2 for more details) @@ -9,8 +27,6 @@ TechDraw: fix projection group recompute problem (#901) Fix view property editing problem (#896) --- 20231102tip -- - # Tip 2023.10.24 Fix git installation in AppImage (affects AddonManager) (#895)