You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.18.0
- Add -u/--user option to show [uid:gid] in events (thanks Gabriel Kulp!)
- Truncate overly long --command matches
- Turn invalid FID type error into warning
0.14
- Add support for directory events: file creation, rename/move, delete. This
requires Linux 5.1 (FAN_REPORT_FID support), on older kernels fall back to
the old mode. (Debian #940629, LP: #1371394)
- power-usage-report: Fix regexp substitution (LP: #1683164)
- Drop O_LARGEFILE workaround, fixes cross-building
(Debian #784983, LP: #1755787)