A new version of Arduino Lab for MicroPython is out.
This version has been in the works for a few months. We have been using its iterations internally over the past few months and feel pretty good about releasing it now 🙂
Lots of bugs have been fixed, even the ones which were never reported by users.
Hope you like the direction and continue reporting issues and desired features.
It might take a while, but we'll get there.
Thank you for your support 🙏🏼
What Changed
- Updated toolbar design
- Added Package Installer button
- Some updated icons
- Better menu actions and shortcuts
Bug fixes
- Removed redundant About menu item. by @ubidefeo in #169
- Windows: fixed bug in path handling that could freeze the editor
- Design/window css adjustments by @ubidefeo in #171
- Loading files overlay revised to display progress
- Add button to launch package installer
- Stop button will more solidly stop the program
- Switching from editor to file manager will ensure program is stopped before listing files (prevents UI lock)
- Board's root detection addresses boards with
/flash
mount points and resolves UI lock on file creation
Build process
- GH Actions updated to v4
- Mac Universal Binary
Full Changelog: 0.11.1...0.20.0