1.4.0
Not what was promised in the roadmap, but still worth a release.
Added
- Allow passing the path to the script to execute as a CLI argument.
- Open a REPL from the CLI interface by using the
py
command:- The
py
command is only available while the app is running. - You cannot run a Python script and use the REPL at the same time.
- You can also start a Python script with the
py
command while the app is idle.
- The
Changed
- MicroPython update to version 1.23.0.