diff --git a/ChangeLog b/ChangeLog index e515fe614..a22adfe96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -76,6 +76,8 @@ Bugs Ivan Freitas, XTaran). + #1356 Command reference now mentions /from/to/g. + #1387 ZSH Auto-Completion dates are not current (thanks to Benjamin Weber). + + #1388 Updated task(1) man pages with import/export script examples (thanks to + Benjamin Weber). + Fixed bug so that 'limit:page' now considers footnote messages. + Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks (thanks to greenskeleton). diff --git a/doc/man/task.1.in b/doc/man/task.1.in index f64764d2d..12d0f4036 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -173,7 +173,18 @@ Displays only a count of tasks matching the filter. Exports all tasks in the JSON format. Redirect the output to a file, if you wish to save it, or pipe it to another command or script to convert it to another format. The standard task release comes with a few example scripts, -such as export-yaml.pl. +such as: + + export-csv.pl + export-sql.py + export-xml.py + export-yaml.pl + export-html.pl + export-tsv.pl + export-xml.rb + export-ical.pl + export-xml.pl + export-yad.pl .TP .B task ghistory.annual @@ -335,7 +346,10 @@ provided for exceptional circumstances. Use carefully. .TP .B task import [ ...] Imports tasks in the JSON format. The standard task release comes with a few -example scripts, such as import-yaml.pl. +example scripts, such as: + + import-todo.sh.pl + import-yaml.pl .TP .B task log