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
2
10
3
11
* ` Get-Turtle/Turtle ` can now get or set properties or methods
4
12
* New Methods:
9
17
* ` Turtle.Save() ` calls Save-Turtle
10
18
* Explicitly exporting commands from module
11
19
12
- ## Turtle 0.1.1:
20
+ ---
21
+
22
+ ## Turtle 0.1.1
13
23
14
24
* Updates:
15
25
* ` Turtle.get/set_ID ` allows for turtle identifiers
28
38
29
39
---
30
40
31
- ## Turtle 0.1:
41
+ ## Turtle 0.1
32
42
33
43
* Initial Release
34
44
* Builds a Turtle Graphics engine in PowerShell
Original file line number Diff line number Diff line change 1
1
@ {
2
2
# Version number of this module.
3
- ModuleVersion = ' 0.1.2 '
3
+ ModuleVersion = ' 0.1.3 '
4
4
# Description of the module
5
5
Description = " Turtles in a PowerShell"
6
6
# Script module or binary module file associated with this manifest.
37
37
# A URL to the license for this module.
38
38
LicenseURI = ' https://github.com/PowerShellWeb/Turtle/blob/main/LICENSE'
39
39
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
41
49
42
50
* `Get-Turtle/Turtle` can now get or set properties or methods
43
51
* New Methods:
48
56
* `Turtle.Save()` calls Save-Turtle
49
57
* Explicitly exporting commands from module
50
58
51
- ## Turtle 0.1.1:
59
+ ---
60
+
61
+ ## Turtle 0.1.1
52
62
53
63
* Updates:
54
64
* `Turtle.get/set_ID` allows for turtle identifiers
67
77
68
78
---
69
79
70
- ## Turtle 0.1:
80
+ ## Turtle 0.1
71
81
72
82
* Initial Release
73
83
* Builds a Turtle Graphics engine in PowerShell
You can’t perform that action at this time.
0 commit comments