Skip to content

1.2.0

Compare
Choose a tag to compare
@nils-soderman nils-soderman released this 25 Nov 16:32
· 17 commits to main since this release

Added

  • Setting batch-runner.saveFileBeforeRun which will save any edits to the current batch file before executing it. Defaults to false (#14)

Changed

  • Renamed the prefix of all command IDs from batch-utils to batch-runner. E.g. batch-utils.execBatchFile -> batch-runner.execBatchFile.
  • Renamed command ID batch-utils.execBatchFileAsAdmin -> batch-runner.execBatchFileAdmin
  • Deprecated the old commands starting with batch-utils. They will be removed in the next update.
  • Removed "Batch File" from the title of the commands. So e.g. "Run Batch File" -> "Run"
  • Updated the README.md with new images & added info regarding running a batch file with arguments

Removed

  • Removed batchrunner.runBatchIn & batchrunner.cmdPath settings, which were deprecated in v1.1.0. Use batch-runner.runBatchIn & batch-runner.cmdPath instead.