Changelog:
- Fix MicroPython management errors when user code shadows built-in names
- Fix package manager getting frozen when installing packages
- Fix problem of MicroPython package manager taking module names for distribution names
- Fix ugly error in ESP flasher dialog when esptool is not found
- Fix Tkinter error when using venv created from bundled Python
- Use 0..6 for weekday when synchronizing RTC via machine
- Make esptool auto-detect chip type
- Fix Unix MicroPython time validation (misdiagnosed time offset)
- Update dependencies in Thonny+Python bundles
- Update Spanish, Polish, Chinese (TW) translations
- Support installing regular pip-compatible packages to MicroPython or CircuitPython (so far only upip-compatible packages were supported)
- Fix "error 403" problems when installing MicroPython packages from PyPI.
- Fix error when Object inspector is open and a MicroPython object can't be found by id
- Reduce memory usage by Thonny's MicroPython helper (store last REPL value in global _ instead of storing N last values in a list)
- Fix missing libffi6 error
Signed-off-by: Algent Albrahimi <algent@protonmail.com>