diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-02-20 01:43:25 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-02-20 01:43:25 (GMT) |
commit | c304adabe26887dc35599a44384ab5ada24a88ca (patch) | |
tree | 51b1f65f58e6da5d30436209fd851dff2a16d896 /RELEASE_NOTES | |
parent | 85d3f3c7c9b165da519d9b4377a1fbd3281f6b14 (diff) |
update documentation. tweak scripts
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 1e0a737..b22621f 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -4,6 +4,8 @@ OpenSCAD 2013.XX Features: o Console output is now enabled on Windows through the openscad.com executable o Added basic syntax highlighting in the editor +o Commandline output of CGAL render to png image using '-o f.png --render' +o Regression test now creates single monolithic .html file for easier uploading Bugfixes: o OpenCSG rendering sometimes crashed when rendering large models @@ -11,6 +13,9 @@ o We didn't always print a warning when CSG normalization created too many eleme o Binary STLs can now be read on big endian architectures o Some binary STLs couldn't be read o Fixed some issues related to ARM builds +o Improved regression dumptest multmatrix output 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 OpenSCAD 2013.01 ================ |