Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 23 Aug 05:03
· 14 commits to main since this release
544323d

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
    need of 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 --track report was affected. The JSON and Markdown formats
    carry today.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.