Skip to content

4.0.0 - Dropped Python 3.8 support, added detect command, add timeout options

Latest
Compare
Choose a tag to compare
@tekktrik tekktrik released this 15 Jan 14:58
274446d

Functional changes:

  • Dropped support for Python 3.8
  • Added detect command for detecting connected CircuitPython boards (both CIRCUITPY and bootloader mode)
  • Added optional timeout argument to install and update commands
  • Improved error messages when things go wrong when downloading UF2s
  • Updated requirements (both required and development)

Development changes:

  • Fixed minor issues in Makefile commands
  • Fixed CI issue where Windows tests were not fully cleaned up