Releases: 2bndy5/CircuitPython_Cirque_Pinnacle
Releases · 2bndy5/CircuitPython_Cirque_Pinnacle
v2.0.0 - Support new trackpad firmware
Breaking Changes
What's Changed
- Create dependabot.yml by @2bndy5 in #5
- Bump actions/checkout from 3 to 4 by @dependabot in #6
- switch from pylint to ruff by @2bndy5 in #8
- Bump actions/setup-python from 4 to 5 by @dependabot in #7
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #9
- Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.4 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #6
- @ramensum for hardware testing new firmware (see #14)
Full Changelog: 1.0.0...2.0.0
First stable release
What's Changed
Full Changelog: 0.0.4...1.0.0
some refactoring (fix setup.py)
Like the last release (except I fixed setup.py), this release is mostly documentation improvements.
Although, there are some code improvements too:
measure_adc()still exists, but its algorithm has been exposed asstart_measure_adc()&get_measure_adc()for asynchronous applications.- re-proritized parameters' order to
relative_mode_config() - changed examples to demonstrate proper namespacing as previous examples may have been confusing to newcomers in python
some refactoring
This release is mostly documentation improvements. Although, there are some code improvements too.
measure_adc()still exists, but its algorithm has been exposed asstart_measure_adc()&get_measure_adc()for asynchronous applications.- re-proritized parameters' order to
relative_mode_config() - changed examples to demonstrate proper namespacing as previous examples may have been confusing to newcomers in python
Initial Release
documentation lives at readthedocs.org
Initial release candidate
This pre-release is meant to test GitHub actions deploying to pypi