-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: adafruit/Adafruit_CircuitPython_turtle
base: 3.0.1
head repository: adafruit/Adafruit_CircuitPython_turtle
compare: main
- 18 commits
- 3 files changed
- 3 contributors
Commits on Oct 7, 2024
-
remove deprecated get_html_theme_path() call
Signed-off-by: foamyguy <foamyguy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 057d7fd - Browse repository at this point
Copy the full SHA 057d7fdView commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eeac41f - Browse repository at this point
Copy the full SHA eeac41fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd591d - Browse repository at this point
Copy the full SHA ebd591dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c57fd4 - Browse repository at this point
Copy the full SHA 0c57fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ae512 - Browse repository at this point
Copy the full SHA f2ae512View commit details
Commits on Dec 4, 2024
-
Merge pull request #43 from FoamyGuy/mode_default
default to "standard" mode
Configuration menu - View commit details
-
Copy full SHA for bc7315d - Browse repository at this point
Copy the full SHA bc7315dView commit details -
Merge pull request #42 from FoamyGuy/standard_color_docs
Standard color docs
Configuration menu - View commit details
-
Copy full SHA for 06de267 - Browse repository at this point
Copy the full SHA 06de267View commit details -
Configuration menu - View commit details
-
Copy full SHA for e921f79 - Browse repository at this point
Copy the full SHA e921f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96222c3 - Browse repository at this point
Copy the full SHA 96222c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 591b805 - Browse repository at this point
Copy the full SHA 591b805View commit details
Commits on Dec 5, 2024
-
Account for fractions of a pixel when drawing
Previously, the endpoint of the line was always moved along in increments of 1 pixel, so that the endpoint would always be rounded down. This could accumulate to give quite large differences from what the program intended. Ensure that "goto" always ends up storing the floating point endpoints and that the line is drawn from the rounded-integer starting coordinate and rounded-integer ending coordinate. This makes the 3 test lines in the OP's "turtle_truncate.txt" example be the same length. Closes: #41
Configuration menu - View commit details
-
Copy full SHA for 614e9e2 - Browse repository at this point
Copy the full SHA 614e9e2View commit details -
Merge pull request #45 from adafruit/issue41
Account for fractions of a pixel when drawing
Configuration menu - View commit details
-
Copy full SHA for 49d941a - Browse repository at this point
Copy the full SHA 49d941aView commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 277983a - Browse repository at this point
Copy the full SHA 277983aView commit details -
Merge pull request #48 from FoamyGuy/visible_turtle_loc_fix
fix for visible turtle location
Configuration menu - View commit details
-
Copy full SHA for 63a6ffb - Browse repository at this point
Copy the full SHA 63a6ffbView commit details
Commits on Dec 12, 2024
-
Merge pull request #44 from FoamyGuy/circle_and_dot_fix
make circle and dot always use degrees internally
Configuration menu - View commit details
-
Copy full SHA for b94d548 - Browse repository at this point
Copy the full SHA b94d548View commit details
Commits on Jan 16, 2025
-
add sphinx configuration to rtd.yaml
Signed-off-by: foamyguy <foamyguy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5aaa6ab - Browse repository at this point
Copy the full SHA 5aaa6abView commit details
Commits on Feb 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cb4511a - Browse repository at this point
Copy the full SHA cb4511aView commit details
Commits on Feb 28, 2025
-
Merge pull request #49 from justmobilize/remove-secrets-usage
Remove secrets usage
Configuration menu - View commit details
-
Copy full SHA for 5da667a - Browse repository at this point
Copy the full SHA 5da667aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.0.1...main