Documentation

- Removed all the 2.0.0 NEWS items.
- Cleaned up some minor inconsistencies.
This commit is contained in:
Paul Beckingham 2012-04-09 00:22:24 -04:00
parent 2c07837852
commit 8951a2ce23
3 changed files with 15 additions and 77 deletions

View file

@ -124,10 +124,11 @@ Darwin, 32bit
cmake -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_EXE_LINKER_FLAGS=-m32 .
See: http://taskwarrior.org/issues/817
http://stackoverflow.com/questions/3261909/build-32bit-on-64-bit-linux-using-a-configure-script
http://stackoverflow.com/questions/2617508/cmake-gcc-cuda-and-m32-wtf
http://stackoverflow.com/questions/6077414/cmake-how-to-set-the-ldflags-in-cmakelists-txt
See:
http://taskwarrior.org/issues/817
http://stackoverflow.com/questions/3261909/build-32bit-on-64-bit-linux-using-a-configure-script
http://stackoverflow.com/questions/2617508/cmake-gcc-cuda-and-m32-wtf
http://stackoverflow.com/questions/6077414/cmake-how-to-set-the-ldflags-in-cmakelists-txt
Troubleshooting

81
NEWS
View file

@ -1,86 +1,23 @@
New Features in taskwarrior 2.0.0
New Features in taskwarrior 2.0.1
- New 'ids' command that returns a filtered set of task ID numbers, instead
of the actual tasks. Similarly, there is a 'uuids' command.
- Attribute modifiers may be prefixed with '~' to return the opposite of a
filter's results.
- Status attribute can now be used in report.
- Project names may now contain spaces.
- New export-html.pl script.
- Now supports the 'inverse' color attribute.
- Reports may now be sorted by columns that are not displayed (example: ID,
project, due date and description sorted by urgency).
- Performance enhancements.
- New 'next' report, that gauges urgency and reports the most urgent tasks.
- The 'next' report is now the default command.
- Fine control of verbosity through the 'verbose=' configuration variable.
- New 'execute' command that runs external scripts/programs.
- JSON is the new default export format.
- New 'reports' command that lists reports and their descriptions.
- New complex aliases.
- Filtering now available on most read-only commands.
- The done, delete, start and stop commands now allow modification to the
task and annotations.
- New 'columns' command to list the supported columns and formats.
- New 'eoq' and 'soq' dates to refer to the end and start of the quarter.
- Urgency now has an 'age' component.
- The new 'project.indented' format is available and used in the 'projects'
and 'summary' commands.
Please refer to the ChangeLog file for full details. There are too many to
list here.
New commands in taskwarrior 2.0.0
New commands in taskwarrior 2.0.1
- "ids" command that accepts filters, and returns an ID sequence.
- None
New configuration options in taskwarrior 2.0.0
New configuration options in taskwarrior 2.0.1
- Now includes Belarus, Czech Republic and Japanese holiday data. Please note
that the holiday file names now include a full locale. For example:
'holidays.en-US.rc' instead of 'holidays-US.rc'.
- The old 'curses' configuration variable is renamed to 'detection', but
retains the original meaning, which is whether or not to auto-detect the
dimensions of the terminal window.
- Extension system now controlled by the 'extensions' configuration variable.
- Two new solarized color themes.
- New 'dependency.indicator' for the 'depends.indicator' report field format.
- New 'indent.annotation' for the description.default field format.
- New 'color.label' for report column labels.
- New 'verbose=...' support for individual verbosity settings.
- New 'avoidlastcolumn' support for Cygwin users.
- New 'patterns' enables/disables command line pattern support.
- New 'expressions' enables/disables command line expression support.
- New 'dom' enables/disables DOM support for the command line.
- New 'json.array' determines whether 'query' command output is enclosed by
'[...]'.
- New 'regex' control determines whether substitutions use Regular Expressions
or simple text patterns.
- New 'exit.on.missing.db' control causes an exit if the ~/.task directory
(or override) is missing.
- New 'color.completed' and 'color.deleted' color rules.
- New 'abbreviation.minimum' setting controls how short an abbreviated
command or value may be.
- New 'hyphenate' setting controls whether long lines are hyphenated when
broken during text-wrapping.
- New 'defaultheight' setting overrides the assumed 24 lines when 'detection'
is disabled. This setting only affects charts.
- New 'urgency.age.coefficient' and 'urgency.age.max' settings control the new
age component to the urgency value.
- None
Newly deprecated features in taskwarrior 2.0.0
Newly deprecated features in taskwarrior 2.0.1
- The 'next' configuration variable has been removed.
- Use of 'fg:' and 'bg:' attributes are deprecated.
- Use of 'echo.command' configuration variable. Use verbosity token
'affected' instead.
- Use of 'edit.verbose' configuration variable. Use verbosity token 'edit'
instead.
- Use of 'export.ical.class' configuration variable. Value is now specified
in the scripts/add-ons/export-ical.pl script.
- Use of 'report.<name>.limit' configuration variable. This is now handled
in the report filter as 'limit:<tasks>'.
- Use of 't', '+', 'enable' and 'enabled' in configuration values to mean
'on/yes/true'.
- None
---

2
README
View file

@ -22,5 +22,5 @@ Consider joining taskwarrior.org and participating in the future of taskwarrior.
---
taskwarrior is released under the MIT license. For details check the LICENSE
Taskwarrior is released under the MIT license. For details check the LICENSE
file.