* fix: improve release note process * docs: improve release notes * fix: correct repo name/dir * fix: CVE resolution for jaraco.context * fix: docker build with uv.lovl * fix: CVE remediations * fix: update docker workflow * fix: remove setuptools from base image
1.4 KiB
1.4 KiB
Multi Export Macro Release Notes
Version 0.6.1 (2026-01-12)
Release notes for changes between v0.5.0-beta and v0.6.1.
Added
- FreeCAD Addon Manager metadata: Macro now includes standard metadata fields for better Addon Manager integration
- FreeCAD Wiki page: Official wiki documentation at Macro Multi Export
- Dialog screenshot: Added screenshot showing the export dialog
Changed
- Minimum FreeCAD version: Updated requirement from FreeCAD 0.19 to FreeCAD 0.21 (for better 3MF support)
- Version tracking: Version now managed via
__Version__metadata field instead of inline comment
No Functional Changes
The core export functionality remains unchanged from the beta release:
- Multi-format export (STL, STEP, 3MF, OBJ, IGES, BREP, PLY, AMF)
- Configurable mesh tolerance for tessellated formats
- Batch export with progress feedback
- Format-specific options
This macro is stable for production use.
Installation
Via FreeCAD Addon Manager:
- Open FreeCAD
- Go to Macro > Macros...
- Click "Download" tab
- Search for "Multi Export"
- Click Install
Manual Installation:
Copy MultiExport.FCMacro to your FreeCAD macro directory:
- macOS:
~/Library/Application Support/FreeCAD/Macro/ - Linux:
~/.local/share/FreeCAD/Macro/ - Windows:
%APPDATA%/FreeCAD/Macro/