diff --git a/RELEASE_NOTES b/RELEASE_NOTES index a19bb4ad..f466a56b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,42 @@ # OpenSCAD 2015.03 +## 2015.03-2 + +**Bugfixes** +* \#1483 - Fix Z-fighting in Ortho view +* \#1479 - No check for infinite $fn +* \#1472 - "nan" in list comprehension causes crash +* \#452 - rands() fails when the seed is a floating point number +* \#1407 - Recursive module crash +* \#1425 - Animate Filename Generation - Duplicate/Missing Filenames +* \#1420 - expression-evaluation-tests fails on arm64 +* \#1410 - Crash when a polygon contains NaN +* \#1378 - Linear extrude plus infinite twist causes crash instead of just an error +* \#1358 - Add more detailed installer information including version number +* \#1356 - Crash when multiplying matrices with undefined elements +* \#1350 - Saving file when HD is full ends up in data loss +* \#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 +* \#1337 - Simple detection of script and direction based on given text +* \#1325 - Crash when polygons with > 3 indices turn out to be degenerate +* \#1329 - version() returned ```[0,0,0]``` + +## 2015.03-1 + +**Bugfixes** +* \#1203 - Linux: Missing icons on Xfce +* \#1258 - Occasional crash when exporting STL +* \#1260 - Minimal window width too large +* \#1264 - Replace All sometimes caused a hang +* \#1274 - Fixed some preview bugs on Intel GPUs (OpenCSG 1.4.0) +* \#1276 - Module recursion sometimes caused a crash +* \#1277 - Automatic reload sometimes messed up camera position +* \#1284 - Animation flicker eliminated +* \#1294 - Support reproducible builds +* \#1317 - Normals vectors in STL were sometimes 0 0 0 + +## 2015.03 + **Language Features:** * Added text() module for 2D text * Added offset() module for 2D offsets