File tree Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 1+ ## Turtle 0.1.5:
2+
3+ * New Shapes:
4+ * Scissor draws a pair of lines at an angle (#128 )
5+ * ScissorPoly draws a polygon out of scissors (#129 )
6+ * Fixes:
7+ * OffsetPath is now quoted (#130 )
8+ * ArcLeft/Right distance fix (#131 )
9+
10+ ---
11+
112## Turtle 0.1.4
213
314* ` Turtle ` Upgrades
Original file line number Diff line number Diff line change 11@ {
22 # Version number of this module.
3- ModuleVersion = ' 0.1.4 '
3+ ModuleVersion = ' 0.1.5 '
44 # Description of the module
55 Description = " Turtles in a PowerShell"
66 # Script module or binary module file associated with this manifest.
3737 # A URL to the license for this module.
3838 LicenseURI = ' https://github.com/PowerShellWeb/Turtle/blob/main/LICENSE'
3939 ReleaseNotes = @'
40- ## Turtle 0.1.4
40+ ## Turtle 0.1.5:
4141
42- * `Turtle` Upgrades
43- * `turtle` will return an empty turtle (#112)
44- * `turtle` now splats to script methods, enabling more complex input binding (#121)
45- * `LSystem` is faster and more flexible (#116)
46- * New Properties:
47- * `get/set_Opacity` (#115)
48- * `get/set_PathAnimation` (#117)
49- * `get/set_Width/Height` (#125)
50- * New Methods:
51- * `HorizontalLine/VerticalLine` (#126)
52- * `Petal` (#119)
53- * `FlowerPetal` (#124)
54- * `Spirolateral` (#120)
55- * `StepSpiral` (#122)
42+ * New Shapes:
43+ * Scissor draws a pair of lines at an angle (#128)
44+ * ScissorPoly draws a polygon out of scissors (#129)
5645* Fixes:
57- * `Turtle.Towards()` returns a relative angle (#123)
46+ * OffsetPath is now quoted (#130)
47+ * ArcLeft/Right distance fix (#131)
5848
5949---
6050
You can’t perform that action at this time.
0 commit comments