sync with 2015.03-2
This commit is contained in:
parent
14cf51b9d1
commit
5edef7ef86
1 changed files with 36 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue