Releases: TurtleThread/TurtleThread
Releases · TurtleThread/TurtleThread
v0.0.11
v0.0.10
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Refactor stitch type by @yngvem and @MarieRoald in #4
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
TurtleThread now uses the TNavigator
class from the builtin turtle.py
module to handle navigation (but copying the source code instead of importing to ensure compatibility with systems without TKinter).
Note: Before this release, TurtleThread used the same coordinate system as TurtleStitch, which has a flipped y-axis compared to turtle.py
. You may therefore observe that your patterns are flipped compared to the previous version.