From 44e0d398b2168f60266b97e49152e997ba0c3cfd Mon Sep 17 00:00:00 2001 From: chrys87 Date: Thu, 17 May 2018 22:49:50 +0200 Subject: [PATCH] Update TODO v2.0 --- TODO v2.0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO v2.0 b/TODO v2.0 index 1fa49d45..15f090c2 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -130,6 +130,7 @@ Cleanups: [X] last item General: [X] make it runable using pypy3 + [X] play sound on plugging device [X] interrupt speech while entering an ignored screen [X] read ignorescreens from an file to be able to halt fenrir from outside - commands @@ -165,6 +166,7 @@ Fixes: - handle thread and process shutdown more gracefully - cleanup - a lot more fixes +- better device detection [X] (not conflict with other applications) find . -iname "*.py" -exec sed 's/from \(core.*\) import/from fenrir-screenreader.\1 import/g' {} \;