diff options
author | Marius Kintel <marius@kintel.net> | 2013-10-27 20:37:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-10-27 20:37:29 (GMT) |
commit | bc76c79e2fa60c2b5c04d8159efddcc0702f3354 (patch) | |
tree | 0748c518cc36d45fb9c361ceb1b99c16cce26b58 /RELEASE_NOTES | |
parent | f708f5e82bd78fd90b6433d9956f5d0f46c62222 (diff) |
sync changes since last release
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 7807e77..ff39b18 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,32 @@ -o Additional output formats: AST, TERM, null +OpenSCAD YYYY.MM +================ + +Language Features: +o Added diameter argument: circle(d), cylinder(d, d1, d2) and sphere(d) +o Added parent_module() and $parent_modules +o Added children() as a replacement for child() + +Program Features: +o Added --info parameter to the cmd-line for system/library info + +Bugfixes: +o Automatic reloads of large designs are more robust +o Boolean logic in if() statements are now correctly short-circuited +o rands() with zero range caused an infinite loop +o resize(, auto=true) didn't work when shrinking objects +o The $children variable sometimes misbehaved due to dynamic scoping +o The --camera cmd-line option behaved differently then the corresponding GUI function +o PNG export now doesn't leak transparency settings into the target image +o Improved performance of OpenCSG (F5) compilation in some cases + +Deprecations: +o child() is no longer supported. Use children() instead. + +Misc: +o We now use CGAL's EPEC kernel +o Additional output formats: .ast, .term, null (these are most useful for testing) +o Test framework now shares more code with the GUI app +o Better compatibility with BSD systems OpenSCAD 2013.06 ================ |