Skip to content

Releases: arduino/lab-micropython-package-installer

v1.0.1

13 Mar 16:01
Compare
Choose a tag to compare

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

18 Dec 10:29
Compare
Choose a tag to compare

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

09 Dec 14:48
Compare
Choose a tag to compare
v1.0.0-preview.4 Pre-release
Pre-release

This release features a slightly more compact UI and fixes some small visual glitches.

v1.0.0-preview.3

29 Nov 12:00
Compare
Choose a tag to compare
v1.0.0-preview.3 Pre-release
Pre-release

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

27 Nov 15:08
Compare
Choose a tag to compare
v1.0.0-preview.2 Pre-release
Pre-release

This release improves the search to help finding packages by allowing some fuzziness in the search term.

v1.0.0-preview.1

25 Nov 23:06
Compare
Choose a tag to compare
v1.0.0-preview.1 Pre-release
Pre-release

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

22 Nov 23:46
Compare
Choose a tag to compare
v1.0.0-preview.0 Pre-release
Pre-release

Initial release for testing only. Do not use in production.