File tree Expand file tree Collapse file tree 2 files changed +27
-9
lines changed Expand file tree Collapse file tree 2 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 1+ ## Turtle 0.1.6:
2+
3+ * Vastly expanded Get-Turtle examples (#149 )
4+ * Check out https://psturtle.com/Commands/Get-Turtle
5+ * New L-Systems:
6+ * BoardFractal (#142 )
7+ * CrystalFractal (#143 )
8+ * RingFractal (#144 )
9+ * TileFractal (#145 )
10+ * Pentaplexity (#146 )
11+ * Fixing KochCurve parameter order (#147 )
12+ * Added New-Turtle docs (#148 )
13+
14+
115## Turtle 0.1.5:
216
317* New Shapes:
Original file line number Diff line number Diff line change 11@ {
22 # Version number of this module.
3- ModuleVersion = ' 0.1.5 '
3+ ModuleVersion = ' 0.1.6 '
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.5:
41-
42- * New Shapes:
43- * Scissor draws a pair of lines at an angle (#128)
44- * ScissorPoly draws a polygon out of scissors (#129)
45- * Fixes:
46- * OffsetPath is now quoted (#130)
47- * ArcLeft/Right distance fix (#131)
40+ ## Turtle 0.1.6:
41+
42+ * Vastly expanded Get-Turtle examples (#149)
43+ * Check out https://psturtle.com/Commands/Get-Turtle
44+ * New L-Systems:
45+ * BoardFractal (#142)
46+ * CrystalFractal (#143)
47+ * RingFractal (#144)
48+ * TileFractal (#145)
49+ * Pentaplexity (#146)
50+ * Fixing KochCurve parameter order (#147)
51+ * Added New-Turtle docs (#148)
4852
4953---
5054
You can’t perform that action at this time.
0 commit comments