Documentation
- Initial project version doc updates.
This commit is contained in:
@@ -3,7 +3,7 @@ How to Build Taskwarrior
|
|||||||
Obtain and build code:
|
Obtain and build code:
|
||||||
$ git clone https://git.tasktools.org/scm/tm/task.git task.git
|
$ git clone https://git.tasktools.org/scm/tm/task.git task.git
|
||||||
$ cd task.git
|
$ cd task.git
|
||||||
$ git checkout 2.4.0 # Latest dev branch
|
$ git checkout 2.4.1 # Latest dev branch
|
||||||
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither.
|
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither.
|
||||||
$ make VERBOSE=1 # Shows details
|
$ make VERBOSE=1 # Shows details
|
||||||
|
|
||||||
@@ -183,10 +183,9 @@ Current Codebase Condition
|
|||||||
'master' branch:
|
'master' branch:
|
||||||
- 2.3.0 Current release, locked.
|
- 2.3.0 Current release, locked.
|
||||||
|
|
||||||
'2.4.0' branch:
|
'2.4.1' branch:
|
||||||
- Current development branch with new command line parser, expressions,
|
- Current development branch no plans yet.
|
||||||
and heading for beta soon.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
2014-10-12 Updated for 2.4.0
|
2015-01-01 Updated for 2.4.1
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ Command Line Parsing
|
|||||||
determines whether subsequent arguments are interpreted as part of a filter or
|
determines whether subsequent arguments are interpreted as part of a filter or
|
||||||
set of modifications.
|
set of modifications.
|
||||||
|
|
||||||
The Parser object is fed command line arguments, then through a succession of
|
The CLI object is fed command line arguments, then through a succession of
|
||||||
calls builds and annotates a parse tree. To help with this, the Lexer is
|
calls builds and annotates a parse tree. To help with this, the Lexer is
|
||||||
used to break up strings into tokens.
|
used to break up strings into tokens.
|
||||||
|
|
||||||
|
|||||||
14
NEWS
14
NEWS
@@ -1,19 +1,31 @@
|
|||||||
|
|
||||||
New Features in taskwarrior 2.4.1
|
New Features in taskwarrior 2.4.1
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
New commands in taskwarrior 2.4.1
|
New commands in taskwarrior 2.4.1
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
New configuration options in taskwarrior 2.4.1
|
New configuration options in taskwarrior 2.4.1
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
Newly deprecated features in taskwarrior 2.4.1
|
Newly deprecated features in taskwarrior 2.4.1
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
Removed features in 2.4.1
|
Removed features in 2.4.1
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
Taskwarrior has been built and tested on the following configurations:
|
Taskwarrior has been built and tested on the following configurations:
|
||||||
|
|
||||||
* OS X 10.10 Yosemite, 10.9 Mavericks
|
* OS X 10.10 Yosemite
|
||||||
* Fedora 20 Heisenbug
|
* Fedora 20 Heisenbug
|
||||||
* Ubuntu 14.04 Trusty Tahr
|
* Ubuntu 14.04 Trusty Tahr
|
||||||
* Debian 7.0 Wheezy (stable)
|
* Debian 7.0 Wheezy (stable)
|
||||||
|
|||||||
Reference in New Issue
Block a user