Skip to content

Releases: metachris/micropython-ctl

v1.13.2

12 Mar 20:06
4b0f274
Compare
Choose a tag to compare

v1.11.2...v1.13.2

  • mctl sync: synchronize a directory onto the device. checks file hashes and only uploads changed ones, deletes removed one.
  • listFiles can now include sha256 hash (also mctl ls --include-hash)
  • mctl put: --changed-only flag to check hash and upload only if changed (useful for large files, downside it needs to calculate the hash before uploading)
  • mctl repl opens a webserver allowing other mctl processes to reuse that session for running scripts
  • connect bugfix (implemented readUntil)
  • major runScript speed improvements (tests run in 10s, before 16s)

v1.11.2

09 Mar 22:59
d169e61
Compare
Choose a tag to compare

v1.11.0...v1.11.2

  • rm / -r bugfix for some devices

v1.11.0

26 Feb 15:41
64669f8
Compare
Choose a tag to compare

v1.10.0 / 2021-01-28

28 Jan 22:58
549b72d
Compare
Choose a tag to compare

First feature complete release 🎉

Install with npm install micropython-ctl, or include in browser:

<script src="https://cdn.jsdelivr.net/npm/micropython-ctl@1.10.0/dist-browser/main.js"></script>

v1.7.3 / 2021-01-15

15 Jan 22:37
24b5096
Compare
Choose a tag to compare

First almost feature complete release :) 🎉

Install with npm install micropython-ctl, or include in browser:

<script src="https://cdn.jsdelivr.net/npm/micropython-ctl@1.7.3/dist-browser/main.js"></script>

v1.5.0 / 2021-01-04

04 Jan 11:01
82e7dc9
Compare
Choose a tag to compare
  • connectNetwork timeout (default: 5 seconds) (see docs)
  • yarn cli commands: devices, cat

Browser and Node.js support

29 Dec 13:01
b8c2a5a
Compare
Choose a tag to compare