v0.6.1
Fixed
-
A day the picture does not cover is reported as free, not as one that must
stay dark. Both a day the picture wants dark and a day outside it have a
needof zero, and the tracker read the number rather than the intent — so
every day after a picture ends was told to stay dark, when it is nobody's
business. The advice for the two is opposite: one must be left alone or the
drawing is damaged, the other is free.Only the human
--trackreport was affected. The JSON and Markdown formats
carrytoday.kind, which named the two apart correctly all along.The test written for this passed against the bug first time round: a day
outside the picture with no contributions is not recorded at all, so it
takes a different path and never reaches the branch. It needs a day that is
both outside the picture and already contributed to, which is exactly the
case that produced the report.