Skip to content

Commit

Permalink
Version 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Aug 11, 2023
1 parent 0a5f184 commit ce17d7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
Version history
===============

4.1.2 (2023-08-??)
4.1.2 (2023-08-12)
==================
* Avoid repetitive attempts to restart backend after connection gets lost during a Run (#2836)
* Automatically hide tooltips if window loses focus, #2607
* Import optional deps with augmented sys.path, fixes problems with importing plug-ins (#2816)
* Don't leak main site-packages to virtual environment's sys.path, #2867
* Fix Assistant error with relative imports, #2873
* Don't attempt to save unchanged editor at run, #2804
* Fix MicroPython upload errors by more conservative back-end isolation, #2016, #2851, #2864
* Fix MicroPython code completions by fixing packaging of base MicroPython stubs, #2895
* Fix various completion failures by reverting a jedi hack (67f2c120)
* Avoid duplicate MicroPython completions when a module is already imported (852308fd)
* Update Persian, Italian, Japanese, Brazilian Portuguese and Chinese translations (see POEditor for contributions)

4.1.1 (2023-06-11)
Expand Down
2 changes: 1 addition & 1 deletion packaging/linux/org.thonny.Thonny.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<content_rating type="oars-1.1" />

<releases>
<release version="4.1.2" date="2023-08-11">
<release version="4.1.2" date="2023-08-12">
<description>
<p>
Bug-fix release.
Expand Down
2 changes: 1 addition & 1 deletion thonny/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.2-dev1
4.1.2

0 comments on commit ce17d7b

Please sign in to comment.