commit 4530c22a9df128d6563924232a3d4df2795cad41 parent 1c30b6f6da8a368de8392e517879baa87ec52b44 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Fri, 28 Apr 2023 10:08:28 +0200 Add Release notes fo release 0.2 Diffstat:
| M | README.md | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -21,6 +21,19 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.1.1 + +- Introduce reference counting for geometries (API break). +- Add the scad_stl_data_write API call to write a vector of coordinate as an STL + file the same way scad_stl_export do (producing the same decimals/bytes). +- Add scad_stl_get_data and scad_stl_get_data_partial API calls to get the mesh + of a geometry, allowing to manipulate it before writing it. +- Add the scad_stl_rxport_partial API call to export part of a geometry to an + STL file. +- Remove the reverse arg from STL related functions (API break). +- Add a scad_geometry_reverse API call. +- Code simplifications in STL-related code + ### Version 0.1.0 Initial version.