Skip to content

Releases: adafruit/Adafruit_CircuitPython_ProgressBar

2.1.1 - Improved documentation

17 May 19:03
8c8c8cd
Compare
Choose a tag to compare

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

04 May 18:05
7b617d3
Compare
Choose a tag to compare

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

25 Apr 14:40
c48372c
Compare
Choose a tag to compare

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

03 Mar 00:04
Compare
Choose a tag to compare

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

10 Feb 22:36
Compare
Choose a tag to compare

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

09 Feb 20:54
35f0ae9
Compare
Choose a tag to compare

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

25 Nov 02:56
f8206d4
Compare
Choose a tag to compare

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

29 Oct 20:03
f149b60
Compare
Choose a tag to compare

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

25 Aug 21:21
2dde38e
Compare
Choose a tag to compare

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

20 Aug 21:25
2fb1bd1
Compare
Choose a tag to compare

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.