Skip to content

Commit

Permalink
Version 4.0.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Aug 14, 2022
1 parent bd497bf commit 758725a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -4,7 +4,28 @@ Version history

4.0.0b4 (2022-08-14)
====================
* Automatic reload for saved files after external modification (with help from @kr-g), #1589, #1455, #1968
* CHANGED: Require single click for toggling a breakpoint, #2293
* Refactor MicroPython/CircuitPython flashing dialog, #2344
* Add TODO view (by @kr-g), #2067
* Add possibility to activate a virtual environment via Files view (by @kr-g), #2381
* Add separate "Install ..." items to the back-end switcher menu if a device in UF2 bootloader mode is detected, #2387
* Automatically reload saved files after external modification (with help from @kr-g), #1589, #1455, #1968
* Add EV3 default password information to config page, #2284
* Don't choke on relative interpreter paths, #2335
* Don't crash when Windows network locations can't be found, #2285
* Don't show package extra deps even when the extra is combined with another condition
* Make paddings larger for hi-res displays
* Take OSC commands into account when looking for prompts (relevant for CircuitPython 8), #2349
* Support OSC sequences for setting terminal title, #2369
* Toggle hidden files also via file-browser's context menu, #1039
* Use "Install MicroPython" instead of "Install firmware", #2364
* Rename "Python 3" back-end to "Local Python 3"
* Seed find/replace with currently-selected text, #2356
* Work around Pylint error (make Pylint work again), #2359
* Add coloring for `match` and `case` soft keywords, #2358
* Add Slovenian translation (by cspaier)
* Update several translations
* Fix translations with bad placeholders (by @abrarwali), #2253

4.0.0b3 (2022-05-15)
====================
Expand Down
2 changes: 1 addition & 1 deletion thonny/VERSION
@@ -1 +1 @@
4.0.0b4-dev1
4.0.0b4

0 comments on commit 758725a

Please sign in to comment.