Releases: thomasa88/ParametricText
Releases · thomasa88/ParametricText
v2.4.1
v2.4.0
v2.3.3
v2.3.2
v2.3.1
v2.3.1-beta.1
- Workaround for `Fusion 360™ bug https://forums.autodesk.com/t5/fusion-360-api-and-scripts/bug-update-now-throws-exception-setting-isfullwidth-on/m-p/11725404 when creating the edit dialog.
v2.3.0
v2.3.0-beta.2
- Add
_.newline
- Add
parameter.inchfrac
- Text parameters based on sketch dimensions now also update when the sketch dimension is edited within the sketch.
- Fix numbers showing with a very small error (e.g. 43 shown as 42.99999999). (#11)
v2.3.0-beta.1
v2.2.0
- Workaround for Fusion 360™ giving error when inspecting some selections, which broke the name tracking for
_.component
,_.file
and_.sketch
. - Do not show an add-in error when Compute All fails. Instead, show an error notification. (#9)
- Workaround for missing document metadata (dataFile error). Force Fusion 360™ to download metadata. (#22)
- Workaround for Fusion 360™ resetting text height on text content change. (#21)
- Check if multiple copies of ParametricText has been installed (will only work for this version or newer).
- Show error dialog for unhandled error when updating sketch text.
- New documentation