diff options
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index eca6813..7b9a000 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -6,6 +6,8 @@ o The MCAD library is now bundled with OpenSCAD o Added import and export of the OFF file format o New import() statement reads the correct file format based on the filename extension (.stl, .dxf and .off is supported) +o The color() statement now supports an alpha parameter, e.g. color(c=[1,0,0], alpha=0.4) +o The color() statement now supports specifying colors as strings, e.g. color("Red") Bugfixes: o square() crashed if any of the dimensions were zero |