Skip to content

Releases: arduino/lab-micropython-editor

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

0.6.0

05 Jan 12:39
Compare
Choose a tag to compare

What's Changed

  • Updated icons to copy/paste from/to terminal
  • Added disclaimer and policy about issues
  • Update references to previous repository name
  • Product name change and bugfixes
  • Fixing node version and sync package lock
  • Asking for confirmation to remove and overwrite files
  • Create a window bridge to set window min size from the UI
  • Several UX fixes

New Contributors

Full Changelog: 0.5.0-alpha...0.6.0