Releases: adafruit/Adafruit_CircuitPython_Dash_Display
2.1.4 - Docstrings & Type Annotations
2.1.3 - Fix For Sphinx RTD Theme
Full Changelog: 2.1.2...2.1.3
Update Examples For ConnectionManager SSL
What's Changed
- Update legacy set_socket examples by @justmobilize in #17
- Fix get_radio_ssl_context by @justmobilize in #18
New Contributors
- @justmobilize made their first contribution in #17
Full Changelog: 2.1.1...2.1.2
2.1.1 - Fix RTD Docs Build and Unpin Sphinx
Changes: https://github.com/adafruit/Adafruit_CircuitPython_Dash_Display
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-dash-display
.
Read the docs for info on how to use it.
2.1.0 - examples now support settings.toml
What's Changed
- Update examples to work with settings.toml by @RetiredWizard in #16
Full Changelog: 2.0.2...2.1.0
2.0.2 - Updates For New Display API
This release contains updates for the new Display API for Circuitpython 9.x. Thank you @RetiredWizard
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-dash-display
.
Read the docs for info on how to use it.
2.0.1 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-dash-display
.
Read the docs for info on how to use it.
2.0.0 - io_mqtt Argument + Improved Docs + F-strings
This release includes improved docstrings for function arguments.
as well changes to make pylint happier: using f-strings instead of format(), and renamed io
argument to io_mqtt
to conform to pylint naming guidelines and be more descriptive. Thank you @kattni
This is a breaking change for any user code that was passing the io
parameter by name, such code will need to be updated to use the new name io_mqtt
.
User code that was passing positional arguments only with no name should continue to function the same without needing any changes.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Dash-Display
.
Read the docs for info on how to use it.
1.1.16 - Typing Information
This release contains typing information for function arguments and returns. Thank you @julianaklulo.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Dash-Display
.
Read the docs for info on how to use it.
1.1.15 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Dash-Display
.
Read the docs for info on how to use it.