Releases ยท arduino/lab-micropython-editor (original) (raw)

0.20.0

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

Bug fixes

Build process

Full Changelog: 0.11.1...0.20.0

0.11.1

This update brings some refactoring and bug/fixes that make the editor more stable and resilient.

Here's a list of features and bug-fixes we've worked on.

Features:

Fixes:

Known bugs:

On Windows recursive upload (computer to board) of folders is a little dodgy due to a path conversion issue.
Fix will come in 0.11.2

EXTRA:

We uploaded an experimental build for Linux on arm64 which has been loosely tested on Raspberry Pi 5 and a few VMs.
Give it a try if you feel daring, but we got mixed results ๐Ÿ˜‰

Acknowledgments

A massive thank you to everyone who's been filing issues (which we read but often don't have time to handle right away), giving us feedback, working on fixing bugs and working around the kinks of this experimental project.

Enjoy the holidays, make something fun and see you next year ๐ŸŽ†

0.10.0

0.9.1

0.9.0

Arduino Lab for MicroPython 0.9.0

This is an entire rewrite of this editor, hence listing changes does not make any sense.
Please refer to the README.md file for a full description of features implemented compared to 0.8.0

Thanks everyone for the patience and the (almost always) constructive feedback in the issues reported :)

0.8.0

This release introduces major changes to the file manager as well as a large amount of bug-fixes and extended compatibility range.
The presence of folder navigation allows users to import libraries and modules into the board's lib folder, which is automatically created if not already present in the board's root.
Keeping libraries away from the root makes the whole directory listing cleaner and less prone to accidental damage.

The UI introduces some nice icons from our internal design system

These are the most interesting changes

Big Thanks To

Full Changelog: 0.7.0...0.8.0

0.8.0 Release Candidate 3

0.8.0 Release Candidate 2

Further minor fixes have been introduced prior to releasing 0.8.0

0.8.0 Release Candidate update

resolves Windows path bug on 0.8.0-RC

0.8.0 Release Candidate

This is a pre-release with new features available for internal testing and bug reporting.
Please report bugs to the GitHub issue section.

Improvements

Bug fixes