Skip to content

Release 0.0.7

Compare
Choose a tag to compare
@Tom-Hirschberger Tom-Hirschberger released this 04 May 06:59
· 28 commits to main since this release
5a47fb0

This is release 0.0.7 with the following changes:

  • scripts in the scripts directory now can be called without adding a additional ./ as prefix, now
  • the module first checks if scripts do exist and if they are executable before trying to call them. If the file is missing or permissions are not set correctly the module prints a log message and skips the command now
  • reduced the console output drastically. Use debug: true config option to re-enable the console output. Errors are printed to console without the debug flag as before