mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

- Added support for the "g" modifier to the substitution command, that replace every occurrence of "from" with "to", in the task description and any annotations.
265 lines
11 KiB
HTML
265 lines
11 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Latest Release</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<link rel="stylesheet" href="task.css" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div id="toolbar">
|
|
<a href="task.html">Home</a>
|
|
<a href="setup.html">Setup</a>
|
|
<a href="30second.html">30-second Tutorial</a>
|
|
<a href="simple.html">Simple</a>
|
|
<a href="advanced.html">Advanced</a>
|
|
<a href="shell.html">Shell</a>
|
|
<a href="config.html">Configuration</a>
|
|
<a href="color.html">Colors</a>
|
|
<a href="usage.html">Usage</a>
|
|
<a href="recur.html">Recurrence</a>
|
|
<a href="date.html">Date Handling</a>
|
|
<a href="troubleshooting.html">Troubleshooting</a>
|
|
<a href="versions.html">Old Versions</a>
|
|
<a href="links.html">Task on the Web</a>
|
|
</div>
|
|
|
|
<div id="content">
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<h1 class="title">Task</h1>
|
|
<p>
|
|
Task is an open source, command-line, TODO list manager.
|
|
</p>
|
|
|
|
<p>
|
|
Here you will find information on how to acquire, build, configure,
|
|
use and become proficient with the task program.
|
|
</p>
|
|
|
|
<ul>
|
|
<li><a href="setup.html">Quick Setup</a>
|
|
<li><a href="30second.html">30-second Tutorial</a>
|
|
<li><a href="simple.html">Simple Usage</a>
|
|
<li><a href="advanced.html">Advanced Usage</a>
|
|
<li><a href="shell.html">Interacting with the Shell</a>
|
|
<li><a href="config.html">Configuring Task</a>
|
|
<li><a href="color.html">Color</a>
|
|
<li><a href="usage.html">Task Command Usage</a>
|
|
<li><a href="recur.html">Recurring Tasks</a>
|
|
<li><a href="date.html">Date Handling</a>
|
|
<li><a href="troubleshooting.html">Troubleshooting</a>
|
|
<li><a href="versions.html">Old Versions</a>
|
|
<li><a href="filter.html">Filters</a>
|
|
<li><a href="shadow.html">Shadow Files</a>
|
|
<li><a href="custom.html">Custom Reports</a>
|
|
<li><a href="import.html">Data Import</a>
|
|
<li><a href="faq.html">Frequently Asked Questions</a>
|
|
</ul>
|
|
|
|
<p>
|
|
More documents are being written, and will be added here.
|
|
</p>
|
|
|
|
<p>
|
|
Alternatively, watch the
|
|
<a href="http://www.youtube.com/watch?v=D2Kn4DMOVSw">task movie</a>
|
|
which illustrates many of task's features.
|
|
</p>
|
|
|
|
<br />
|
|
<h2 class="title">Get the Latest Stable Release</h2>
|
|
|
|
<div class="content">
|
|
<table>
|
|
<tr>
|
|
<td>Source:</td>
|
|
<td><a href="http://www.beckingham.net/task-1.6.0.tar.gz">task-1.6.0.tar.gz</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Mac OS X 10.5 (Leopard) Intel-only:</td>
|
|
<td><a href="http://www.beckingham.net/task-1.6.0.pkg">task-1.6.0.pkg</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Debian:
|
|
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>):
|
|
</td>
|
|
<td><a href="http://www.beckingham.net/task_1.6.0-1_i386.deb">task_1.6.0-1_i386.deb</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Red Hat:
|
|
(Thanks to <a href="http://www.ultrafredde.com">Federico Hernandez</a>):
|
|
</td>
|
|
<td><a href="http://www.beckingham.net/task-1.6.0-1.i386.rpm">task-1.6.0-1.i386.rpm</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Git - get the whole source and history:</td>
|
|
<td><a href="http://github.com/pbeckingham/task">http://github.com/pbeckingham/task</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h4>New in version 1.6.0 (?)</h4>
|
|
<ul>
|
|
<li>Added support for new "append" command that adds more description text to
|
|
an existing task.
|
|
<li>Added support for the "weekdays" recurrence, which means a task can recur
|
|
five times a week, and not on weekends (thanks to Chris Pride).
|
|
<li>UTF8 text is now supported in task project names, tags and descriptions.
|
|
<li>Fixed bug that caused the y/n confirmation on task deletion to ignore the
|
|
Enter key and fail to re-prompt (thanks to Bruce Dillahunty).
|
|
<li>When the "echo.command" configuration variable is set to "yes", it causes
|
|
commands that modify tasks to display which task was affected (thanks to
|
|
Bruce Dillahunty).
|
|
<li>A task can now be annotated with the command "task <id> annotate ...", and
|
|
a timestamped annotation will appear in reports.
|
|
<li>A 'description_only' column is now available for use in custom reports,
|
|
and it excludes annotations.
|
|
<li>A task can now be upgraded to a recurring task by adding a recurrence
|
|
frequency, a due date, and an optional until date.
|
|
<li>When a recurring task is modified, all other instances of the recurring
|
|
task are also modified.
|
|
<li>Custom reports now support user-specified column labels (thanks to T.
|
|
Charles Yun).
|
|
<li>Task can now import tasks from a variety of data formats, including task
|
|
export files from versions 1.4.3 and earlier, versions 1.5.0 and later,
|
|
todo.sh 2.x, CSV, plain text and task command line. See online docs for
|
|
full details.
|
|
<li>Export was including 'id' in the column header even though it was not
|
|
included in the data.
|
|
<li>The task file format has changed slightly. Please back up your task
|
|
data files before upgrading to 1.6.0.
|
|
<li>Added new column 'recurrence_indicator' that displays an 'R' if the task
|
|
is a recurring task. This column can be added to any custom report.
|
|
<li>Added new column 'tag_indicator' that displays a '+' if the task
|
|
has any tags. This column can be added to any custom report.
|
|
<li>Fixed bug where sometimes a task description was concatenated oddly if
|
|
there was a colon somewhere in the description.
|
|
<li>Fixed bug that caused recurring annual tasks to exhibit a creeping due
|
|
date, because of an assumption of 365 days per year, which failed to
|
|
consider leap years (thanks to T. Charles Yun).
|
|
<li>Annotations can now be modified with the substitution commands /from/to/.
|
|
<li>Substitutions can now be made global with /from/to/g and all occurrences
|
|
of "from" will be replaced with "to".
|
|
</ul>
|
|
|
|
<p>
|
|
(Find out <a href="versions.html">what was new in prior versions</a>)
|
|
</p>
|
|
<!--
|
|
<h2>Task 1.6.0 Beta</h2>
|
|
<p>
|
|
The next version of task is in beta. This means it is approaching the
|
|
end of the current development and testing cycle, and feedback from
|
|
a wider audience is needed to find the last bugs. If you would like
|
|
to help test the next release of task, download the beta source below
|
|
and install in the usual manner.
|
|
</p>
|
|
<p>
|
|
Please note that beta software may contain significant bugs. If you
|
|
use this beta release, you should first backup your existing task
|
|
data files.
|
|
</p>
|
|
<p>
|
|
Refer to the ChangeLog file for details regarding the various fixes
|
|
and enhancements.
|
|
</p>
|
|
<table>
|
|
<tr>
|
|
<td>Source:</td>
|
|
<td><a href="http://www.beckingham.net/task-1.6.0beta.tar.gz">task-1.6.0beta.tar.gz</a></td>
|
|
</tr>
|
|
</table>
|
|
-->
|
|
<h2>Troubleshooting</h2>
|
|
<p>
|
|
Task has been built from source and tested in the following environments:
|
|
</p>
|
|
|
|
<p>
|
|
<ul>
|
|
<li>OS X 10.4 Tiger
|
|
<li>OS X 10.5 Leopard
|
|
<li>Fedora Core 8
|
|
<li>Fedora Core 9
|
|
<li>Fedora Core 10
|
|
<li>Ubuntu 7 Feisty Fawn
|
|
<li>Ubuntu 8 Hardy Heron
|
|
<li>Ubuntu 8.10 Intrepid Ibex
|
|
<li>Solaris 10
|
|
<li>Cygwin 1.5.25-14
|
|
</ul>
|
|
</p>
|
|
|
|
<p>
|
|
If you have difficulties building task, have found a bug, have a
|
|
suggestion for improvement, or a feature request, please send mail to
|
|
<a href="mailto:task@beckingham.net">task@beckingham.net</a>.
|
|
</p>
|
|
|
|
<p>
|
|
Take a look at the <a href="troubleshooting.html">troubleshooting guide</a>
|
|
for tips and workarounds to problems.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
<br />
|
|
<div class="content">
|
|
<p>
|
|
Copyright 2006-2009, P. Beckingham. All rights reserved.
|
|
</p>
|
|
</div>
|
|
|
|
</div>
|
|
</td>
|
|
|
|
<td align="right" valign="top" width="200px">
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
|
|
<script type="text/javascript"><!--
|
|
google_ad_client = "pub-9709799404235424";
|
|
/* Task Main */
|
|
google_ad_slot = "8660617875";
|
|
google_ad_width = 120;
|
|
google_ad_height = 600;
|
|
//-->
|
|
</script>
|
|
<script type="text/javascript"
|
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
</script>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
var pageTracker = _gat._getTracker("UA-4737637-1");
|
|
pageTracker._initData();
|
|
pageTracker._trackPageview();
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|
|
|