changelog
- Wed, 06 Mar 2024 09:36:09 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Wed, 06 Mar 2024 09:36:09 +0100] rev 10627
- Fixed an issue with the MultiProcess extension for the subprocess module causing Popen to fail when the first argument was passed as a keyword (see issue 550).
- Mon, 04 Mar 2024 18:16:19 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 04 Mar 2024 18:16:19 +0100] rev 10626
- MicroPython
- Updated the list of known CircuitPython boards.
- Updated the list of known UF2 capable boards.
- Mon, 04 Mar 2024 15:03:15 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 04 Mar 2024 15:03:15 +0100] rev 10625
- Snapshot
- Disabled the snapshot functionality for Wayland based desktops.
- Mon, 04 Mar 2024 11:56:17 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 04 Mar 2024 11:56:17 +0100] rev 10624
- Updated translations.
- Mon, 04 Mar 2024 11:46:04 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 04 Mar 2024 11:46:04 +0100] rev 10623
- Updated the source code documentation.
- Mon, 04 Mar 2024 11:45:12 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 04 Mar 2024 11:45:12 +0100] rev 10622
- Corrected some code style issues.
- Mon, 04 Mar 2024 11:42:39 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 04 Mar 2024 11:42:39 +0100] rev 10621
- Corrected some code formatting issues.
- Mon, 04 Mar 2024 11:26:52 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 04 Mar 2024 11:26:52 +0100] rev 10620
- pip Interface
- Added the capability to install packages given in the `project.dependencies` section of a `pyproject.toml` file.
(see issue 546)
- Sun, 03 Mar 2024 16:31:14 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sun, 03 Mar 2024 16:31:14 +0100] rev 10619
- Shell
- Added a context menu action to open an editor for a file at a line of an exception shown in the console window.
(see issue 548)
- Sun, 03 Mar 2024 15:56:25 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sun, 03 Mar 2024 15:56:25 +0100] rev 10618
- Project
- Added an action to the `Other Tools` menu to clear the byte code caches of the project.
(see issue 547)