Skip to content

Releases: adafruit/Adafruit_CircuitPython_turtle

3.1.5 - Remove secrets.py Usage In Docs Conf

28 Feb 02:55
5da667a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.4...3.1.5

3.1.4 - RTD Sphinx Config

16 Jan 20:03
Compare
Choose a tag to compare

3.1.3 - Circle & Dot Fix

12 Dec 19:22
b94d548
Compare
Choose a tag to compare

What's Changed

  • make circle and dot always use degrees internally by @FoamyGuy in #44

Full Changelog: 3.1.2...3.1.3

3.1.2 - Turtle Indicator Fix

09 Dec 16:00
63a6ffb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1 - Account For Fractions In Movement

05 Dec 14:57
49d941a
Compare
Choose a tag to compare

What's Changed

  • Account for fractions of a pixel when drawing by @jepler in #45

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0 - Change Mode Default To Standard

04 Dec 14:21
06de267
Compare
Choose a tag to compare

NOTE: You must update your scripts to use turtle.mode("logo") if you were previously relying on logo mode behavior.

What's Changed

Full Changelog: 3.0.2...3.1.0

3.0.2 - Fix For Sphinx RTD Theme

07 Oct 22:34
Compare
Choose a tag to compare

3.0.1 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:53
Compare
Choose a tag to compare

Changes: 3.0.0...3.0.1

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-turtle.

Read the docs for info on how to use it.

3.0.0 - Remove Usage of Deprecate Displayio API

23 Oct 21:19
17a80d3
Compare
Choose a tag to compare

This release changes the library to use .root_group = in stead of .show() for putting a group onto the Display. The new root_group property API was added in CircuitPython 8.0.0 if you are using a version older than that you will not be able to use version 3.0.0 of this library until you update.

Thank you @RetiredWizard

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-turtle.

Read the docs for info on how to use it.

2.2.17 - Fix RTD Theme Issue

25 Sep 16:05
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-turtle.

Read the docs for info on how to use it.