- hotfix for automounting being broken since 2.0.0
30.11.2021
- add icon name that is specifically designed for tray panel - add Turkish translations (thanks ersen0!) - try to detect installed translation files also in non-system installations - make it possible to override localedir manually using the ``TEXTDOMAINDIR`` environment variable - add guide on how to contribute translations and improve the Makefile
28.12.2019
- use ``importlib.resources`` directly on py3.7 and above, rather than requiring ``importlib_resources`` as additional dependency
28.12.2015
- cleanup recent bugfixes - close some gates for more py2/unicode related bugs
27.01.2024
- drop external dependency on distutils (278) - rename ``--notify-command`` to ``--event-hook`` to prevent misunderstandings (279)
27.01.2021
- add workaround for missing menu checkboxes on sway/wayland - add workaround for menu not showing up with proper size on sway/wayland - distribute icons within udiskie package (allows displaying icons in local/venv installations) - fix ignored coroutine return values, fixes e.g. program exit code