summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index d912be4..56b92d9 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -2,6 +2,8 @@ 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
@@ -10,8 +12,11 @@ o Commandline output to PNG, with various camera and rendering settings
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
o OpenCSG rendering sometimes crashed when rendering large models
o We didn't always print a warning when CSG normalization created too many elements
o Binary STLs can now be read on big endian architectures
@@ -21,7 +26,6 @@ o Changed multmatrix floating-point output to improve dumptest portability
o Regression test auto-starts & stops Xvfb / Xvnc if on headless unix machine
o CGAL triangulation more lenient- enables partial rendering of 'bad' DXF data
o Fixes problem where local changes are overwritten on automatic reload when included files has changed.
-o Non-ascii filenames are now allowed
OpenSCAD 2013.01
================
contact: Jan Huwald // Impressum