- Add "--with-usbguard-devel" configuration option to compile with usbguard-devel source files.
- Merge notifications when inserting devices. This reduces the amount of notifications by 1 when inserting a device, which is allowed by the policy.
- Introduce action buttons to allow or reject devices from notifications.
- Decrease spam when IPC connection fails. In case connection through the IPC can not be established, do not produce unnecessary warning messages.
- Change the injection of the usbguard-icon.
- Update Catch2 submodule to the latest stable 2.x.
- Configuration option that disables building notifier-cli
- Fix segmentation fault when login can not be determined
- Remove unnecessary dependency(libqb>=1.0.5), which does not exist in some distributions yet. We do not use libqb directly, so we let usbguard decide which version they do want as a requirement.
- Pass FLAGS to configure script
- Configuration file now has an additional option to use either systemd-system-unitdir or systemd-user-unitdir
- Configure.ac has been updated to ensure that a recent version of Autoconf is being used
- Added missing dependencies to the documentation
- There is no need to restart Notifier in case Usbguard stops working.
- Debug option in configure script
- Temporary notifications path can be set at the configuration phase
- README.md update
- Debug information when the connection is established successfully
- Unnecessary dependencies have been removed from configuration
- Initial pre-release