TW-1344: Filter due:yyyy-mm-dd is failing to display daily recurring tasks if there is deleted task in the series

- Thanks to Svetoslav Trochev.
This commit is contained in:
Paul Beckingham 2015-08-05 23:00:41 -04:00
parent 7011bc3dbd
commit d2efde2a70
2 changed files with 3 additions and 0 deletions

View file

@ -269,3 +269,4 @@ suggestions:
Simon W. Jackson
Sebastien Badia
Michale Meier
Svetoslav Trochev

View file

@ -13,6 +13,8 @@
- TW-1285 relative dates combined with times (thanks to Adam Gibbins).
- TW-1319 UDA is NOT sorted corresponding to the order of UDA list entries
(thanks to Onion).
- TW-1344 Filter due:yyyy-mm-dd is failing to display daily recurring tasks if
there is deleted task in the series.(thanks to Svetoslav Trochev).
- TW-1389 tw will import same UUID n-times if part of same import (thanks to
Markus Beppler).
- TW-1419 On add '-tag' is considered a tag removal, which makes no sense.