# FreeCAD changelog > An open-source parametric 3D CAD modeller. - Vendor: FreeCAD - Category: Design Tools - Official site: https://www.freecad.org - Tracked by: What's New (https://whatsnew.fyi/product/freecad) - Harvested from: GitHub (FreeCAD/FreeCAD) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### weekly-2026.08.05 — Development Build weekly-2026.08.05 - Date: 2026-08-05 - Version: weekly-2026.08.05 - Original notes: https://github.com/FreeCAD/FreeCAD/releases/tag/weekly-2026.08.05 - Permalink: https://whatsnew.fyi/product/freecad/releases/weekly-2026.08.05 - Labels: Pre-release > [!IMPORTANT] > Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment. **Changes since last weekly:** https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.29...weekly-2026.08.05 Note that the "experimental" Windows builds use more recent versions of the dependencies than the normal builds: in particular, right now they build against OpenCASCADE 8.0.0p1. Not for the faint of heart! ###### How-to use 1. Download the appropriate asset for your OS below 2. Unpack the bundle to any folder on your system 3. Launch the application - **Windows** Run `\FreeCAD.exe` in the extracted directory - **macOS** Launch `/FreeCAD.app` in the extracted directory - **Linux** Open the `*.AppImage` ### weekly-2026.07.29 — Development Build weekly-2026.07.29 - Date: 2026-07-29 - Version: weekly-2026.07.29 - Original notes: https://github.com/FreeCAD/FreeCAD/releases/tag/weekly-2026.07.29 - Permalink: https://whatsnew.fyi/product/freecad/releases/weekly-2026.07.29 - Labels: Pre-release > [!IMPORTANT] > Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment. **Changes since last weekly:** https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.22...weekly-2026.07.29 ###### How-to use 1. Download the appropriate asset for your OS below 2. Unpack the bundle to any folder on your system 3. Launch the application - **Windows** Run `\FreeCAD.exe` in the extracted directory - **macOS** Launch `/FreeCAD.app` in the extracted directory - **Linux** Open the `*.AppImage` ### 1.1.3 — FreeCAD 1.1.3 - Date: 2026-07-25 - Version: 1.1.3 - Original notes: https://github.com/FreeCAD/FreeCAD/releases/tag/1.1.3 - Permalink: https://whatsnew.fyi/product/freecad/releases/1.1.3 - **security** — Fix code-execution and file-handling vulnerabilities triggered by opening maliciously crafted FCStd files - **fixed** — Fix projection direction of hidden geometry in TechDraw_ArchView - **fixed** — Fix double-click visibility behavior of views in Views Manager - **fixed** — Let setupTitleBar replace existing title bar to avoid need to first remove any existing - **fixed** — Fix HiDPI support and font scaling in CAM tool widgets - **fixed** — Preserve local overlay depth for dimensions and grid in Sketcher - **fixed** — Fix highlight selection for compsolid pop-up tool in FEM - **fixed** — Fix Chamfer tool not starting in selection mode in PartDesign - **changed** — Use __ModDirs__ as the authoritative list of mods to load from - **fixed** — Allow navigation (pan, orbit, track) after using long left mouse button press - **fixed** — Fix duplicate processing in IFC export - **fixed** — Prevent crash on document load in TechDraw - **fixed** — Fix clone diffuse color regression in Draft - **fixed** — Disable point update after entering coords in task panel for Draft_ShapeString - **fixed** — Do not maximize MDIView when closing in TechDraw - **fixed** — Fix accuracy issue with roof subtraction in BIM - **fixed** — Fix possible crashes in ComplexGeoDataPy::setElementName - **fixed** — Fix possible crash when opening by drag and drop - **fixed** — Disable drag and drop of coordinate system - **fixed** — Fix possible crash in DrawViewPart FreeCAD 1.1.3 is a maintenance release in the 1.1.x series. It includes several security fixes addressing code-execution and other file-handling vulnerabilities that can be triggered by opening a maliciously crafted FCStd file. All previously-released versions are affected by one or more of these issues, so we strongly recommend that all users upgrade, especially anyone who opens FreeCAD files from untrusted or unknown sources. ##### What happened to 1.1.2? Shortly after the release of 1.1.2 we discovered that a [bugfix that had been intended for inclusion](https://github.com/FreeCAD/FreeCAD/commit/95519fed42c46953c6fc19691542358281bb297a) in the next release had been inadvertently omitted. It is not a security bug, so if you've already installed 1.1.2 there is no urgent need to update to 1.1.3, though the bug is an annoyance (repeated warnings of a version update when saving a file) so you will likely want to upgrade sooner rather than later. ##### How to download The assets section below is automatically populated as the builds complete: if you don't see a download for your system, please be patient, the builds can take several hours to complete. Windows and macOS builds are signed by The FreeCAD project association AISBL. ##### What's Changed * BIM: fix projection direction of hidden geometry in TechDraw_ArchView by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29384 * BIM: fix double-click visibility behavior of views in Views Manager by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29387 * Let setupTitleBar replace existing title bar, to avoid need to first remove any existing (#14650) by @andershol in https://github.com/FreeCAD/FreeCAD/pull/29460 * CAM: Fix HiDPI support and font scaling in CAM tool widgets by @Connor9220 in https://github.com/FreeCAD/FreeCAD/pull/29469 * Sketcher: preserve local overlay depth for dimensions and grid by @tritao in https://github.com/FreeCAD/FreeCAD/pull/29394 * Sketcher: preserve local overlay depth for dimensions and grid by @tritao in https://github.com/FreeCAD/FreeCAD/pull/29289 * FEM: Fix highlight selection for compsolid pop-up tool by @ipatch in https://github.com/FreeCAD/FreeCAD/pull/29531 * PartDesign: fix Chamfer tool not starting in selection mode by @Bojan9597 in https://github.com/FreeCAD/FreeCAD/pull/29529 * App: Use __ModDirs__ as the authoritative list of mods to load from by @chennes in https://github.com/FreeCAD/FreeCAD/pull/29068 * core: fixes #29090 allow navigation ie. pan, orbit, track after using long LMB press by @ipatch in https://github.com/FreeCAD/FreeCAD/pull/29541 * BIM: fix duplicate processing in IFC export by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29530 * TechDraw: prevent crash on document load by @WandererFan in https://github.com/FreeCAD/FreeCAD/pull/29657 * Draft: fix clone diffuse color regression 2 by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29735 * Draft: Draft_ShapeString: disable point update after entering coords in task panel by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29840 * TechDraw: Do not maximize MDIView when closing by @maxwxyz in https://github.com/FreeCAD/FreeCAD/pull/29842 * BIM: fix accuracy issue with roof subtraction by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29851 * core: cmake: fix build errors with qt v6.11 by @ipatch in https://github.com/FreeCAD/FreeCAD/pull/29905 * App: Fixes possible crashes in ComplexGeoDataPy::setElementName by @wwmayer in https://github.com/FreeCAD/FreeCAD/pull/29960 * Gui: Fix possible crash when opening by drag and drop by @wwmayer in https://github.com/FreeCAD/FreeCAD/pull/29965 * Gui: Disable drag and drop of coordinate system by @maxwxyz in https://github.com/FreeCAD/FreeCAD/pull/29964 * Fix possible crash in DrawViewPart by @wwmayer in https://github.com/FreeCAD/FreeCAD/pull/29963 * Part: Fix crash in wireEncirclesAxis by @wwmayer in https://github.com/FreeCAD/FreeCAD/pull/29969 * App: Fix crash in GeoFeatureP _[Truncated at 4000 characters — full notes: https://github.com/FreeCAD/FreeCAD/releases/tag/1.1.3]_ ### 1.1.2 — FreeCAD 1.1.2 - Date: 2026-07-23 - Version: 1.1.2 - Original notes: https://github.com/FreeCAD/FreeCAD/releases/tag/1.1.2 - Permalink: https://whatsnew.fyi/product/freecad/releases/1.1.2 - **security** — Fix code-execution and file-handling vulnerabilities that can be triggered by opening a maliciously crafted FCStd file - **fixed** — Fix projection direction of hidden geometry in TechDraw_ArchView - **fixed** — Fix double-click visibility behavior of views in Views Manager - **fixed** — Let setupTitleBar replace existing title bar to avoid need to first remove any existing - **fixed** — Fix HiDPI support and font scaling in CAM tool widgets - **fixed** — Preserve local overlay depth for dimensions and grid in Sketcher - **fixed** — Fix highlight selection for compsolid pop-up tool in FEM - **fixed** — Fix Chamfer tool not starting in selection mode in PartDesign - **changed** — Use __ModDirs__ as the authoritative list of mods to load from - **fixed** — Allow navigation such as pan, orbit, track after using long LMB press - **fixed** — Fix duplicate processing in IFC export in BIM - **fixed** — Prevent crash on document load in TechDraw - **fixed** — Fix clone diffuse color regression in Draft - **fixed** — Disable point update after entering coords in task panel for Draft_ShapeString - **fixed** — Do not maximize MDIView when closing in TechDraw - **fixed** — Fix accuracy issue with roof subtraction in BIM - **fixed** — Fix possible crashes in ComplexGeoDataPy::setElementName - **fixed** — Fix possible crash when opening by drag and drop - **fixed** — Disable drag and drop of coordinate system - **fixed** — Fix possible crash in DrawViewPart FreeCAD 1.1.2 is a maintenance release in the 1.1.x series. It includes several security fixes addressing code-execution and other file-handling vulnerabilities that can be triggered by opening a maliciously crafted FCStd file. All previously-released versions are affected by one or more of these issues, so we strongly recommend that all users upgrade, especially anyone who opens FreeCAD files from untrusted or unknown sources. ##### How to download The assets section below is automatically populated as the builds complete: if you don't see a download for your system, please be patient, the builds can take several hours to complete. Windows and macOS builds are signed by The FreeCAD project association AISBL. ##### What's Changed * BIM: fix projection direction of hidden geometry in TechDraw_ArchView by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29384 * BIM: fix double-click visibility behavior of views in Views Manager by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29387 * Let setupTitleBar replace existing title bar, to avoid need to first remove any existing (#14650) by @andershol in https://github.com/FreeCAD/FreeCAD/pull/29460 * CAM: Fix HiDPI support and font scaling in CAM tool widgets by @Connor9220 in https://github.com/FreeCAD/FreeCAD/pull/29469 * Sketcher: preserve local overlay depth for dimensions and grid by @tritao in https://github.com/FreeCAD/FreeCAD/pull/29394 * Sketcher: preserve local overlay depth for dimensions and grid by @tritao in https://github.com/FreeCAD/FreeCAD/pull/29289 * FEM: Fix highlight selection for compsolid pop-up tool by @ipatch in https://github.com/FreeCAD/FreeCAD/pull/29531 * PartDesign: fix Chamfer tool not starting in selection mode by @Bojan9597 in https://github.com/FreeCAD/FreeCAD/pull/29529 * App: Use __ModDirs__ as the authoritative list of mods to load from by @chennes in https://github.com/FreeCAD/FreeCAD/pull/29068 * core: fixes #29090 allow navigation ie. pan, orbit, track after using long LMB press by @ipatch in https://github.com/FreeCAD/FreeCAD/pull/29541 * BIM: fix duplicate processing in IFC export by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29530 * TechDraw: prevent crash on document load by @WandererFan in https://github.com/FreeCAD/FreeCAD/pull/29657 * Draft: fix clone diffuse color regression 2 by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29735 * Draft: Draft_ShapeString: disable point update after entering coords in task panel by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29840 * TechDraw: Do not maximize MDIView when closing by @maxwxyz in https://github.com/FreeCAD/FreeCAD/pull/29842 * BIM: fix accuracy issue with roof subtraction by @Roy-043 in https://github.com/FreeCAD/FreeCAD/pull/29851 * core: cmake: fix build errors with qt v6.11 by @ipatch in https://github.com/FreeCAD/FreeCAD/pull/29905 * App: Fixes possible crashes in ComplexGeoDataPy::setElementName by @wwmayer in https://github.com/FreeCAD/FreeCAD/pull/29960 * Gui: Fix possible crash when opening by drag and drop by @wwmayer in https://github.com/FreeCAD/FreeCAD/pull/29965 * Gui: Disable drag and drop of coordinate system by @maxwxyz in https://github.com/FreeCAD/FreeCAD/pull/29964 * Fix possible crash in DrawViewPart by @wwmayer in https://github.com/FreeCAD/FreeCAD/pull/29963 * Part: Fix crash in wireEncirclesAxis by @wwmayer in https://github.com/FreeCAD/FreeCAD/pull/29969 * App: Fix crash in GeoFeaturePy::getGlobalPlacementOf by @wwmayer in https://github.com/FreeCAD/FreeCAD/pull/29968 * PartDesign: Fix both Pipes by @drwho495 in https://github.com/FreeCAD/FreeCAD/pull/30147 * Style: greyed the text in non-visible objects by @paragforwork in https://github.com/FreeCAD/FreeCAD/pull/30199 * Fem: Update analysis type and eigenmode limits properties for old projects by @marioalexis84 in https://github.com/FreeCAD/FreeCAD/pull/30198 * Assembly: Fix AssemblyLink double click not working if no view (#28848) by @PaddleStroke i _[Truncated at 4000 characters — full notes: https://github.com/FreeCAD/FreeCAD/releases/tag/1.1.2]_ ### weekly-2026.07.22 — Development Build weekly-2026.07.22 - Date: 2026-07-22 - Version: weekly-2026.07.22 - Original notes: https://github.com/FreeCAD/FreeCAD/releases/tag/weekly-2026.07.22 - Permalink: https://whatsnew.fyi/product/freecad/releases/weekly-2026.07.22 - Labels: Pre-release > [!IMPORTANT] > Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment. **Changes since last weekly:** https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.15...weekly-2026.07.22 ###### How-to use 1. Download the appropriate asset for your OS below 2. Unpack the bundle to any folder on your system 3. Launch the application - **Windows** Run `\FreeCAD.exe` in the extracted directory - **macOS** Launch `/FreeCAD.app` in the extracted directory - **Linux** Open the `*.AppImage` ### weekly-2026.07.15 — Development Build weekly-2026.07.15 - Date: 2026-07-15 - Version: weekly-2026.07.15 - Original notes: https://github.com/FreeCAD/FreeCAD/releases/tag/weekly-2026.07.15 - Permalink: https://whatsnew.fyi/product/freecad/releases/weekly-2026.07.15 - Labels: Pre-release > [!IMPORTANT] > Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment. **Changes since last weekly:** https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.08...weekly-2026.07.15 ###### How-to use 1. Download the appropriate asset for your OS below 2. Unpack the bundle to any folder on your system 3. Launch the application - **Windows** Run `\FreeCAD.exe` in the extracted directory - **macOS** Launch `/FreeCAD.app` in the extracted directory - **Linux** Open the `*.AppImage` ### weekly-2026.07.09 — Development Build weekly-2026.07.09 - Date: 2026-07-09 - Version: weekly-2026.07.09 - Original notes: https://github.com/FreeCAD/FreeCAD/releases/tag/weekly-2026.07.09 - Permalink: https://whatsnew.fyi/product/freecad/releases/weekly-2026.07.09 - Labels: Pre-release > [!IMPORTANT] > Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment. **Changes since last weekly:** https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.08...weekly-2026.07.09 ###### How-to use 1. Download the appropriate asset for your OS below 2. Unpack the bundle to any folder on your system 3. Launch the application - **Windows** Run `\FreeCAD.exe` in the extracted directory - **macOS** Launch `/FreeCAD.app` in the extracted directory - **Linux** Open the `*.AppImage` ### weekly-2026.07.08 — Development Build weekly-2026.07.08 - Date: 2026-07-08 - Version: weekly-2026.07.08 - Original notes: https://github.com/FreeCAD/FreeCAD/releases/tag/weekly-2026.07.08 - Permalink: https://whatsnew.fyi/product/freecad/releases/weekly-2026.07.08 - Labels: Pre-release > [!IMPORTANT] > Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment. **Changes since last weekly:** https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.07.01...weekly-2026.07.08 ###### How-to use 1. Download the appropriate asset for your OS below 2. Unpack the bundle to any folder on your system 3. Launch the application - **Windows** Run `\FreeCAD.exe` in the extracted directory - **macOS** Launch `/FreeCAD.app` in the extracted directory - **Linux** Open the `*.AppImage` ### weekly-2026.07.01 — Development Build weekly-2026.07.01 - Date: 2026-07-01 - Version: weekly-2026.07.01 - Original notes: https://github.com/FreeCAD/FreeCAD/releases/tag/weekly-2026.07.01 - Permalink: https://whatsnew.fyi/product/freecad/releases/weekly-2026.07.01 - Labels: Pre-release > [!IMPORTANT] > Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment. **Changes since last weekly:** https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.06.24...weekly-2026.07.01 ###### How-to use 1. Download the appropriate asset for your OS below 2. Unpack the bundle to any folder on your system 3. Launch the application - **Windows** Run `\FreeCAD.exe` in the extracted directory - **macOS** Launch `/FreeCAD.app` in the extracted directory - **Linux** Open the `*.AppImage` ### weekly-2026.06.24 — Development Build weekly-2026.06.24 - Date: 2026-06-24 - Version: weekly-2026.06.24 - Original notes: https://github.com/FreeCAD/FreeCAD/releases/tag/weekly-2026.06.24 - Permalink: https://whatsnew.fyi/product/freecad/releases/weekly-2026.06.24 - Labels: Pre-release > [!IMPORTANT] > Bleeding edge FreeCAD development builds for testing bugfixes, regressions, and recently implemented features. Do not use in a production environment. **Changes since last weekly:** https://github.com/FreeCAD/FreeCAD/compare/weekly-2026.06.17...weekly-2026.06.24 ###### How-to use 1. Download the appropriate asset for your OS below 2. Unpack the bundle to any folder on your system 3. Launch the application - **Windows** Run `\FreeCAD.exe` in the extracted directory - **macOS** Launch `/FreeCAD.app` in the extracted directory - **Linux** Open the `*.AppImage`