Releases: adafruit/Adafruit_CircuitPython_PyBadger
Releases · adafruit/Adafruit_CircuitPython_PyBadger
4.0.7 - Update Ruff Config & RTD Style Fix
Full Changelog: 4.0.6...4.0.7
4.0.6 - Use Newer OnDiskBitmap API
4.0.5 - Update RTD Config
Full Changelog: 4.0.4...4.0.5
4.0.4 - Use Ruff & Fix URL in pyproject.toml
What's Changed
Full Changelog: 4.0.3...4.0.4
4.0.3 - Fix For New CLUE Hardware
What's Changed
Full Changelog: 4.0.2...4.0.3
4.0.2 - RTD Sphinx Config
Full Changelog: 4.0.1...4.0.2
4.0.1 - Fix For Sphinx RTD Theme
Full Changelog: 4.0.0...4.0.1
Change show() to root_group property
Any user code that was user badger.show(your_group) will need to be updated to use badger.root_group = your_group instead.
What's Changed
Full Changelog: 3.8.1...4.0.0
3.8.1 - Fix RTD Docs Build and Unpin Sphinx
Changes: 3.8.0...3.8.1
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-pybadger.
Read the docs for info on how to use it.
3.8.0 - replace .show()
What's Changed
- Replace depreciated .show() by @RetiredWizard in #68
New Contributors
- @RetiredWizard made their first contribution in #68
Full Changelog: 3.7.14...3.8.0