Brought TODO and BUGS up to date.

This commit is contained in:
Andrew Hamilton 2017-07-08 13:58:52 +01:00
parent 547983819d
commit acfc0249f4
2 changed files with 13 additions and 7 deletions

8
BUGS
View file

@ -1,13 +1,15 @@
Current
- The brightness of the summary's title slightly changes when focused.
- When paging the summary window, with the bottom scroll bar showing, the
cursor line drifts up or down a row.
- Sometimes a paused worker has the running status (blue), when it should
have the paused status (yellow).
- If a job is paused for longer than the timeout period, sometimes it has
the timed out status when un-paused.
- Tmp files are being left behind after shutdown.
- All tools in AppImages aren't working correctly. See ./vigil --self_test
- When paging the summary window the cursor line should stay in the same
place on the screen.
- Sometimes git_blame produces an error, depending on characters in its
input.
Current (tool related)
@ -248,6 +250,8 @@ Fixed
- There is no color in lxterminal, only shades of grey.
- When the cursor is at the top of the summary, and it is moved up, there
is a glitch in the scrolling.
- When paging the summary window, with the bottom scroll bar showing, the
cursor line drifts up or down a row.
Won't fix