Skip to content

Commit

Permalink
chore: add version v1.9.0 to the history
Browse files Browse the repository at this point in the history
  • Loading branch information
jsconan committed Jun 25, 2022
1 parent 92bbc13 commit 759028c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# camelSCAD history

## [Version 1.9.0](https://github.com/jsconan/camelSCAD/releases/tag/v1.9.0)

Add operators extruding polygons given as points.

- `extrudePolygon()`: Extrudes a polygon defined by the given points, optionally increasing the size by adding a distance to the outline.
- `extrudePolygonBox()`: Extrudes a box defined by the given polygon points, optionally increasing the size by adding a distance to the outline.

## [Version 1.8.0](https://github.com/jsconan/camelSCAD/releases/tag/v1.8.0)

Add visual tests for the operators and the shapes.
Expand Down

0 comments on commit 759028c

Please sign in to comment.