Merge branch 'master' of github.com:chrys87/fenrir

This commit is contained in:
chrys 2018-05-18 00:13:05 +02:00
commit 823708800b

View File

@ -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' {} \;