diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-20 10:02:21 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-20 10:02:21 (GMT) |
commit | 521147cc977d316912c64d568493692bd447e08d (patch) | |
tree | e1185ab416dfe58d1e9d37b300f3d8a50c104784 /RELEASE_NOTES | |
parent | 05ce9d89b563083b062df82c50eee533555ceaf4 (diff) |
Clifford Wolf:
Added RELEASE_NOTES file
git-svn-id: http://svn.clifford.at/openscad/trunk@443 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES new file mode 100644 index 0000000..4b19d33 --- /dev/null +++ b/RELEASE_NOTES @@ -0,0 +1,40 @@ + +OpenSCAD 2010.03 +================ + + .. ADD STUFF HERE .. + o Some bugs fixed, maybe some new bugs added to + +OpenSCAD 2010.02 +================ + + o Added functions and statements + - Added sqrt() function + - Added round(), ceil() and floor() functions + - Added lookup() function for linear interpolation in value list + - Added projection(cut = true/false) statement + - Added child() statement for accessing child nodes of module instance + - Added mirror() statement + o Improved DXF import code (mor entities and some bugs fixed) + o Added feature for dumping animation as PNG files + o Added a preferences dialog + o Now using CGAL's delaunay tesselator + o Now using eigen2 for linear algebra + o Reorganisation of the source tree + o Some bugs fixed, maybe some new bugs added to + +OpenSCAD 2010.01 +================ + + o Added functions and statements + - Added intersection_for() + - Added str function + - Added min and max function + - Added color() statement + o Added 2D Subsystem + - New primitives: circle(), square() and polygon() + - 2D->3D path: linear_extrude() and rotate_extrude() + - Import of DXF to 2d subsystem: import_dxf() + - Export of 2D data as DXF files + o Some bugs fixed, maybe some new bugs added to + |