Documentation

- Initial project version doc updates.
This commit is contained in:
Paul Beckingham 2015-01-02 00:01:32 -05:00
parent 8180b94b1b
commit 6a3b13dbfc
3 changed files with 18 additions and 7 deletions

View file

@ -3,7 +3,7 @@ How to Build Taskwarrior
Obtain and build code:
$ git clone https://git.tasktools.org/scm/tm/task.git 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.
$ make VERBOSE=1 # Shows details
@ -183,10 +183,9 @@ Current Codebase Condition
'master' branch:
- 2.3.0 Current release, locked.
'2.4.0' branch:
- Current development branch with new command line parser, expressions,
and heading for beta soon.
'2.4.1' branch:
- Current development branch no plans yet.
---
2014-10-12 Updated for 2.4.0
2015-01-01 Updated for 2.4.1

View file

@ -24,7 +24,7 @@ Command Line Parsing
determines whether subsequent arguments are interpreted as part of a filter or
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
used to break up strings into tokens.

14
NEWS
View file

@ -1,19 +1,31 @@
New Features in taskwarrior 2.4.1
-
New commands in taskwarrior 2.4.1
-
New configuration options in taskwarrior 2.4.1
-
Newly deprecated features in taskwarrior 2.4.1
-
Removed features in 2.4.1
-
Known Issues
- None
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
* Ubuntu 14.04 Trusty Tahr
* Debian 7.0 Wheezy (stable)