Releases: adafruit/Adafruit_CircuitPython_PortalBase
1.15.3 - Replace `.show()` with `.root_group =`
What's Changed
- Remove depreciated .show from library by @RetiredWizard in #95
New Contributors
- @RetiredWizard made their first contribution in #95
Full Changelog: 1.15.2...1.15.3
1.15.2 - Fix RTD Theme Issue
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.
Fixes bitmaptools missing issue
This release fixes an issue where bitmaptools was missing in the documentation building. 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.
Now works with settings.toml
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
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
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
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()
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
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
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.