commit 5594e7c60263e1f539b01bca25fb4949cb737804
parent 5533fc9565670009bac3f364528ef9d9c87cc5d0
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 14 Mar 2025 15:56:39 +0100
Add Release notes for release 0.2
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -18,12 +18,17 @@ Edit config.mk as needed, then run:
## Release notes
+### Version 0.2.0
+
+- Add -d to get the description of the geometry (to stderr).
+- Add -Sx,y,z to scale the geometry.
+
### Version 0.1.0
- Read and write mesh data from stdin/to stdout or from/to files, in ascii STL
as well as in binary STL format.
- Apply any number of transformations on the read data, in the specified order.
-- The only transformation currently supported is translate.
+- The only transformation currently supported is translate (-Tx,y,z).
## License