Releases: MichielVerloop/SacAutocompiler
Releases · MichielVerloop/SacAutocompiler
SacAutocompiler v1.2.3
• The script will no longer crash when paths contain spaces. It will now gracefully ignore the file as sac2c can't handle files with spaces in it.
SacAutocompiler v1.2.2
• Unintentional duplicate runs caused by editors saving twice during the saving process are now prevented.
SacAutocompiler v1.2.1
• Recompilation is now done every time a .sac file in the targeted directories is modified.
Launch arguments & Custom directory support
• Using -d directory you can now specify the directory to watch.
• There are now messages to signify whether a run succeeds.
Fix code style error
v1.1.0.1 Fix code style error
Added auto-update functionality
The script will now automatically check if there is a newer version of the script and if so, replace itself with the new version, give itself execution right and execute it. This can be disabled by setting auto_update=0.
v1.0.0
Initial commit of autocompile.sh