From eee4d05b77096b4ecc464268b98acef0db047967 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 29 Jan 2011 17:37:56 -0500 Subject: [PATCH] Feature #41 - Feature #41 (export.xml) is now satisfied by the new export-xml.{pl,py,rb} add-ons. --- ChangeLog | 2 ++ NEWS | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2aa971715..365e7e0b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,8 @@ Marechal). + Added feature #30, which eliminates the dependency on ncurses (thanks to Johan Friis). + + Added feature #41, XML export in the form of add-on script export-xml.pl, + export-xml.py and export-xml.rb. + Added feature #157, which implements the _query command, a helper command for script writers, which accepts a filter like any other report, but returns only full JSON. diff --git a/NEWS b/NEWS index 948f3f857..e613703c1 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,8 @@ New Features in taskwarrior 1.9.4 - New literal date "later" and "someday" to be used with the wait attribute to hide a task until somepoint in time (this sets the wait date to 1/18/2038). - Total active time now shown on the info report. + - Add-on scripts: export-xml.pl, export-xml.py, export-xml.rb, export-ical.pl, + export-csv.pl and export-yaml.pl. Please refer to the ChangeLog file for full details. There are too many to list here.