Releases: adafruit/Adafruit_CircuitPython_PortalBase
2.1.2 - Fix For Sphinx RTD Theme
Full Changelog: 2.1.1...2.1.2
2.1.1 - Use Ruff
2.1.0 - Support max_attempts Arg on get_local_time()
What's Changed
- Fix README requirements by @justmobilize in #101
- Add max_attempts to get_local_time by @colonwq in #103
Full Changelog: 2.0.0...2.1.0
Remove Legacy Socket API and Support Connection Manager
What's Changed
- Remove legacy requests.set_socket by @justmobilize in #100
New Contributors
- @justmobilize made their first contribution in #100
Full Changelog: 1.16.1...2.0.0
1.16.1 - Fix RTD Docs Build and Unpin Sphinx
Changes: 1.16.0...1.16.1
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.
Add more Adafruit IO functionality to Network
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.15.4 - fix doc build
What's Changed
- Add missing sphinx-rtd-theme module to requirements by @makermelissa in #97
Full Changelog: 1.15.3...1.15.4
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.