Skip to content

0.9.17

Compare
Choose a tag to compare
@ghantoos ghantoos released this 14 Aug 11:46
· 78 commits to master since this release

Many new features, bug fixes and news tests are included is this new release 0.9.17.

  • Added include_dir directive to include split configuration files from a directory.
  • Added possibility of using 'all' for sudo commands
  • Replaced os.system by subprocess (python)
  • Added support for sudo -u
  • Corrected shell variable expansion
  • Corrected bugs in aliases support
  • Fixed timer (idle session)
  • Added exit code support
  • Fixed wrong group reference for logging
  • Replaced Python os.system with subprocess