- Show write protected SD cards greyed out.
Show message if user select one of those. Closes#59
- Do show virtual drive types on Windows.
Do keep them hidden on Mac OS X as that seems to
cover .dmg file and timemachine stuff. Closes#79
- Support for screen readers on Linux/Windows. (Mac does not work
as intended yet)
- Add keyboard navigation
- Add write confirmation dialog. Closes#84
- Update debian changelog
- Allow static build
- Use .svg icons
- Linux Embedded lacks normal "open file dialog". So simply scan
files in root folder of USB stick and return list.
- Change QProcess::execute(command) calls to
QProcess::execute(command, args) calls to silence Qt 5.15.0
depreciation warning.