Skip to content

v1.34.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 18:03
· 18 commits to main since this release

Changed

  • A lifted task now shows the score it was lifted to. A task that unblocks
    urgent work is ranked by that work's score — that is what puts a prerequisite
    directly above the thing waiting on it — but the Score column kept printing
    the task's own low number. The row looked misplaced rather than promoted, and
    the column contradicted the only thing ordering the list. Both halves of the
    row now read the same number, in the list and in the detail pane, where a
    marks a score its own five components no longer add up to (w says where the
    lift came from). The same applies to a parent lifted by an urgent subtask.

  • 100% means the top of the list. The percentage scale measured against the
    best raw score, so a blocker carrying the fan-out bonus could rank past the
    top of the scale — and it and the task it inherited from both printed 100%,
    hiding a difference the ranking still made. The scale now tops out at the
    highest ranked score, and the overlay's 100% is the list's 100%.

Full changelog: https://github.com/Iliorn/taskr/blob/v1.34.1/CHANGELOG.md