Skip to content

Releases: adafruit/Adafruit_CircuitPython_HID

5.3.3 - improve typing

09 Sep 03:06
93c7e0e
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-hid.

Read the docs for info on how to use it.


What's Changed

  • Use future annotations to allow import on desktop computers by @jepler in #101
  • Act gracefully when more than 6 keys are reported at once by @jepler in #103
  • Typing improvements by @jepler in #104

Full Changelog: 5.3.2...5.3.3

5.3.2 - Removed unneeded import

05 Sep 00:20
6f3a8f3
Compare
Choose a tag to compare

Removed the unneeded typing import block for one of the files. No functional changes are included in this release.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-hid.

Read the docs for info on how to use it.

5.3.1 - Fixed copyright string in documentation

29 Aug 21:11
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-hid.

Read the docs for info on how to use it.

5.3.0 - Added CircuitPython 8.X compatibility

18 Aug 15:01
4d68643
Compare
Choose a tag to compare

Updated this library to work with CircuitPython 8.X. Thanks @Neradoc!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-hid.

Read the docs for info on how to use it.

5.2.5 - Switched to pyproject.toml

09 Aug 19:35
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-hid.

Read the docs for info on how to use it.

5.2.4 - Added cp.org link to index.rst

09 Jun 18:53
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-hid.

Read the docs for info on how to use it.

5.2.3 - Repo documentation and config updates

07 Jun 17:22
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-hid.

Read the docs for info on how to use it.

5.2.2 - Updated documentation link, python version

04 Feb 20:11
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-hid.

Read the docs for info on how to use it.

5.2.1 - Updated pylint version, linted

15 Nov 19:08
d79dd18
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-hid.

Read the docs for info on how to use it.

5.2.0 - Incorporate KeyboardLayoutBase

26 Oct 15:31
756f5eb
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-hid.

Read the docs for info on how to use it.