Skip to content

v1.13.2

Latest
Compare
Choose a tag to compare
@metachris metachris released this 12 Mar 20:06
· 16 commits to master since this release
4b0f274

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)