Skip to content

Releases: adafruit/circup

Circup dev workflow upgrade

19 Feb 17:22
86c0d0a
Compare
Choose a tag to compare

This release updates the workflow of working on Circup to be aligned
with CircuitPython libraries and updates the GitHub Actions and
documentation to match.

Library dependencies pulled from bundles

18 Feb 06:31
4b757e8
Compare
Choose a tag to compare

With the Library dependencies now available in the bundles,
Circup no longer has to make web calls to get each requirements.txt

Bug Fixes

14 Feb 00:08
8fec75b
Compare
Choose a tag to compare

Bug Fixes

Remove 5.x Bundle

31 Jan 21:26
2e127eb
Compare
Choose a tag to compare

With the 5.X Bundle removed from the CircuitPython downloads, Circup also needed to be updated to not download 5.x.

Dependencies Automatically Installed

27 Jan 01:19
a4949b0
Compare
Choose a tag to compare

Dependencies specified in the requirements.txt file are checked and relevant ones are installed. Thanks @askpatrickw.

Multiple Modules can now be specified

21 Jan 23:04
32d3a31
Compare
Choose a tag to compare

Multiple modules can be installed or uninstalled with a single command. Thanks @askpatrickw

Black and Pylint support added for consistency

06 Jan 18:58
14be020
Compare
Choose a tag to compare

Black and Pylint support were added and pyflakes and pycodestyle were removed for consistency. Thanks @askpatrickw

Show Device and Bundle Versions

05 Jan 20:57
705c738
Compare
Choose a tag to compare

Show Device and Bundle Versions when updating in Verbose mode

New Features/Improvements

05 Jan 00:41
c477539
Compare
Choose a tag to compare
  • Adds warning on major version updates
  • Adds a --path option for specifying multiple devices
  • Updated dependencies to the latest stable semver

Fix version in command line

22 Dec 01:43
250d6f5
Compare
Choose a tag to compare

This fixes showing the correct version in the command line.