diff --git a/ChangeLog b/ChangeLog index fdd4d643e..2cfba9798 100644 --- a/ChangeLog +++ b/ChangeLog @@ -187,7 +187,7 @@ + Added more missing files. + Added all source code. + Generic OSS files added. - + Initial commit. + + Initial commit on Github. 0.9.3 (4/6/2008) + Added "task completed" command. @@ -198,7 +198,7 @@ + "task" duplicated to "task_rel" for preparation of a fork. 0.9.1 (4/1/2008) - + Blank attributes read are longer be written out. + + Blank attributes read are no longer written out. + Completed "task export" command. + Added configuration values to "task version" command. + Consolidated header files, removed unnecessary ones. @@ -226,10 +226,12 @@ + File locking + retain deleted tasks + "task info ID" report showing all metadata - + File format v2 + + File format v2, including UUID [Development hiatus while planning for T, TDB API, new features and the future -of the project. Seeded to two testers for feedback, suggestions.] +of the project. Seeded to two testers for feedback, suggestions. Development +deliberately stopped to allow extended use of task, allowing command logging and +regular usage to determine which features were needed or unnecessary.] 0.6.0 Reports (12/27/2006) + "task history" diff --git a/ideas.txt b/ideas.txt deleted file mode 100644 index 09cea7499..000000000 --- a/ideas.txt +++ /dev/null @@ -1,22 +0,0 @@ -Real Parsing - define grammar for command line - implement flex/bison parser - new grammar includes: - - task delete [ ...] - - task done [ ...] - -User-Defined Reports - report.large=id,uuid,project,priority,entry,start,due,active,tags,description - report.long=id,project,priority,entry,start,due,tags,description - report.list=id,project,priority,due,active,description - report.ls=id,project,priority,description - - Sorting is always: due+ priority- project+ - - ID UUID Project Priority Entry Start Due Active Tags Description - -Test Suite - - allow .taskrc override - - debug=on to cause all cout to be csv - - regression tests for every bug, command, feature -