Paul Beckingham
2161ffac2c
Documentation update
...
- Added RFC references to ChangeLog, NEWS.
- Replaced the answer in the FAQ regarding annotation deletion.
2010-06-20 23:15:04 -04:00
Federico Hernandez
5e53226eb8
Feature #408 - Allow deletion of annotations.
...
- Added new denotate command
- Added unit tests in denotate.t
- Change task.1 man page
2010-06-20 20:58:46 +02:00
Federico Hernandez
ee6ab69023
Removed X-2 versions from OS list in NEWS
2010-06-12 00:07:22 +02:00
Federico Hernandez
d37c798dbc
Enhancement - #407 show command
...
- finalized the implementation
- a searchstring can now be supplied to limit the display
of configuration settings
2010-06-08 22:38:35 +02:00
Paul Beckingham
e368043fb8
Enhancement - #363 export.ical
...
- Added feature #363 supporting iCalendar export via the 'export.ical'
command.
- Updated documentation.
- Removed unnecessary localization of canonical command names.
2010-05-31 16:05:51 -04:00
Paul Beckingham
8cd8c4753b
Bug fix - #406
...
- Fixed bug #406 so that task now includes command aliases in the _commands
helper command used by shell completion scripts.
2010-05-31 11:40:42 -04:00
Paul Beckingham
d92e80e289
Enhancement - #36 , #37
...
- Added features #36 and #37 , providing annual versions of the 'history'
and 'ghistory' command as 'history.annual' and 'ghistory.annual'.
- Uses new canonical names history.monthly, history.annual, ghistory.monthly
and ghistory.annual, with aliases providing original history and ghistory
commands.
- Updated man pages.
2010-05-30 17:01:38 -04:00
Paul Beckingham
fcbc8a2ee2
Enhancement - #326
...
- Added feature #326 , allowing tasks to be added in the completed state,
by using the 'log' command in place of 'add' (thanks to Cory Donnelly).
- Added log command to task.1 man page.
- Added log command to task-tutorial.5 man page.
- Added log command to help text.
- Added log command unit tests.
2010-05-30 15:20:12 -04:00
Paul Beckingham
67ffd07312
Enhancement - #320
...
- Added feature #320 , so the command "task 123" is interpreted as an
implicit "task info 123" command (thanks to John Florian).
- Modified task man page.
- Added unit tests.
- Updated supported platform lists with F13 and Ubuntu 10.04.
2010-05-30 13:20:39 -04:00
Federico Hernandez
dd758f8b33
Release 1.9.0
...
- Bumped version number to 1.9.0
- Added release date to ChangeLog
- Included Debian in NEWS
2010-02-22 09:46:01 +01:00
Paul Beckingham
c65cb536cc
Documentation Update
...
- Added description of the new search.case.sensitive configuration
setting.
2010-01-27 23:36:44 -05:00
Federico Hernandez
180d4ece77
Spelling...
2010-01-27 18:42:16 +01:00
Paul Beckingham
545013e839
Enhancement - config command
...
- Added validation of rc.annotations and rc.default.priority to the config
command.
2010-01-23 00:12:34 -05:00
Federico Hernandez
4025488cf8
Updated ChangeLog and NEWS
2010-01-22 01:57:01 +01:00
Federico Hernandez
660d0cca3e
Report date format
...
- added new reportdateformat to extend the formatting of due dates
in the reports and "task info"
- added new conversion sequences a, A, b, B and Y to be used with
reportdateformat
2010-01-12 23:12:22 +01:00
Federico Hernandez
f56e1bef54
Minor cleanup.
2010-01-08 22:29:58 +01:00
Paul Beckingham
4ea71c939a
Enhancement - New columns for custom reports
...
- Added 'entry_time', 'start_time' and 'end_time' columns that include
the time as well as the date.
2009-12-11 19:08:45 -05:00
Paul Beckingham
a7feed2ae9
Documentation Update - NEWS
...
- Cleared out 1.8 NEWS items, added 1.9 items.
- Mentioned 256 color support
- Mentioned Richard Querin's alternate line coloration feature
2009-12-06 13:41:47 -05:00
Federico Hernandez
b3db2245fa
Updated OS that task runs on
2009-11-30 00:16:10 +01:00
Federico Hernandez
bcdcbeeea0
Preparing release
...
- Updating dist documentation
- Release date in man pages
2009-10-21 22:53:26 +02:00
Federico Hernandez
bdaa0f89d9
Platform update
2009-09-02 12:50:43 +02:00
Paul Beckingham
62be3f8acb
Feature #282
...
- Applied large patch to make task return meaningful exit codes.
- Added unit tests to prove this.
- Thanks to Pietro Cerutti.
2009-08-29 09:14:26 -04:00
Paul Beckingham
6f9356da64
Updated version to 1.8.1
...
- Changed program version number.
- Changed NEWS file to refer only to 1.8, not 1.8.1. This means we now only
need to update the NEWS file on major releases, not patches. This is the
right thing to do now that we have only "whats new" in the NEWS file.
2009-07-26 16:06:14 -04:00
Paul Beckingham
bd89287f05
Documentation Update
...
- More ChangeLog updates.
- Corrected supported platforms in NEWS file, accirding to Fredde's
latest update on the Wiki.
2009-07-03 01:21:29 -04:00
Paul Beckingham
b9e1bdc145
Documentation Update
...
- Addressed concerns in issue #85 .
2009-06-28 10:44:50 -04:00
Paul Beckingham
292ef5248c
Documentation Update
...
- Changed all email addressed to support@taskwarrior.org .
- Changed task@beckingham.net to paul@beckingham.net .
2009-06-06 12:34:32 -04:00
Paul Beckingham
2aa43fe4fe
Documentation Update
...
- Removed references to old websites and online groups.
- Removed references to the github issue tracker.
- Added references to http://taskwarrior.org .
2009-06-05 01:01:17 -04:00
Paul Beckingham
3b4390a446
Documentation Update - slackware version
...
- Corrected Slackware version.
2009-05-25 20:06:55 -04:00
Paul Beckingham
5d275188e9
Portability - Added Slackware
...
- Added Slackware 12-12.2 as a supported platform (thanks to
Mateusz Almannai).
2009-05-17 19:44:33 -04:00
Paul Beckingham
13aeff1389
New Version - 1.8.0 begins...
2009-05-14 23:22:31 -04:00
Paul Beckingham
95f07cf363
Bug Fix - UUID corruption on Solaris 8
...
- Fixed a bug with an unterminated buffer in uuid() (thanks to
Steven de Brouwer).
- Added Solaris 8 as another supported platform (thanks to Steven
de Brouwer).
2009-05-12 23:19:26 -04:00
Paul Beckingham
046f511d66
Bug fix - task now builds on Arch Linux
...
- Applied patch to allow task to build on Arch Linux (thanks to
Johan Friis).
2009-05-11 23:44:17 -04:00
Paul Beckingham
72f84b3c3e
Bug Fix - "done" tasks missing end date
...
- Tasks marked "done" were not assigned an end date before being
written to the file. Fortunately this only affects beta testers
who, by definition, like to live on the edge.
- Added better text in the NEWS file regarding the github issue
tracker.
- Cleaned up text a little in the "help" report output.
2009-05-09 21:30:53 -04:00
Paul Beckingham
99174d66b6
Documentation Update
...
- Added David J Patrick as contributing author for the massive list
of feature ideas he has provided, and the accompanying dialogue.
- Added mention of the Github issue tracker.
2009-05-03 00:27:11 -04:00
Paul Beckingham
e84c5c4a3c
Merge branch 'master' into 1.7.0
...
Conflicts:
ChangeLog
NEWS
configure.ac
2009-04-24 01:10:06 -04:00
Paul Beckingham
76c66b8ab1
Documentation Update
...
- Added Ubuntu 9.04 (Jaunty Jackalope) to the docs.
2009-04-23 23:59:59 -04:00
Paul Beckingham
a77d4662f8
New Version - 1.6.1
2009-04-22 19:50:06 -04:00
Paul Beckingham
2f18c512e0
Began 1.7.0 work
2009-04-12 23:39:47 -04:00
Paul Beckingham
4dda1f0c27
Documentation Update
...
- Added Ubuntu Jaunty Jackalope 9.04 (beta) to the list of supported
platforms.
2009-04-05 12:26:11 -04:00
Paul Beckingham
0571412da0
Documentation Update
...
- Added Ubuntu 9.04 (Jaunty Jackalope) to the list of supported systems
(thanks to Federico Hernandez).
2009-03-30 19:51:13 -04:00
Paul Beckingham
7238d1f1c9
Began 1.6.0 Development
2009-03-16 08:27:24 -04:00
Paul Beckingham
209f7ffb00
Updated Documentation
...
- Added new platforms to NEWS file.
2009-03-09 02:52:36 -04:00
Paul Beckingham
78fae5195b
- Converted 1.4.2 references to 1.5.0.
2008-09-20 20:24:58 -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
bcae2d2b93
- Bumped version to 1.4.0
2008-06-22 00:25:16 -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
c1a1d13aab
- Updated version 1.3.0 to 1.4.0
...
- Applied "showage" configuration variable to long list
2008-06-19 21:21:21 -04:00
Paul Beckingham
08fc906d5f
- Updated various documents.
2008-06-16 23:26:22 -04:00
Paul Beckingham
07d1f63e31
- Bumped version to 1.2.0
2008-06-10 22:59:43 -04:00
Paul Beckingham
f2ba9f796b
- Bumped version to 1.1.0
2008-06-07 13:23:59 -04:00