mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #932 (part 1)
- Fixed bug that caused only parent recurring tasks to have their attributes properly removed. - When duplicating a parent recurring task, a new recurring parent task is created. When a child recurring task is duplicated, a plain task is created. - Added unit tests. - Thanks to Jennifer Cormier.
This commit is contained in:
parent
0a0e8f0d6b
commit
9f8165e3c6
4 changed files with 101 additions and 5 deletions
|
@ -41,7 +41,8 @@
|
|||
+ The duration 'm' is now interpreted as 'months', not 'minutes'.
|
||||
+ Urgency now has an 'age' component.
|
||||
+ Improved text wrapping of UTF8 text.
|
||||
|
||||
+ When duplicating a parent recurring task, a new recurring parent task is
|
||||
created. When a child recurring task is duplicated, a plain task is created.
|
||||
|
||||
# Tracked Features, sorted by ID.
|
||||
+ Added feature #52, which provides improved text-wrapping support for UTF-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue