Skip to content

Releases: adafruit/Adafruit_CircuitPython_ImageLoad

1.17.3 - Updated .pylintrc, fixed jQuery

26 May 16:22
1bf25b5
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.17.2 - Improved documentation and pylint fixes

11 May 16:25
bc7fa53
Compare
Choose a tag to compare

What's Changed

  • Add png and gif to docs, and note png format restriction by @Neradoc in #67
  • Fix pylint errors by @tekktrik in #69

Full Changelog: 1.17.1...1.17.2

1.17.1 - Refactor and Readability Improvements

25 Apr 23:21
1ae6b2c
Compare
Choose a tag to compare

This release contains an internal refactor to avoid variables with changing types and improved readability. Thank you @matt-land!

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

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

Read the docs for info on how to use it.

1.17.0 PNG Typing + Example

09 Jan 15:15
b3953c8
Compare
Choose a tag to compare

This release provides typing and an example script illustrating PNG usage added in a prior recent release.

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

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

Read the docs for info on how to use it.

1.16.8 - Updated CI workflow files

24 Oct 23:54
722a698
Compare
Choose a tag to compare

Updated CI workflow files for this library.

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

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

Read the docs for info on how to use it.

1.16.7 - Added PNG support

18 Oct 15:16
8ab825f
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.16.6 - Made copyright stay up to date in docs/conf.py

26 Aug 02:39
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.16.5 - Fixed version string

22 Aug 18:58
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.16.4 - Switched to pyproject.toml

09 Aug 19:35
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.16.3 - Added cp.org link to index.rst

09 Jun 19:11
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.