Eric Hymowitz on 2017-05-11T14:46:41Z says:
I don't know if this is a bug or a change.
My .taskrc has this defined:
{code}
report.next.columns=id,tags,due,due.remaining,description,urgency
report.next.labels=ID,Tags,Due, ,Description,U
{code}
The field "due.remaining" has a label of one space.
In taskwarrior 2.5.1, I get this result:
{code}
ID Tags Due Description U
10 home 2017-05-02 20:00 frontline cats 18
12 home 2017-05-15 16:00 4d monthly bills 8.7
2016-12-11 include wells fargo, lowes
2017-02-17 include lowes, payoff may
{code}
and the "due.remaining" column is 2 characters wide, matching the max width.
In taskwarrior 2.6.0, I get this result
{code}
ID Tags Due Description U
10 home 2017-05-02 20:00 frontline cats 18
12 home 2017-05-15 16:00 4d monthly bills 8.7
2016-12-11 include wells fargo, lowes
2017-02-17 include lowes, payoff may
{code}
and the due.remaining field is 4 characters wide -- wider than necessary.
Not a huge problem, but it changes some of the other column widths, and it bothers me aesthetically.
Eric Hymowitz on 2017-05-11T14:46:41Z says:
I don't know if this is a bug or a change.
My
.taskrchas this defined:{code}
report.next.columns=id,tags,due,due.remaining,description,urgency
report.next.labels=ID,Tags,Due, ,Description,U
{code}
The field "due.remaining" has a label of one space.
In taskwarrior 2.5.1, I get this result:
{code}
ID Tags Due Description U
10 home 2017-05-02 20:00 frontline cats 18
12 home 2017-05-15 16:00 4d monthly bills 8.7
2016-12-11 include wells fargo, lowes
2017-02-17 include lowes, payoff may
{code}
and the "due.remaining" column is 2 characters wide, matching the max width.
In taskwarrior 2.6.0, I get this result
{code}
ID Tags Due Description U
10 home 2017-05-02 20:00 frontline cats 18
12 home 2017-05-15 16:00 4d monthly bills 8.7
2016-12-11 include wells fargo, lowes
2017-02-17 include lowes, payoff may
{code}
and the due.remaining field is 4 characters wide -- wider than necessary.
Not a huge problem, but it changes some of the other column widths, and it bothers me aesthetically.