Skip to content

Releases: adafruit/Adafruit_CircuitPython_PortalBase

Now works with settings.toml

01 Aug 15:23
cf0179b
Compare
Choose a tag to compare

This release now works with settings.toml as well as secrets.py for backward compatibility. the secrets.py functionality will be removed in a future release. Thank you @makermelissa.

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

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

Read the docs for info on how to use it.

1.14.9 - Docstrings Improvement

17 Jul 16:06
98d1d12
Compare
Choose a tag to compare

This release contains improvements to the docstrings. Thank you @makermelissa.

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

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

Read the docs for info on how to use it.

1.14.8 - Updated .pylintrc, fixed jQuery

26 May 16:15
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.14.7 - Updated pre-commit hooks

18 May 15:25
9a0ccc9
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.14.6 - Documented the return value of add_text()

16 Jan 02:54
759c5c3
Compare
Choose a tag to compare

Documented the return value of add_text(). Thanks @Neradoc!

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

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

Read the docs for info on how to use it.

Fixed the NeoPixel Status Light Colors

16 Nov 22:37
11ead55
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.14.4 - Pass response via HttpError

09 Sep 19:31
7eeea1a
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.14.3 - Lazily parse secrets

26 Aug 15:16
5858a2f
Compare
Choose a tag to compare

Allows derived classes to instance without parsing the secrets dictionary, which allows for use of derived classes without providing network information.

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

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

Read the docs for info on how to use it.

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

26 Aug 02:40
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.14.1 - Fixed version string

22 Aug 19:00
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.