diff options
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index f8a10f0..a6a0855 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -10,14 +10,15 @@ o The color() statement now supports an alpha parameter, e.g. color(c=[1,0,0], a o The color() statement now supports specifying colors as strings, e.g. color("Red") o if() and else() can now take any value type as parameter. false, 0, empty string and empty vector or illegal value type will evaluate as false, everything else as true. o Strings can now be lexographically compared using the <, <=, >, >= operators -o The version() function will return the OpenSCAD version as a string, e.g. "2011.10" +o The version() function will return the OpenSCAD version as a vector, e.g. [2011, 09] +o The version_num() function will return the OpenSCAD version as a number, e.g. 20110923 Bugfixes: o square() crashed if any of the dimensions were zero o Flush Caches didn't flush cached USE'd modules o STL export should be a bit more robust o Dropping a file into the editor under Windows didn't work (double C:/C:/ problem) - +o On some platforms it was possible to insertion rich text in the editor, causing confusion. Deprecations: o dxf_linear_extrude() and dxf_rotate_extrude() are now deprecated. |