mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 12:17:20 +02:00
- Updated to include 1.3.1 information.
- Modified task.css
This commit is contained in:
parent
2e0964aeb8
commit
64fbf88f48
3 changed files with 28 additions and 25 deletions
5
task.css
5
task.css
|
@ -56,20 +56,23 @@ body {
|
||||||
|
|
||||||
#content h2 {
|
#content h2 {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
border-bottom: 1px dotted #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content h3 {
|
#content h3 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
border-bottom: 1px dotted #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content h4 {
|
#content h4 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
border-bottom: 1px dotted #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content h5 {
|
#content h5 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
background: #ffd;
|
background: #ffd;
|
||||||
border-bottom: 1px dotted #aaa;
|
border-bottom: 1px dotted #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content p {
|
#content p {
|
||||||
|
|
24
task.html
24
task.html
|
@ -59,30 +59,6 @@
|
||||||
of windows in the absense of ncurses support
|
of windows in the absense of ncurses support
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
|
||||||
<h4>New in version 1.3.0</h4>
|
|
||||||
Source: <a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
|
|
||||||
<br />
|
|
||||||
Debian package: <a href="http://www.beckingham.net/task_1.3.0-0_i386.deb">task_1.3.0-0_i386.deb</a>
|
|
||||||
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>)
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>"task calendar" now displays multiple months per line, adjustable
|
|
||||||
by the "monthsperline" configuration variable. Feature added by
|
|
||||||
Damian Glenny
|
|
||||||
<li>Displays shorter message when a command is entered incorrectly,
|
|
||||||
and the full usage for "task help"
|
|
||||||
<li>"task export" can now filter tasks like the reports
|
|
||||||
<li>"task oldest" shows the oldest tasks
|
|
||||||
<li>"task newest" shows the newest tasks
|
|
||||||
<li>Fixed bug where task generates a segmentation fault for several
|
|
||||||
commands, when no "dateformat" configuration variable was present
|
|
||||||
<li>Fixed bug whereby if you have more than one task with a due date,
|
|
||||||
7 days gets added to the entry date of task 2..n
|
|
||||||
<li>Fixed bug whereby "1 wks" was being improperly pluralized
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
(Find out <a href="versions.html">what was new in prior versions</a>)
|
(Find out <a href="versions.html">what was new in prior versions</a>)
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -21,6 +21,30 @@
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
<h4>New in version 1.3.0</h4>
|
||||||
|
Source: <a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
|
||||||
|
<br />
|
||||||
|
Debian package: <a href="http://www.beckingham.net/task_1.3.0-0_i386.deb">task_1.3.0-0_i386.deb</a>
|
||||||
|
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>)
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>"task calendar" now displays multiple months per line, adjustable
|
||||||
|
by the "monthsperline" configuration variable. Feature added by
|
||||||
|
Damian Glenny
|
||||||
|
<li>Displays shorter message when a command is entered incorrectly,
|
||||||
|
and the full usage for "task help"
|
||||||
|
<li>"task export" can now filter tasks like the reports
|
||||||
|
<li>"task oldest" shows the oldest tasks
|
||||||
|
<li>"task newest" shows the newest tasks
|
||||||
|
<li>Fixed bug where task generates a segmentation fault for several
|
||||||
|
commands, when no "dateformat" configuration variable was present
|
||||||
|
<li>Fixed bug whereby if you have more than one task with a due date,
|
||||||
|
7 days gets added to the entry date of task 2..n
|
||||||
|
<li>Fixed bug whereby "1 wks" was being improperly pluralized
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<h4>New in version 1.2.0</h4>
|
<h4>New in version 1.2.0</h4>
|
||||||
Source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
|
Source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue