From 64fbf88f48416edf57d73161dbe793e641077db3 Mon Sep 17 00:00:00 2001
From: Paul Beckingham
Date: Sat, 21 Jun 2008 13:41:56 -0400
Subject: [PATCH] - Updated to include 1.3.1 information. - Modified task.css
---
task.css | 5 ++++-
task.html | 24 ------------------------
versions.html | 24 ++++++++++++++++++++++++
3 files changed, 28 insertions(+), 25 deletions(-)
diff --git a/task.css b/task.css
index 3775beb96..e316b3a7c 100644
--- a/task.css
+++ b/task.css
@@ -56,20 +56,23 @@ body {
#content h2 {
font-size: 22px;
+ border-bottom: 1px dotted #000;
}
#content h3 {
font-size: 20px;
+ border-bottom: 1px dotted #bbb;
}
#content h4 {
font-size: 18px;
+ border-bottom: 1px dotted #bbb;
}
#content h5 {
font-size: 18px;
background: #ffd;
- border-bottom: 1px dotted #aaa;
+ border-bottom: 1px dotted #bbb;
}
#content p {
diff --git a/task.html b/task.html
index e8b4d7c96..f0b26ff60 100644
--- a/task.html
+++ b/task.html
@@ -59,30 +59,6 @@
of windows in the absense of ncurses support
-
-
New in version 1.3.0
- Source: task-1.3.0.tar.gz
-
- Debian package: task_1.3.0-0_i386.deb
- (Thanks to Richard Querin)
-
-
-
- - "task calendar" now displays multiple months per line, adjustable
- by the "monthsperline" configuration variable. Feature added by
- Damian Glenny
-
- Displays shorter message when a command is entered incorrectly,
- and the full usage for "task help"
-
- "task export" can now filter tasks like the reports
-
- "task oldest" shows the oldest tasks
-
- "task newest" shows the newest tasks
-
- Fixed bug where task generates a segmentation fault for several
- commands, when no "dateformat" configuration variable was present
-
- 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
-
- Fixed bug whereby "1 wks" was being improperly pluralized
-
-
(Find out what was new in prior versions)
diff --git a/versions.html b/versions.html
index 0aa282872..f29d1f039 100644
--- a/versions.html
+++ b/versions.html
@@ -21,6 +21,30 @@
+
+
New in version 1.3.0
+ Source:
task-1.3.0.tar.gz
+
+ Debian package:
task_1.3.0-0_i386.deb
+ (Thanks to
Richard Querin)
+
+
+
+ - "task calendar" now displays multiple months per line, adjustable
+ by the "monthsperline" configuration variable. Feature added by
+ Damian Glenny
+
- Displays shorter message when a command is entered incorrectly,
+ and the full usage for "task help"
+
- "task export" can now filter tasks like the reports
+
- "task oldest" shows the oldest tasks
+
- "task newest" shows the newest tasks
+
- Fixed bug where task generates a segmentation fault for several
+ commands, when no "dateformat" configuration variable was present
+
- 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
+
- Fixed bug whereby "1 wks" was being improperly pluralized
+
+
New in version 1.2.0
Source:
task-1.2.0.tar.gz