From 02a2e69d35e2cccbbcea9bbe0cdb162193789539 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Tue, 13 Mar 2018 09:09:08 +0100 Subject: [PATCH] Update TODO v2.0 --- TODO v2.0 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/TODO v2.0 b/TODO v2.0 index 02e436fe..cfae5dbb 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -16,7 +16,7 @@ Cleanups: [] screenData.py [] settingsData -> defaultSettings.py -General: +General (Easy for contribution) [] wrapper script for running Fenrir to check if pypy3 exists, use python3 as fallback. [w] make fenrir runnable without root permissions [] make fenrir runable without settingsfile. fallback to defaults @@ -30,9 +30,9 @@ Get information already in watchdogs insteed of mainloop (use eventloop to trans Imporove attribute handling [] improve attributes_curr_char (Easy for contribution) [] add an attribute sound (Easy for contribution) - [] beep on cursor/ review by char (capital wins) - [] beep on review by word (once for multiple, capital wins) - [] configurable (by char, by word, none) + [] beep on cursor/ review by char (capital wins) (Easy for contribution) + [] beep on review by word (once for multiple, capital wins) (Easy for contribution) + [] configurable (by char, by word, none) (Easy for contribution) https://github.com/jwilk/vcsapeek/blob/master/linuxvt.py Improved Say all @@ -136,3 +136,11 @@ Driver: [Done] InputDriver Settings: Application Profiles: +Translation: +- German (thanks to schulle4u and Jenny) https://robbinaer.info/index.php?article101/fenrir +Fixes: +- no shell in generic speech Driver +- imporove validity checks for speech driver +- handle thread and process shutdown more gracefully +- cleanup +- a lot more fixes