Paul Beckingham
|
d6b30466c1
|
- "task ghistory" now displays a differently aligned graph, allowing
easier comparison by month of tasks added versus completed and deleted.
|
2008-11-01 15:44:25 -04:00 |
|
Paul Beckingham
|
0987171280
|
- Added support for "task stop <id>" command, that removes the start time from a task.
- Updated documentation accordingly.
|
2008-10-19 11:47:03 -04:00 |
|
Paul Beckingham
|
47c02965e9
|
Merge branch '1.4.3' into 1.5.0
Conflicts:
NEWS
TUTORIAL
configure.ac
html/advanced.html
html/task.html
html/versions.html
src/task.cpp
|
2008-10-18 18:19:47 -04:00 |
|
Paul Beckingham
|
3ed1269753
|
- Added support for plain text shadow files.
|
2008-10-09 18:24:35 -04:00 |
|
Paul Beckingham
|
d837a25be7
|
- Removed support for the "command.logging" configuration variable and
the "task usage" command.
|
2008-09-20 20:46:20 -04:00 |
|
Paul Beckingham
|
78fae5195b
|
- Converted 1.4.2 references to 1.5.0.
|
2008-09-20 20:24:58 -04:00 |
|
Paul Beckingham
|
45ed7dcdaa
|
- Updated release date.
|
2008-09-18 21:03:07 -04:00 |
|
Paul Beckingham
|
d809b6dae7
|
- Added most recent change to ChangeLog.
|
2008-09-13 23:40:09 -04:00 |
|
Paul Beckingham
|
a1cc4e5774
|
- Task supports modifying the existing description of a task, with the
following syntax: task <id> "new description ...".
|
2008-09-13 23:33:53 -04:00 |
|
Paul Beckingham
|
e35dcd0e42
|
- Minor doc edit.
|
2008-09-12 16:46:22 -04:00 |
|
Paul Beckingham
|
ec15dc9342
|
- Added "#include <string.h>" to task.cpp to ensure clean build under GCC 4.3
|
2008-09-12 16:22:51 -04:00 |
|
Paul Beckingham
|
fb87039d8c
|
- Task now supports "default.command" configuration variable (for example
it could contain "list due:tomorrow") that is the command that is run
whenever task is invoked with no arguments.
|
2008-09-12 16:07:50 -04:00 |
|
Paul Beckingham
|
e9a71b7db9
|
- Fixed bug where relative dates in filters (task list due:eom,
task list due:tomorrow, task list due:23rd ...) are now properly supported.
|
2008-09-12 15:25:38 -04:00 |
|
Paul Beckingham
|
df215f228d
|
- Task supports improved word-wrapping to the terminal width.
|
2008-09-12 12:48:53 -04:00 |
|
Paul Beckingham
|
4f8f044644
|
- Task now supports a default project and priority for new tasks, via
the new "default.project" and "default.priority" configuration variables
(thanks to Vincent Fleuranceau).
|
2008-09-12 12:14:26 -04:00 |
|
Paul Beckingham
|
4380c7c712
|
- Task now allows mixed case attributes names (pri:, PRI:, Pri: ...) and
commands (add, ADD, Ad ...) (thanks to Vincent Fleuranceau)
|
2008-09-12 11:40:46 -04:00 |
|
Paul Beckingham
|
4abc722eff
|
- Task now uses dashes (-----) to underline column headings when color is
disabled (thanks for Vincent Fleuranceau).
|
2008-09-12 11:27:25 -04:00 |
|
Paul Beckingham
|
11225eb599
|
- Applied patch from Andy Lester to correct Table sorting to use the entire
string instead of just the initial characters.
|
2008-09-12 10:28:14 -04:00 |
|
Paul Beckingham
|
29a152edb0
|
- Migrated 1.5.0 changes thus far into 1.4.2.
|
2008-08-26 09:57:46 -04:00 |
|
Paul Beckingham
|
d265ac6c2d
|
- Implemented "task undo" to counteract "task do".
|
2008-07-19 22:12:01 -04:00 |
|
Paul Beckingham
|
dc1760769f
|
- Bumped version number to 1.5.0
|
2008-07-19 14:56:36 -04:00 |
|
Paul Beckingham
|
ebf4f3cb12
|
- Updated ChangeLog, task.html
- Removed contents of TUTORIAL file
|
2008-07-16 23:51:43 -04:00 |
|
Paul Beckingham
|
86f5294436
|
- Fixed bug where dateformat=m/d/Y was not parsing "07/08/2008", which is technically "M/D/Y", but, come on, let's be nice.
- Altered (deprecated) TUTORIAL introductory disclaimer.
|
2008-07-10 01:46:08 -04:00 |
|
Paul Beckingham
|
9fcd5b1801
|
- Allows colons in the description, provided they are not preceded by a valid attribute name.
|
2008-07-10 00:16:35 -04:00 |
|
Paul Beckingham
|
84d0dce20c
|
- Updated docs with latest change.
|
2008-07-09 23:00:49 -04:00 |
|
Paul Beckingham
|
6f7b9b7d42
|
- Recurring tasks!
|
2008-07-09 03:26:44 -04:00 |
|
Paul Beckingham
|
79f6ef075e
|
- Supports ::isatty call to shut off color, ncurses when stdout is not to a tty
|
2008-07-06 01:48:48 -04:00 |
|
Paul Beckingham
|
97b120de67
|
- Doc snapshot
|
2008-07-06 01:05:28 -04:00 |
|
Paul Beckingham
|
e85d36cea0
|
- Fixed bug whereby adding a new task with "task add asdfsd pri:" resulted in gibberish values in the priority field.
|
2008-07-05 16:49:41 -04:00 |
|
Paul Beckingham
|
0d3a93ea20
|
- Added support for ordinal relative dates, like "23rd".
|
2008-07-04 18:06:44 -04:00 |
|
Paul Beckingham
|
6066cc3bab
|
- Implemented "task ghistory" command to draw a bar chart.
|
2008-06-27 00:15:06 -04:00 |
|
Paul Beckingham
|
1ef7b0c43a
|
- Now allows rc:<file> override of ~/.taskrc file.
|
2008-06-25 01:29:42 -04:00 |
|
Paul Beckingham
|
5d158d752d
|
- Fixed bug whereby table headers were underlined when color is turned off.
|
2008-06-24 01:37:18 -04:00 |
|
Paul Beckingham
|
cc9235033f
|
- Added averages to the "task history" report.
|
2008-06-22 01:04:33 -04:00 |
|
Paul Beckingham
|
195b5a5e0a
|
- Implemented "task undelete" for non-GCed deleted tasks.
|
2008-06-22 00:32:59 -04:00 |
|
Paul Beckingham
|
44ca388b52
|
- Updated for 1.3.1 release.
|
2008-06-21 17:15:14 -04:00 |
|
Paul Beckingham
|
ceaba87ba3
|
- Fixed bug causing seg faults for Ubuntu users.
|
2008-06-21 16:38:01 -04:00 |
|
Paul Beckingham
|
8dc8cdeea7
|
- Updated docs
|
2008-06-21 15:28:36 -04:00 |
|
Paul Beckingham
|
d771586080
|
- Converted version to 1.3.1
- Added links in task.html to Richard Querin's blog
- Added link to movie
|
2008-06-19 23:31:36 -04:00 |
|
Paul Beckingham
|
6673e408a2
|
- Now uses "defaultwidth" configuration variable for when ncurses support is not available
- Added the new movie to the task.html page
|
2008-06-19 22:41:09 -04:00 |
|
Paul Beckingham
|
422ad576ea
|
- Added latest bug fix details.
|
2008-06-19 21:23:15 -04:00 |
|
Paul Beckingham
|
06f6aaaded
|
- Minor doc updates before 1.3.0 is cut.
|
2008-06-18 00:45:12 -04:00 |
|
Paul Beckingham
|
0c17986303
|
- Added "task oldest" command
- Added "task newest" command
|
2008-06-18 00:41:33 -04:00 |
|
Paul Beckingham
|
7409e23ce0
|
- Displays shorter message when a command is entered incorrectly, and the full usage for "task help".
|
2008-06-18 00:05:51 -04:00 |
|
Paul Beckingham
|
4572c97c9d
|
- Fixed bug whereby "1 wks" was being improperly pluralized
|
2008-06-17 23:56:39 -04:00 |
|
Paul Beckingham
|
9bca303113
|
- Factored out filtering code.
|
2008-06-17 23:40:37 -04:00 |
|
Paul Beckingham
|
7fb3ab0c3d
|
- Marked bug as fixed.
|
2008-06-17 23:05:41 -04:00 |
|
Paul Beckingham
|
315a7d69fb
|
- Updated ChangeLog
- Removed AdSense HTML fragment
- Created new ideas.txt file to illustrate usage of proposed features
|
2008-06-17 22:10:07 -04:00 |
|
Paul Beckingham
|
08fc906d5f
|
- Updated various documents.
|
2008-06-16 23:26:22 -04:00 |
|
Paul Beckingham
|
d50efe5e27
|
- Updated versions
|
2008-06-13 01:18:53 -04:00 |
|