File tree Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 1+ ## Turtle 0.1.9:
2+
3+ * Turtle Text Path Support
4+ * ` Turtle.get/set_Text ` controls the text (#167 )
5+ * ` Turtle.get/set_TextAttribute ` sets text attributes (#168 )
6+ * ` Turtle.get/set_TextAnimation ` animates text attributes (#171 )
7+ * ` Get-Turtle ` parameter improvements (#169 , #170 )
8+ * ` Get-Turtle ` tracks invocation info (#157 )
9+
10+ ---
11+
112## Turtle 0.1.8:
213
314* Turtle Performance
Original file line number Diff line number Diff line change 11@ {
22 # Version number of this module.
3- ModuleVersion = ' 0.1.8 '
3+ ModuleVersion = ' 0.1.9 '
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.8:
41-
42- * Turtle Performance
43- * Improving `.Steps` performance (#159)
44- * Reducing Turtle Verbosity (#160)
45- * New Moves:
46- * Step (#161)
47- * Forward,Teleport, and GoTo now use Step (#161)
48- * New Reflection Examples (#162)
40+ ## Turtle 0.1.9:
41+
42+ * Turtle Text Path Support
43+ * `Turtle.get/set_Text` controls the text (#167)
44+ * `Turtle.get/set_TextAttribute` sets text attributes (#168)
45+ * `Turtle.get/set_TextAnimation` animates text attributes (#171)
46+ * `Get-Turtle` parameter improvements (#169, #170)
47+ * `Get-Turtle` tracks invocation info (#157)
4948
5049---
5150
You can’t perform that action at this time.
0 commit comments