- require python >= 3.5 - drop python2 support - drop udisks1 support - drop command line options corresponding to udisks version selection (-1, -2) - use py35's ``async def`` functions -- improving stack traces upon exception - internal refactoring and simplifications - add "show password" checkbox in password dialog
26.03.2017
- add joined ``device_config`` list in the config file - deprecate ``mount_options`` and ``ignore_device`` in favor of ``device_config`` - can configure ``automount`` per device using the new ``device_config`` [107] - can configure keyfiles (requires udisks 2.6.4) [66] - remove mailing list
24.12.2015
- fix bug with unicode data on python2 - fix bug due to event ordering in udisks1 - fix bug due to inavailability of device data at specific time
24.05.2018
- fix "NameError: 'Async' is not defined" when starting without tray icon
24.04.2024
- allow matching against a list of values in config rules (``device_config``) [thanks dajt1725] - fix ``--terminal`` command line option (was not doing anything) [dajt1725] - fix AttributeError when *python-keyring-keyutils* is installed instead of *keyutils* [thanks bubbleguuum]
24.02.2017
- add format strings for the undocumented ``udiskie-info`` utility - speed up autocompletion times, for ``udiskie-mount`` by about a factor three, for ``udiskie-umount`` by about a factor 10