Releases: FreeCAD/Plot
Releases · FreeCAD/Plot
25.10.29 - Codebase Rework
This release reworks most of the codebase.
Changes
Check out the full Changelog
- Added SPDX License Identifiers
- Reworked addon manifest
- Added typing
- Switched to uv / pyproject
- Pruned locales
( Still need to be ported ) - Restructured files
- Updated icon metadata
- Stripped out Python 2 code
- Removed dynamic translations
- Adjusted task panel layout
- Improved tools disabling
- Updated repository licensing
- Fixed save dialog format
24.11.26 - First Pinned Version
This version simply pins the current state of the repository as a base.
Changes
Check out the full Changelog
-
Python 3 path handling
@sanguinariojoe ( #4 ) -
Fixed plot axis
@sanguinariojoe ( #5 ) -
Allow installation via Addon manager - compile resources if absent
@oliveroxtoby ( #7 ) -
Prevent matplotlib selecting the PyQt API instead of PySide2
@oliveroxtoby ( #11 ) -
Minor changes
@sanguinariojoe ( #14 ) -
Use the Plot module providedFreeCAD
@sanguinariojoe ( #16 ) -
README
@sanguinariojoe ( #19 ) -
Handle subtle changes in matplotlib stylesheet names
@Syres916 ( #20 )
Generated release notes + manual rewrite / formatting