|
1 | 1 | @{ |
2 | 2 | # Version number of this module. |
3 | | - ModuleVersion = '0.1.10' |
| 3 | + ModuleVersion = '0.2.0' |
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.10: |
| 40 | +## Turtle 0.2: |
| 41 | +
|
| 42 | +### Turtles All The Way Down |
| 43 | +
|
| 44 | +A turtle can now contain `.Turtles` |
| 45 | +Which can contain `.Turtles` |
| 46 | +Which can contain `.Turtles` |
| 47 | +Which can contain `.Turtles`... |
| 48 | +
|
| 49 | +* Turtles all the way down (#206) |
| 50 | + * `Turtle.get/set_Turtles` (#207) |
| 51 | + * `Turtle.get_SVG` supports children (#209) |
| 52 | + * `Turtle.get_Canvas` rasterization improvement (#210) |
| 53 | + * `Turtle.Towards()` multiple targets (#211) |
| 54 | + * `Turtle.Distance()` multiple targets (#212) |
| 55 | +* `Turtle.Morph` supports stepwise animation (#215) |
| 56 | +* Small fixes |
| 57 | + * `Turtle.Step()` uses Add (#213) |
| 58 | + * `Turtle.set_Steps` initialization fix (#214) |
| 59 | + * `Turtle.set_Duration` anytime (#216) |
| 60 | + * `Turtle.get_SVG` empty viewbox support (#218) |
| 61 | + * `Turtle.get/set_SVGAttribute` (#219) |
| 62 | + * `Turtle.get/set_SVGAnimation` (#220) |
| 63 | + * `Turtle.get/set_PathTransform` (#217) |
| 64 | + * `Turtle.Forward()` removing rounding (#221) |
41 | 65 |
|
42 | | -* Updated Methods |
43 | | - * `Turtle.Star` even point fix (#190) |
44 | | - * `Turtle.Polygon` partial polygon support (#194) |
45 | | -* New Shapes |
46 | | - * `Turtle.Rectangle` (#192) |
47 | | - * `Turtle.StarFlower` (#191) |
48 | | - * `Turtle.GoldenFlower` (#193) |
49 | | - * `Turtle.HatMonotile` (#196) |
50 | | - * `Turtle.TurtleMonotile` (#195) |
51 | | - * `Turtle.BarGraph` (#173) |
52 | | -* Added Demos |
53 | | - * Intro To Turtles (#197) |
54 | | - |
55 | 66 | --- |
56 | 67 |
|
57 | 68 | Additional details available in the [CHANGELOG](https://github.com/PowerShellWeb/Turtle/blob/main/CHANGELOG.md) |
|
0 commit comments