mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation: Updated docs
This commit is contained in:
parent
14a8246e22
commit
32ba4594df
2 changed files with 7 additions and 7 deletions
10
DEVELOPER
10
DEVELOPER
|
@ -1,8 +1,8 @@
|
|||
How to Build Taskwarrior
|
||||
|
||||
Satisfy the Requirements:
|
||||
- gcc 4.7 or later, clang 3.3 or later or equivalent. This is because 2.4.4
|
||||
will be utilizing C++11.
|
||||
- gcc 4.7 or later, clang 3.3 or later or equivalent. This is because C++11
|
||||
is now used.
|
||||
- libuuid
|
||||
- gnutls (optional)
|
||||
- python 2.7 or 3 (optional, for running the test suite)
|
||||
|
@ -92,7 +92,7 @@ General Statement
|
|||
- Spread the word. Help others become more effective at managing tasks.
|
||||
|
||||
- Encouragement. Tell us what works for you, and what doesn't. Tell us about
|
||||
your methodology for managing tasks. It's all good.
|
||||
your methodology for managing tasks. It's all useful information.
|
||||
|
||||
- Request a feature. This not only tells us that you think something is
|
||||
missing from the software, but gives us insights into how you use it.
|
||||
|
@ -134,7 +134,7 @@ Unit Tests Needed
|
|||
these kind of tests be extensive and thorough, because the software depends
|
||||
on this code the most.
|
||||
|
||||
The tests are written in Python, and all use TAP.
|
||||
The tests are written in Python, Bash and C++, and all use TAP.
|
||||
|
||||
Tests needed:
|
||||
|
||||
|
@ -165,4 +165,4 @@ Current Codebase Condition
|
|||
|
||||
---
|
||||
|
||||
2015-07-24 Updated for 2.4.5
|
||||
2015-08-14 Updated for 2.4.5
|
||||
|
|
4
NEWS
4
NEWS
|
@ -2,7 +2,7 @@
|
|||
New Features in Taskwarrior 2.4.5
|
||||
|
||||
- The active context, if one is set, is now identified in "task context list"
|
||||
- It is an error to attempt and add or remove of a virtual tag.
|
||||
- It is an error to attempt adding or removing a virtual tag.
|
||||
- New 'UDA' and 'ORPHAN' virtual tags.
|
||||
|
||||
New commands in Taskwarrior 2.4.5
|
||||
|
@ -33,7 +33,7 @@ Removed features in 2.4.5
|
|||
that 'YYYYMMDD' is no longer supported, but 'YYYY-MM-DD' is. For times,
|
||||
'hhmmss' is no longer supported, but 'hh:mm:ss' is. The non-enxtended
|
||||
forms all contain sequences of digits that make the identification of
|
||||
IDs, UUIDs, and various date/time formats problematic.
|
||||
IDs, UUIDs, and various date/time formats ambiguous.
|
||||
- Comma-separated UUID lists are no longer supported.
|
||||
- DOM references may no longer be abbreviated.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue