diff options
author | Marius Kintel <marius@kintel.net> | 2013-02-07 18:43:20 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-02-07 18:43:20 (GMT) |
commit | 4e519078d60a92fce4c30b7d60b5b3e26181090f (patch) | |
tree | 4c47cfeee7c60f942442e83811b9b05929fd3fe5 /RELEASE_NOTES | |
parent | b911a3615e7c28f3448ca73d7f48a263a568c00c (diff) | |
parent | 03be37d16b585e64de87118053206aaae06e7cf8 (diff) |
Merge branch 'master' into issue11_2
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 4448e89..1e0a737 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,17 @@ +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 + +Bugfixes: +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 +o Some binary STLs couldn't be read +o Fixed some issues related to ARM builds + OpenSCAD 2013.01 ================ |