This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Releases: srobo/j5
Releases · srobo/j5
v1.1.2
v1.1.1
v1.1.0
What's Changed
- Add Discovery Only Support to Backends
- Add Board Feature Support and SR PBv4 5V + Brain Output Features by @trickeydan in #817
- Add support for SRv4 Power Board Serial Interface by @raccube in #812
- boards: Implement KCH Board by @trickeydan in #818
- Add Power Board compatibility backend by @trickeydan in #821
- Fix Readthedocs build by @trickeydan in #822
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- ci: Stop testing on Python 3.6 by @trickeydan in #763
- ci: Test on Python 3.10 by @trickeydan in #764
- Fix Ruggeduino driver not setting DIGITAL_OUTPUT mode by @trickeydan in #762
- Implement PWM LED Component by @trickeydan in #773
- Implement RGB LED Component by @trickeydan in #774
- Improve Docs by @trickeydan in #778
- Distinguish between blocking and non-blocking buzzes by @trickeydan in #779
- Drop Python 3.6 and Update Dependencies by @trickeydan in #801
- mypy: Show error codes by @trickeydan in #805
- Add base j5Exception by @trickeydan in #806
- Handle USB Devices without serial numbers by @trickeydan in #804
- Drop Type Stubs that we no longer need by @trickeydan in #802
Full Changelog: v0.13.1...v1.0.0
v1.0.0rc1
What's Changed
- Drop Python 3.6 and Update Dependencies by @trickeydan in #801
- mypy: Show error codes by @trickeydan in #805
- Add base j5Exception by @trickeydan in #806
- Handle USB Devices without serial numbers by @trickeydan in #804
- Drop Type Stubs that we no longer need by @trickeydan in #802
- Bump version to v1.0.0rc1 by @trickeydan in #807
Full Changelog: v1.0.0b1...v1.0.0rc1
v1.0.0b1
What's Changed
- ci: Stop testing on Python 3.6 by @trickeydan in #763
- ci: Test on Python 3.10 by @trickeydan in #764
- Fix Ruggeduino driver not setting DIGITAL_OUTPUT mode by @trickeydan in #762
- Implement PWM LED Component by @trickeydan in #773
- Implement RGB LED Component by @trickeydan in #774
- Improve Docs by @trickeydan in #778
- Bump version to v1.0.0b1 by @trickeydan in #791
Full Changelog: v0.13.1...v1.0.0b1
Release 0.13.1
What's Changed
- ci: Add MacOS to CI by @trickeydan in #740
- Add an additional ruggeduino USB id by @RealOrangeOne in #755
- Bump version to 0.13.1 by @trickeydan in #756
Full Changelog: v0.13.0...v0.13.1
Release 0.13.0
- Refactor Console class to be more pythonic
- Refactor discovery to be more pythonic
Release 0.12.0
Merge pull request #730 from j5api/release-0-12-0 Bump version to 0.12.0
Release v0.11.1
- Fixes #713