diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-30 01:41:52 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-30 01:41:52 (GMT) |
commit | 9259d57659f61e9e56942bb36125f605f8f3c338 (patch) | |
tree | 7affbbd5f524887c715fc2ecc7e8a3aaacb55ac8 /RELEASE_NOTES | |
parent | 8c94c31dd2e5e85fc13d39fcd57b26df7afefe1e (diff) | |
parent | f3b3eaac687f0ba9a2a9b9382e7b605f106bf2b0 (diff) |
Merge branch 'master' into visitortests
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 97af740..f8a10f0 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -9,11 +9,15 @@ o New import() statement reads the correct file format based on the filename ext 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") 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" 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) + Deprecations: o dxf_linear_extrude() and dxf_rotate_extrude() are now deprecated. |