changelog
- Tue, 26 Nov 2024 19:46:36 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 26 Nov 2024 19:46:36 +0100] rev 11055
- Improved the CircuitPython device class and fixed som issues in the MPy REPL and main widget.
- Tue, 26 Nov 2024 17:07:48 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 26 Nov 2024 17:07:48 +0100] rev 11054
- Changed two translate statements in the UF2 Flash dialog class.
- Tue, 26 Nov 2024 16:56:34 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 26 Nov 2024 16:56:34 +0100] rev 11053
- MicroPython
- Improved the device detection of the UF2 Flash dialog to suppress devices not seen on the USB bus (happens when devices have identical BOOT volume names).
- Thu, 21 Nov 2024 17:12:21 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Thu, 21 Nov 2024 17:12:21 +0100] rev 11052
- Find In Files
- Added the capability to filter the list of files to be searched.
- Tue, 19 Nov 2024 16:08:15 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 19 Nov 2024 16:08:15 +0100] rev 11051
- MicroPython
- Enhanced the WiFi and BLE detection for Pimoroni RP2350 boards because their firmware has modules for these even if the CYW43 chip is not present.
- Tue, 12 Nov 2024 19:26:31 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 12 Nov 2024 19:26:31 +0100] rev 11050
- Modified the project translations browser to use the introduced lrelease configuration option.
- Tue, 12 Nov 2024 18:01:04 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 12 Nov 2024 18:01:04 +0100] rev 11049
- Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
- Mon, 11 Nov 2024 15:00:58 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 11 Nov 2024 15:00:58 +0100] rev 11048
- Enhanced the Python debugger to be prepared for tracing on opcode level.
- Sun, 10 Nov 2024 15:21:04 +0100
- by T.Rzepka <Tobias.Rzepka@gmail.com> [Sun, 10 Nov 2024 15:21:04 +0100] rev 11047
- Fix autocomplete in shell window for Python 3.13.
Also fixes an old bug preventing autocomplete in seldom situations.
- Sat, 09 Nov 2024 17:23:04 +0100
- by T.Rzepka <Tobias.Rzepka@gmail.com> [Sat, 09 Nov 2024 17:23:04 +0100] rev 11046
- Bugfix for filtering redundant break- and watchpoints.