From 305c2f9ee4970e626b94dd0348db1b53cde98341 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 4 May 2019 20:59:36 +0800 Subject: [PATCH] update RELEASE --- RELEASE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index eb50d221..a2e2c508 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,22 @@ +# v1.1 +- New matrix functions: + - [m_multiply](https://openhome.cc/eGossip/OpenSCAD/lib-m_multiply.html) + - [m_cumulate](https://openhome.cc/eGossip/OpenSCAD/lib-m_cumulate.html) + - [m_translation](https://openhome.cc/eGossip/OpenSCAD/lib-m_translation.html) + - [m_rotation](https://openhome.cc/eGossip/OpenSCAD/lib-m_rotation.html) + - [m_scaling](https://openhome.cc/eGossip/OpenSCAD/lib-m_scaling.html) + - [m_mirror](https://openhome.cc/eGossip/OpenSCAD/lib-m_mirror.html) + - [m_shearing](https://openhome.cc/eGossip/OpenSCAD/lib-m_shearing.html) + + +- New Parameters: + - added `v` parameter to [rotate_p](https://openhome.cc/eGossip/OpenSCAD/lib-rotate_p.html) + + +- Improved Performance: + - [path_extrude](https://openhome.cc/eGossip/OpenSCAD/lib-path_extrude.html) + - [align_with](https://openhome.cc/eGossip/OpenSCAD/lib-along_with.html) + # v1.0.1 - Fixed `path_extrude` crossing problem. See [issue 3](https://github.com/JustinSDK/dotSCAD/issues/3). - Fixed `along_with` crossing problems (similar to `path_extrude`.)