Skip to content

Releases: arduino/lab-micropython-editor

0.11.1

18 Dec 20:06
5c42aeb
Compare
Choose a tag to compare

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:

  • Shortcuts!!!
    • Connect
    • Disconnect
    • Run
    • Stop
    • Reset
    • Save
    • Switch between Editor and File Manager
    • Clear terminal output
  • Run only the selected block of code (with OS dependent Shortcut!)
  • Added binary transfer from board to host computer
  • Display name of file being currently transferred
  • Enforce confirmation to save when closing the first tab or the editor with a single (unsaved) tab
  • Removed forced /lib folder creation which could freeze the editor on boards with a corrupted File System
  • Increased size of line numbers column to support 4 digits
  • Replaced icons for Editor and File Manager, as well as the one indicating the board in File Manager and on tabs

Fixes:

  • Implemented a more reliable timeout on connection to prevent UI lock-ups
  • Fixed recursive upload of folders on Windows
  • Fixed loss of focus and ability to edit on Windows
  • Refactored Serial connection handling

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

29 Apr 06:59
0a1cbf3
Compare
Choose a tag to compare

0.9.1

17 Apr 06:32
2b560af
Compare
Choose a tag to compare
  • Updated README.md
  • Split backend code from index.js into different files
    • IPC communication
    • Custom menu and about page
    • Helpers (mostly file system)
  • Fixed broken about window

0.9.0

16 Apr 11:40
9160342
Compare
Choose a tag to compare

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

07 Jul 12:06
9dedd05
Compare
Choose a tag to compare

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

  • fixed disk files sorting
  • Update UI elements
  • Persist local folder path on localStorage
  • New file management
  • Fixed Windows path resolving
  • many other bugs we bumped into or created ourselves

Big Thanks To

  • @kittaakos who found interest in the project
  • @per1234 who always has great suggestions and tips on GH actions
  • Ernesto and Gabriele from our Design Team for the feedback on UX and the pretty UI elements
  • Anyone inside Arduino who was patient and helpful 💟

Full Changelog: 0.7.0...0.8.0

0.8.0 Release Candidate 3

05 Jul 13:41
4ba5831
Compare
Choose a tag to compare
Pre-release
  • fixed double-run bug
  • updated micropython.js
  • refactored REPL command handling

0.8.0 Release Candidate 2

30 Jun 05:40
4e890a6
Compare
Choose a tag to compare
Pre-release

Further minor fixes have been introduced prior to releasing 0.8.0

0.8.0 Release Candidate update

28 Jun 12:30
db8a85f
Compare
Choose a tag to compare
Pre-release

resolves Windows path bug on 0.8.0-RC

0.8.0 Release Candidate

23 Jun 12:56
44bd0f6
Compare
Choose a tag to compare
Pre-release

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

Improvements

  • major refactoring of micropython.js package
  • more sophisticated files panel
  • implementation of folder navigation
  • wider compatibility range with MicroPython boards

Bug fixes

  • more robust save/upload/download operations
  • on Mac, the Editor safely disconnects from the board
  • multiple minor bug fixes since v. 0.7.0

0.7.0

04 Mar 06:48
b15464b
Compare
Choose a tag to compare