Skip to content

v0.16.1 - Enhanced Windows Compatibility

Compare
Choose a tag to compare
@BrianPugh BrianPugh released this 29 Jan 22:59
· 227 commits to main since this release
0c9f8a1

Bug Fixes

  • When syncing, correctly use POSIX destination paths instead of matching host (Fixes #78)
  • Improved path resolving when executing belay commands in subdirectories of a Belay project.

New Features

  • Additional functionality to: belay run. If the specified port is actually an executable, executes it after setting MICROPYPATH to cached project dependencies. Intended to be used as belay run micropython my_script.py.