Releases: arduino/lab-micropython-package-installer
Releases · arduino/lab-micropython-package-installer
v1.0.1
This release includes the following improvements:
- Custom URL scheme handler for Windows and Linux. The application can be launched using micropython-package-installer://
- The
lib
path is determined at runtime. This ensures compatibility with different boards. - A close button was added to the installation output panel
v1.0.0
This is the first stable release. Compared to the preview releases it adds cross compilation on windows, improves error messages and saves settings persistently.
v1.0.0-preview.4
This release features a slightly more compact UI and fixes some small visual glitches.
v1.0.0-preview.3
This release improves the fuzzy search allowing to search for authors and URLs and fixes a regression with exact matches.
v1.0.0-preview.2
This release improves the search to help finding packages by allowing some fuzziness in the search term.
v1.0.0-preview.1
This release improves the reliability of the tool when installing a package:
- It stops any script that might be currently running in order to open a REPL connection
- It ensures that the
lib
folder exists before unpacking packages.
v1.0.0-preview.0
Initial release for testing only. Do not use in production.