Releases: panjd123/parabuild-rust
Releases · panjd123/parabuild-rust
v0.3.3
v0.3.2
What's Changed
- Change LICENSE to MPL-2.0
v0.3.1
What's Changed
- Change the default interval for autosave to 30 minutes
- Update the documentation
cargo update
v0.3.0
What's Changed
- Support interruption (CTRL+C)
- Support periodic saving of current progress. Use the
--autosave-intervalparameter 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-initparameter, which is equivalent to passing an empty string to the--init-bash-scriptparameter - By default, output compilation error data to
compile_error_datas.json - Optimize progress display information
v0.2.10
Merge branch 'dev'
v0.2.9
Merge pull request #1 from panjd123/dev Update
v0.2.8
Fix run-in-place
v0.2.7
Add makefile-project doc, update version
v0.2.6
More options
v0.2.5
Add makefile project support