github thonny/thonny v3.3.13
Version 3.3.13

latest releases: v4.1.4, v4.1.3, v4.1.2...
2 years ago

Version 3.3.12 was a bug-fix release (not released on GitHub). Version 3.3.13 adds a small metadata update relevant (relevant only for Linux packagers).

Installation

  • Windows: download and execute thonny-3.3.13.exe. You may receive a warning dialog from Defender until it gains more reputation. Just click "More info" and "Run anyway". NB! Windows installer has been refactored, see https://github.com/thonny/thonny/wiki/DeploymentOptions#all-users-vs-current-user-install for more info!
  • macOS: download and open thonny-3.3.13.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.13.pkg may work, but if you are having problems, then try thonny-3.3.10-alt.pkg from the previous release. This one has universal build of Python 3.9 (instead of 3.7) and newer Tk (8.6.11 instead of 8.6.8).
  • Linux on 32-bit and 64-bit x84: download thonny-3.3.13.bash and execute it with Bash (bash thonny-3.3.13.bash).
  • All platforms: create a virtual environment, install with pip install thonny and run with thonny.

thonny-xxl variants have more packages preinstalled.

Changes since 3.3.11

  • Restore syncing to localtime for RPi Pico (fixed regression introduced in 3.3.11), #1886
  • Fix installing from requirements.txt in MicroPython, #1879
  • Allow specifying different colors for method and function calls, by Jonathan Campbell, #1884
  • Extend editor API for plug-ins (close event and content load/save hooks), by Nicolas Despres, #1891
  • Fix technical errors in some translations, by Karolina Surma, #1895
  • Warn when inputting non-ascii chars in MicroPython, #1911
  • Fix installing for all users in Windows installer, #1119 and #1909. See https://github.com/thonny/thonny/wiki/DeploymentOptions#all-users-vs-current-user-install for more info.
  • Prepare Thonny for Flatpak, by Jordan Williams, #1900 and #1912
  • Update minipip to 0.1b5 in order to skip installing Blinka when installing libraries for CircuitPython
  • Update Polish translation
  • Update org.thonny.Thonny.appdata.xml

Don't miss a new thonny release

NewReleases is sending notifications on new releases.