Attempted to summarize changes in master

master
Marius Kintel 2014-08-09 23:15:13 -05:00
parent fde73a4b27
commit 2bb08b41a7
1 changed files with 33 additions and 0 deletions

33
releases/2014.QX.md Normal file
View File

@ -0,0 +1,33 @@
**Language Features:**
* surface() can now take PNG images as input
* List comprehensions, let()
* text() module
* offset()
* min() and max() can now take a wvector argument
* concat()
* 2D minkowski and holes
**Program Features:**
* Added --viewall cmd-line parameter
* MDI
* FIXME: Windows cmd-line fixes
* Qt5, retina
* SVG import/export
* AMF import/export
**Bugfixes/improvements:**
* Internal cavity fix
* Performance: 2D (clipper), preview, hull, minkowski, surface, n-ary-union, transforms (polyset)
* Performance: Reduce duplicate evaluation of identical expressions
* STL export/import fixes
* F6 stability fixes
* Better recursion behavior
* Reorganized examples a bit
* improved search() behavior
* Mac: Timestamps is output fixed
**Deprecations:**
* polyhedron triangles
**Misc:**