Skip to content

New Features and minor bug-fixes

Compare
Choose a tag to compare
@tycho-kirchner tycho-kirchner released this 09 Sep 11:41
· 191 commits to master since this release
  • Additionally allow for logging arbitrary read-events without file-content storage.
  • Hidden paths are now excluded by default for read-, script- and write events. Hidden paths explicitly
    set in include_paths are not affected.
  • When loading paths from config file, the following symbols are now resolved: $HOME, ~, $CWD
  • New query-option '--output-format' with two allowed values: 'human' and 'json' (the latter was added).
  • Fix relative path resolution in shell integration which caused some file-events
    to not get logged (test case added).
  • Better handling of fanotify-read-failures.
  • Improve compatibility with higher cmake-versions
  • replace https://github.com/mandeepsandhu/qt-ordered-map with
    https://github.com/Tessil/ordered-map because of
    by valgrind reported memory errors and greater community support.
  • Better handling of config-file scheme-updates: preserve order of sections
    and keys also under awkward circumstances.