Update BUGS/TODO

This commit is contained in:
Florian Bruhin 2014-07-31 19:16:32 +02:00
parent 2358ed7d4c
commit 2ef3733f21
2 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,9 @@ Crashes
- Shutdown is still flaky. (see notes)
- Segfault on subsonic when clicking next track
- Assertion failure on subsonic with debug build
- Hang in logging.shutdown when quitting if started via a .bat file on Windows
(if we deactivate the atexit hook, hang in threading._shutdown).
However, only the MainThread is active when doing sys.exit.
Qt warnings
-----------

View File

@ -105,6 +105,7 @@ Improvements / minor features
- Add FIFOHandler based on asyncio if it's available
- Lazy tab loading
- Add command shortcuts to command completion
- Add commandline option to not spawn any windows (for testing)
hints
-----