File tree Expand file tree Collapse file tree 2 files changed +27
-7
lines changed Expand file tree Collapse file tree 2 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 1- ## Turtle 0.1.2:
1+ ## Turtle 0.1.3
2+
3+ * Fixing ` Get-Turtle ` inline sets (#108 , #107 )
4+ * Fixing ` .PNG/JPEG/WEBP ` to no longer try to use msedge (#110 )
5+ * Adding ` Turtle.get/set_FillRule ` to get or set the fill rule for the turtle. (#109 )
6+
7+ ---
8+
9+ ## Turtle 0.1.2
210
311* ` Get-Turtle/Turtle ` can now get or set properties or methods
412* New Methods:
917 * ` Turtle.Save() ` calls Save-Turtle
1018* Explicitly exporting commands from module
1119
12- ## Turtle 0.1.1:
20+ ---
21+
22+ ## Turtle 0.1.1
1323
1424* Updates:
1525 * ` Turtle.get/set_ID ` allows for turtle identifiers
2838
2939---
3040
31- ## Turtle 0.1:
41+ ## Turtle 0.1
3242
3343* Initial Release
3444* Builds a Turtle Graphics engine in PowerShell
Original file line number Diff line number Diff line change 11@ {
22 # Version number of this module.
3- ModuleVersion = ' 0.1.2 '
3+ ModuleVersion = ' 0.1.3 '
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.2:
40+ ## Turtle 0.1.3
41+
42+ * Fixing `Get-Turtle` inline sets (#108, #107)
43+ * Fixing `.PNG/JPEG/WEBP` to no longer try to use msedge (#110)
44+ * Adding `Turtle.get/set_FillRule` to get or set the fill rule for the turtle. (#109)
45+
46+ ---
47+
48+ ## Turtle 0.1.2
4149
4250* `Get-Turtle/Turtle` can now get or set properties or methods
4351* New Methods:
4856 * `Turtle.Save()` calls Save-Turtle
4957* Explicitly exporting commands from module
5058
51- ## Turtle 0.1.1:
59+ ---
60+
61+ ## Turtle 0.1.1
5262
5363* Updates:
5464 * `Turtle.get/set_ID` allows for turtle identifiers
6777
6878---
6979
70- ## Turtle 0.1:
80+ ## Turtle 0.1
7181
7282* Initial Release
7383* Builds a Turtle Graphics engine in PowerShell
You can’t perform that action at this time.
0 commit comments