mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Bug Fix - #395
- When a recurrence period is added to a pending task, the status should change from pending to recurring, and a mask attribute should be added. The lack of those changes meant that "task 1 recur:1w" did not do what was expected. Thanks to T. Charles Yun.
This commit is contained in:
parent
783225cd70
commit
a5b57ec2ac
2 changed files with 18 additions and 1 deletions
|
@ -20,7 +20,9 @@
|
|||
+ Fixed bug #402 which failed compilation on Arch Linux (thanks to
|
||||
Johannes Schlatow).
|
||||
+ Fixed bug #401 that ignored the search.case.sensitive configuration
|
||||
setting when filtering on project names (thank to John Florian).
|
||||
setting when filtering on project names (thanks to John Florian).
|
||||
+ Fixed bug #395 that prevented the upgrade of a pending task to a
|
||||
recurring task (thanks to T. Charles Yun).
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue