mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
TW-1678: segfault in ~ViewTask()
- Column::setStyle now validates column styles. - Thanks to Daniel Shahaf.
This commit is contained in:
parent
cb011026aa
commit
93e6ef5fb9
4 changed files with 14 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
- TW-1430 Slashes in project names don't work (thanks to Richard Boß).
|
||||
- TW-1432 start/stop can be issued on completed tasks (thanks to Renato Alves).
|
||||
- TW-1440 "task import" from STDIN (thanks to Renato Alves).
|
||||
- TW-1448 Add possibility to modify newest task (thansk to Jens Erat).
|
||||
- TW-1448 Add possibility to modify newest task (thanks to Jens Erat).
|
||||
- TW-1452 The uuid:<uuid> filter does not work (thanks to Tomas Babej).
|
||||
- TW-1454 Redundant dependency should not stop modification (thanks to Tomas
|
||||
Babej).
|
||||
|
@ -143,6 +143,7 @@
|
|||
- TW-1671 task add: segfault with foo-bar:1 (thanks to Daniel Shahaf).
|
||||
- TW-1675 project.not:something doesn't exclude project:something.subprojects
|
||||
(thanks to Ander).
|
||||
- TW-1678 segfault in ~ViewTask() (thanks to Daniel Shahaf).
|
||||
- TW-1684 make no-date > has-date for all date attributes (thanks to David
|
||||
Patrick).
|
||||
- TW-1687 task add due:som appears to be interpreted as 'someday' (thanks to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue