Skip to content

v2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 08:15
· 20 commits to main since this release
03e511e

BREAKING CHANGES:

  • Bin size has increased from 2mb to 3mb; you will need to erase/create a new file system to update from v2.0 to v2.1
  • Some library functions/methods that previously allowed keyword args to be given as positional args, will now only work as keyword args. (As far as I know, this isn't breaking any published MH apps, but could break some private apps.)

Major improvements:

  • Internationalization!
  • Full multilingual UTF8 font built in!
  • Some major improvements have been made to the code (a pyproject.toml has been added, and all builtin modules have been linted.)
  • Updated to MicroPython v1.23
  • Conditionals that are proccessed by parse_files.py are now commented out, rather than deleted.
  • Some small bugs have been fixed.

What's Changed

Full Changelog: v2.0...v2.1