Skip to content

Latest commit

 

History

History
82 lines (80 loc) · 2.22 KB

CHANGES.md

File metadata and controls

82 lines (80 loc) · 2.22 KB

Version History

1.1:

  • Auto-detect a connected MicroPython device with an option to specify the device path manually in the IDE settings for MicroPython
  • Use the nearest directory marked "Sources Root" as the root of your device while flashing files
  • Ignore .git/, .idea/ and other files starting with '.' when flashing a directory
  • Launch a run configuration to flash a directory from its context menu
  • Compatibility with 2020.1-2020.2

1.0.14:

  • Compatibility with 2019.3-2020.1

1.0.13:

  • Compatibility with 2019.3 only

1.0.12:

  • Compatibility with 2018.3-2019.2

1.0.11:

  • Compatibility with 2018.3-2019.1

1.0.10:

  • Compatibility with 2018.3 only

1.0.9:

  • Compatibility with 2018.2-2018.3

1.0.8:

  • Compatibility with 2018.2 only

1.0.7:

  • Compatibility with 2017.3-2018.2

1.0.6:

  • Fixed several bugs in machine stub

1.0.5:

  • Don't delete boot.py when removing all files from the device #35

1.0.4:

  • Fixed launching REPL on Windows #12

1.0.3:

  • Fixed the outdated pyserial version in requirements #26
  • Fixed the error message when getting EACCESS error for the device file #27

1.0.2:

  • Restored compatibility with IntelliJ

1.0.1:

  • Restored compatibility with 2017.2-2018.1

1.0:

  • Run files and REPL for ESP8266 and Pyboard devices
  • Initial code insight for ESP8266 and MicroPython standard library
  • Action for detecting the device path in the MicroPython settings
  • Action for removing all files from the device

0.1:

  • Code insight and documentation for Micro:bit Python API
  • Run Python files on Micro:bit
  • Micro:bit Python REPL