diff options
author | Marius Kintel <marius@kintel.net> | 2012-10-24 02:26:58 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-10-24 02:26:58 (GMT) |
commit | 3207b5abf9cbebca67eba575e6b05158756f7ce4 (patch) | |
tree | 171d27850b65d40ffc66fec0fa6ae0a6696be3e6 /RELEASE_NOTES | |
parent | ebf9ee0f9f525d91b34224565da2d594d500484f (diff) |
Updated RELEASE_NOTES
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 32f3788..f629cd6 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -OpenSCAD 2012.XX +OpenSCAD 2012.11 ================ Features: @@ -9,6 +9,9 @@ o Added Dot product operator: vec * vec o Added Matrix multiplication operator: vec * mat, mat * mat o Added search() function o Dependencies are now tracked - any changes in uses/included files will be detected and cause a recompile +o The OPENSCADPATH environment variable is now implemented will have precedence when searching for libraries +o .csg files can now be opened from the GUI +o linear_extrude() will now assume that the first parameter means 'height' if it's a number Bugfixes: o use'ing an non-existing file sometimes crashed under Windows @@ -19,6 +22,12 @@ o Fixed crashes in shared_ptr.hpp (or similar places) due bugs in cache manageme o scale() with a scale factor of zero could cause a crash o Fixed a number of issues related to use/include o Providing an unknown parameter on the cmd-line caused a crash +o cmd-line overrides using -D now also work for USEd modules +o Modifier characters can now be used in front of if statements +o rotate() with a vector argument with less that 3 elements used uninitialized variables, ending up being non-deterministic. +o .csg files will now have relative filenames whenever possible +o A lot of build script fixes +o Some other crash bugs fixes Deprecations: o The old include syntax "<filename.scad>" without the include keyword is no |