mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Add basic accessibility support
- 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
This commit is contained in:
parent
855ad53b21
commit
2a0925b10a
6 changed files with 643 additions and 324 deletions
12
debian/changelog
vendored
12
debian/changelog
vendored
|
@ -1,3 +1,15 @@
|
|||
rpi-imager (1.4) unstable; urgency=medium
|
||||
|
||||
* Add basic accessibility support
|
||||
* Add keyboard navigation support
|
||||
* Linux: do not let progress exceed 100% if
|
||||
device reports incorrect write counters
|
||||
* Show new SD card size if SD card is replaced
|
||||
* Linux: do not use direct IO on verifying but purge cache with
|
||||
posix_fadvise()
|
||||
|
||||
-- Floris Bos <bos@je-eigen-domein.nl> Tue, 30 Jun 2020 00:29:37 +0200
|
||||
|
||||
rpi-imager (1.3) unstable; urgency=medium
|
||||
|
||||
* Remove zero sized drives from list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue