Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 03:59
· 0 commits to a53f6537d89a8560daf69559e836f5be36a59552 since this release

What's Changed

  • Support interruption (CTRL+C)
  • Support periodic saving of current progress. Use the --autosave-interval parameter to set the interval, such as 1s, 1m, 1h, or 1d
  • Support continue from the time of interruption/autosave. Further information can be found in parabuild --help
  • Add the --no-init parameter, which is equivalent to passing an empty string to the --init-bash-script parameter
  • By default, output compilation error data to compile_error_datas.json
  • Optimize progress display information