diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-09 12:23:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-09 12:23:29 (GMT) |
commit | 89e27d997d97a7b51098e37a41be0991e7c47c06 (patch) | |
tree | b1ecbd888bb338b1f5a3dd89a4b2091f8907f4c0 /RELEASE_NOTES | |
parent | f46118da22f806d05b410cced0f9b06ea00ac02c (diff) |
sync
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 c53de47..56b92d9 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,7 @@ OpenSCAD 2013.XX Features: o Recursive modules and functions is now supported (including cascading child() operations) +o Parameter list values can now depend on earlier values, e.g. for (i=[0:2], j=[0:i]) .. o Console output is now enabled on Windows through the openscad.com executable o Added basic syntax highlighting in the editor o Mac: Added document icon @@ -12,6 +13,7 @@ o resize() command introduced o Regression test now creates single monolithic .html file for easier uploading o value reassignment is now less strict o value assignments in parameters can now depend on already declared parameters +o Attempting to open dxf, off or stl files in the GUI will now create an import statement. Bugfixes: o Importing files is now always relative to the importing script, also for libraries |