diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-19 14:41:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-19 14:41:11 (GMT) |
commit | 87ce149df2581361e8975bd1a0addf2b6ef61e3d (patch) | |
tree | c68db815a72cc767b6d51be0a57e9946c5f0a619 /RELEASE_NOTES | |
parent | ba1f0b7489dd5fa9bdc8c44068040f13113b40d0 (diff) | |
parent | 638743e2201c6869b48857dd2db5ec01df665162 (diff) |
Merge branch 'master' into boost_filesystem
Conflicts:
boost.pri
tests/CMakeLists.txt
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 2681482..ac89511 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,23 +1,24 @@ -OpenSCAD 20xx.yy +OpenSCAD 2011.12 ================ Features: o The MCAD library is now bundled with OpenSCAD +o Added len() function. Takes one vector or string parameter and returns its length. +o The index operator [] now works on strings +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 o hull() Now supports 3D objects -o Added import and export of the OFF file format +o hull() with 2D object can now use for loops and boolean operations as children 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") o if()/else() and the ternary operator 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 vector, e.g. [2011, 09] -o The version_num() function will return the OpenSCAD version as a number, e.g. 20110923 o Added PI constant. -o Now uses standard shortcuts for save, reload and quit on Linux and Windows. F2/F3 will still work but is deprecated. o Number literals in scientific notation are now accepted by the parser -o Added len() function. Takes one vector or string parameter and returns its length. -o The index operator [] now works on strings +o Added import and export of the OFF file format +o Now uses standard shortcuts for save, reload and quit on Linux and Windows. F2/F3 will still work but is deprecated. Bugfixes: o square() crashed if any of the dimensions were zero @@ -27,6 +28,7 @@ o Dropping a file into the editor under Windows didn't work (double C:/C:/ probl o On some platforms it was possible to insertion rich text in the editor, causing confusion. o Less crashes due to CGAL assertions o OpenCSG should now work on systems with OpenGL 1.x, given that the right extensions are available +o include now searches librarydir Deprecations: o dxf_linear_extrude() and dxf_rotate_extrude() are now deprecated. |