Releases: ajacoutot/toad
Releases · ajacoutot/toad
v1.14
- tighten permissions
- perl: use v5.36;
v1.13
- skip device on errors
- properly skip RAID devices
- skip already mounted partitions
v1.12
- remove some debug output
- redirect gdbus calls stdout to /dev/null
v1.11
- Re-introduce the gdbus calls now that we have a way to connect to the user session; this will automatically open your file manager on plugging and display notifications on the Desktop.
1.8
- only works with regular users (uid 1000...60000)
- add support for ejecting cd-rom
- remove support for firmware installation, it can easily be done using
fw_update(1) in the hotplugd(8) attach script
1.7
- big rewrite to use pkexec(1), needs glib2 >=2.58.3p0 (OpenBSD package)
- add net device to the attach script sample
1.6
- only react on specific hotplug(4) events
1.5
- add support for fw_update(1) (WiFi dongle hotplug)