diff options
author | Marius Kintel <marius@kintel.net> | 2013-02-04 19:08:23 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-02-04 19:08:23 (GMT) |
commit | 03be37d16b585e64de87118053206aaae06e7cf8 (patch) | |
tree | 712c60c697d523aedfadd006feec06c9dc3b7b1d /RELEASE_NOTES | |
parent | 3f7037b5242eed0175ca2c9780d7d02bd6943959 (diff) |
Sync with latest commits
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 ================ |