- Feature #41 (export.xml) is now satisfied by the new export-xml.{pl,py,rb}
  add-ons.
This commit is contained in:
Paul Beckingham 2011-01-29 17:37:56 -05:00
parent 5f8858856b
commit eee4d05b77
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,8 @@
Marechal). Marechal).
+ Added feature #30, which eliminates the dependency on ncurses (thanks to + Added feature #30, which eliminates the dependency on ncurses (thanks to
Johan Friis). 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 + Added feature #157, which implements the _query command, a helper command for
script writers, which accepts a filter like any other report, but returns script writers, which accepts a filter like any other report, but returns
only full JSON. only full JSON.

2
NEWS
View file

@ -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 - 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). 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. - 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 Please refer to the ChangeLog file for full details. There are too many to
list here. list here.