Skip to content

Version 3.3.4

Compare
Choose a tag to compare
@aivarannamaa aivarannamaa released this 17 Feb 15:09
· 1142 commits to master since this release

This is mostly a bug-fix release.

Installation

  • Windows: download and execute thonny-3.3.4.exe. You may receive a warning dialog from Defender until it gains more reputation. Just click "More info" and "Run anyway".
  • macOS: download and open thonny-3.3.4.pkg and follow the instructions. NB! While using Thonny you may be asked for permission to use Desktop or Documents. Make sure you grant the permission, othewise Thonny can't work in that folder!
  • macOS Big Sur: thonny-3.3.4.pkg may work, but if you are having problems, then try thonny-3.3.1_alt.pkg from a previous release instead. This one has universal build of Python 3.9 (instead of 3.7) and newer Tk (8.6.10 instead of 8.6.8).
  • Linux: download thonny-3.3.4.bash and execute it with Bash (bash thonny-3.3.4.bash)

thonny-xxl variants have more packages preinstalled.

Changes since 3.3.3:

  • CHANGED: MicroPython time synchronization now sets RTC to local time instead of UTC. This can be changed via a hidden configuration option (https://github.com/thonny/thonny/wiki/MicroPython#advanced-configuration), #1603
  • Add time synchronization for RaspberryPi Pico, #1563, #1592
  • Skip loading obsolete thonny-pico plug-in, which is now built in, #1575
  • Get rid of misleading SSL warning in micropip.py and show a warning about non-MicroPython packages, #1621
  • Fix WebREPL connection for MicroPython 1.14 by using regular paste mode instead of the new raw-paste mode, #1613
  • Delay importing jedi and asttokens for improved performance, #1556
  • Don't assume "dialout" group is required when MicroPython connection fails with permission error, #1286
  • Reduce the memory usage of showing global variables by capping object representations to 50 first characters in MicroPython, #1582
  • Add Hungarian translation (by Laszlo Kocsis)
  • Updated translations for German, Korean, Italian, Dutch (by various authors)