Releases: adafruit/Adafruit_CircuitPython_ProgressBar
2.1.1 - Improved documentation
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.
2.1.0 - Added progressbar color changing example
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.
2.0.0 - Vertical Progress Bar
This release makes the library into a module and includes a new VerticalProgressBar and refactored HorizontalProgressBar.
There is a backwards compatible class ProgressBar class that can be used with the same API as the old version. The import syntax has changed slightly from the old version though. User code will need to be updated to import like this:
from adafruit_progressbar.progressbar import ProgressBar
Check the examples folder to see how to use the new Vertical and Horizontal classes directly.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.
1.3.8 - Moved pylint from build.yml to .pre-commit-config.yml
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.
1.3.7 - Fixed issue with Black and Pylint versions in the pre-commit config
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.
1.3.6 - Moved to pre-commit, added licensing info
pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.
You can run pre-commit locally with pre-commit run --all-files
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.
1.3.5 - MagTag example
There is now an example script adapted for use on MagTag
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.
1.3.4 - Renamed _width and _height attributes since they conflicted with Tilegrid
Thanks @mtowara for the fix!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.
1.3.3 - Public width and height properties
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.
Improvements to simpletest
Thanks @FoamyGuy for the improvements!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-progressbar
.
Read the docs for info on how to use it.