diff options
author | Marius Kintel <marius@kintel.net> | 2013-06-08 06:12:23 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-08 06:12:23 (GMT) |
commit | 6c9e1cb72a3feef2ebeb1fbf7c407c7d804a6338 (patch) | |
tree | a0b613280af7c7723db4be067e847e772a9f6a58 /RELEASE_NOTES | |
parent | f2f019f57ea1923e5378b36f463335888f262b56 (diff) | |
parent | 9e78c066f9a96f9b5fca360844dd42acde2ef3a9 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 870b498..1de208a 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -OpenSCAD 2013.05 +OpenSCAD 2013.06 ================ Language Features: @@ -17,7 +17,7 @@ o Added basic syntax highlighting in the editor o There is now a built-in library path in user-space: http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries#Library_Locations o Commandline output to PNG, with various camera and rendering settings. - Run openscad -h to see usage info. + Run openscad -h to see usage info or see the OpenSCAD wiki user manual. o Attempting to open dxf, off or stl files in the GUI will now create an import statement. o The preview operator (%) will now preserve any manually set color o The highlight operator (#) will now color the object in transparent red @@ -47,6 +47,10 @@ o Regression test auto-starts & stops Xvfb / Xvnc if on headless unix machine o The backend is finally independent of Qt o Windows: We now have a 64-bit version +Known Bugs: +o Linux: command-line png rendering on Gallium is flaky. + Workaround: use CGAL --render or hardware rendering. + OpenSCAD 2013.01 ================ |