Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

45 lines (29 loc) · 1.15 KB

Change Log

1.4.0 - 2021-10-29

  • Add title menu buttons for easier access to commands

1.3.1 - 2021-09-25

  • Enhance prnting to correct new lines and bare printing numbers
  • Fix auto-uploading of programs to slot 0

1.3.0 - 2021-09-22

  • Bundle extension with webpack improving load performance and minimizing size

1.2.2 - 2021-09-08

  • Add support for VSCode 1.59+ for Apple Silicon

1.2.1 - 2021-08-29

  • Add support for Linux x64 platform

1.2.0 - 2021-08-22

  • Add support for native python print command (it is no longer needed to override with the spike prime version!)
  • Print error when local MPY compile fails
  • Don't use temp file for compiled MPY result. Stream the result directly from memmory.

1.1.1 - 2021-08-09

  • Add support for VSCode 1.59+ (macOS x64, win32 and win64)

1.1.0 - 2021-08-02

  • Added option to compile programs to MPY before uploading to the LEGO Brick
  • Fix print to be faster and not delay program for 1sec

1.0.3 - 2021-06-13

  • Add bindings for M1 Mac platform

1.0.2 - 2021-05-16

  • Add bindings for win32 platform

1.0.1 - 2021-05-15

  • Bumped Electron version

1.0.0 - 2021-05-02

  • Initial release