diff options
author | donbright <hugh.m.bright@gmail.com> | 2013-03-05 23:47:14 (GMT) |
---|---|---|
committer | donbright <hugh.m.bright@gmail.com> | 2013-03-05 23:47:14 (GMT) |
commit | 42f21c3a0850083d245aa3ac346a53e876f0679e (patch) | |
tree | facf41750e0fe27cc4cdaf352c9c8e687011d103 /RELEASE_NOTES | |
parent | 422c668dcb538f181683ae51305bf8d3404f48d6 (diff) | |
parent | 4734172c3a16cc06b09e4d2131aa8e380bd0f226 (diff) |
Merge pull request #288 from openscad/issue11_2
Issue11 2
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 9dede0f..d1a02ed 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -6,6 +6,8 @@ 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 o Mac: Added auto-update check +o Commandline output to PNG, with various camera and rendering settings +o Regression test now creates single monolithic .html file for easier uploading Bugfixes: o OpenCSG rendering sometimes crashed when rendering large models @@ -13,6 +15,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 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 OpenSCAD 2013.01 ================ |