mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Documentation
- Updated for 2.4.2.
This commit is contained in:
parent
a36eb974ee
commit
ca6061a987
2 changed files with 23 additions and 1 deletions
|
@ -10,7 +10,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.1 # Latest dev branch
|
$ git checkout 2.4.2 # 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
|
||||||
|
|
||||||
|
|
22
NEWS
22
NEWS
|
@ -1,16 +1,38 @@
|
||||||
|
|
||||||
New Features in taskwarrior 2.4.2
|
New Features in taskwarrior 2.4.2
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
New commands in taskwarrior 2.4.2
|
New commands in taskwarrior 2.4.2
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
New configuration options in taskwarrior 2.4.2
|
New configuration options in taskwarrior 2.4.2
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
Newly deprecated features in taskwarrior 2.4.2
|
Newly deprecated features in taskwarrior 2.4.2
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
Removed features in 2.4.2
|
Removed features in 2.4.2
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
|
|
||||||
|
- If you upgraded from Taskwarrior 2.3.0, you will need one of the following
|
||||||
|
settings to allow continued syncing to a Taskserver:
|
||||||
|
|
||||||
|
$ task config taskd.trust strict
|
||||||
|
$ task config taskd.trust 'ignore hostname'
|
||||||
|
$ task config taskd.trust 'allow all'
|
||||||
|
|
||||||
|
These are presented in order of preference from most to least secure, and
|
||||||
|
depend on how your certs were generated.
|
||||||
|
|
||||||
|
- https://bug.tasktools.org/
|
||||||
|
|
||||||
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
|
* OS X 10.10 Yosemite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue