star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit ad2719f80d7ef344fd009604188f4a2979aec0ae
parent 5b505c5c959b5c035fcc68ab91d13f473a9fc718
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 18 Jul 2024 10:58:37 +0200

Add Release notes for version 0.5

Diffstat:
MREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -25,6 +25,14 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.5 + +- BugFix STL output of geometries when forcing normals +- Improve C89 compliance and fix header file to be used in c++ code +- Change build mechanics from cmake to POSIX makefiles +- Upgrade dependencies +- Improve and fix some tests + ### Version 0.4.1 - Add `scad_dump_geometry` API call that can be called from a debugging