Skip to content

Releases: transcriptic/runner

v 1.3.13

09 Sep 03:18

Choose a tag to compare

  • Bug fixes
  • ap2en - first iteration of an autoprotocol-to-english translator (pull requests/improvements welcome!), use transcriptic summarize to try it out

v1.3.12

24 Aug 15:02

Choose a tag to compare

New Features Include:

  • Way better error handling!
  • transcriptic packages to list existing packages in your org
  • transcriptic new-package <name> <description> to create a new empty protocol package
  • transcriptic release <optional package name/id> - zip all files in the current directory into a release, pass the name or id of a package to upload it there simultaneously
  • transcriptic upload <zip file> <package> - upload an already existing zip file to a package
  • transcriptic new-project <name> - create a new empty project within your organization
  • transcriptic format to check for common input type formatting errors in your manifest.json file
  • fun with progress bars