diff --git a/ChangeLog b/ChangeLog index e56823726..0622819f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,8 @@ - TW-1261 Migrate test bug.360.t to new unit testing framework (thanks to Renato Alves). - TW-1274 Map 'modification' attribute to 'modified' (thanks to jck). +- TW-1278 Next report filters tasks with due date set until due date arrives + (thanks to Renato Alves). - TW-1282 incorrect URLs in man task-sync (thanks to Jeremiah Marks). - TW-1288 Added missing locking for task modifications (thanks to Kosta H, Ralph Bean, Adam Coddington). diff --git a/src/Config.cpp b/src/Config.cpp index b0f18eae8..a3d5f8d5e 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -387,7 +387,7 @@ std::string Config::_defaults = "report.next.description=The top 7 most urgent actionable tasks\n" "report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg\n" "report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.age,until.age,description,urgency\n" - "report.next.filter=+READY and -DUE limit:7\n" + "report.next.filter=status:pending limit:page\n" "report.next.sort=start-,urgency-,due+,entry+\n" "\n" "report.ready.description=The most urgent actionable tasks\n"