Skip to content

Version 1.21.0

Latest
Compare
Choose a tag to compare
@Gadgetoid Gadgetoid released this 06 Oct 16:57
· 78 commits to main since this release
ee7f275

MicroPython Made Me Do It

This release is - mostly - to track the latest v1.21.0 release of MicroPython, so you can start enjoying the fixes/changes

For a complete list of MicroPython changes since v1.20.6, see micropython/micropython@856e08b...v1.21.0

⚠️ MicroPython v1.21.0 removes the "u" prefix from a number of modules, and we'll be updating our examples to match in good time. This may break backwards compatibility with older builds, so we'll give v1.21.x versions a little time to bed in first.

We have a couple of downstream fixes, too:

  • JPEGDEC: If you supply bytes to jpeg.open_RAM it will now work as you might expect
  • sdcard: We've dropped our compiled sdcard.mpy in favour of including the micropython-lib sdcard.py

What's Changed

Full Changelog: v1.20.6...v1.21.0