Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 2.81 KB

RELEASE-NOTES.md

File metadata and controls

76 lines (49 loc) · 2.81 KB

OFEXPORT2 Release Notes

Development Version

1.0.12 (2014-12-11)

  • Fixed bug in CSV template that marked all items as flagged.
  • Fixed a ranking bug that caused items to appear in the wrong order in Context mode or after flattening.
  • Improved Markdown formatting.
  • Fixed due/done confusion in Taskpaper template.
  • Fixed HTML contexts indenting.

1.0.11 (2014-12-10)

  • Documentation Improvements
  • Provided two variants of Flatten filter, -S and -F.

1.0.10 (2014-12-09)

  • Documentation improvements.
  • Template fixes (null pointer exception).

1.0.9 (2014-12-08)

  • Added some missing attributes to the debug template.
  • Major re-working of date logic to simplify expressions.

1.0.8 (2014-12-07)

  • Flagged now works hierarchically.
  • Added estimatedMinutes.
  • Big simplification of filter usage.
  • Updated documentation.

1.0.7 (2014-12-05)

  • Fixed prune bug.

1.0.6 (2014-12-05)

  • Fixed bugs relating to cascading availability flag.
  • Fixed bug affecting visibility of available projects in context mode.

1.0.5 (2014-12-04)

  • Added diagnostic template (debug.ftl).
  • Fixed bug where -F caused duplication of Projects.
  • Added -O fname that writes to a file then opens it.

1.0.4 (2014-12-03)

  • Fixed prune bug.
  • Added -F flatten option.
  • Added a "Tips" section in the documentation.

1.0.3 (2014-12-03)

  • Fixed bug when using "-pn x", was adding single quotes to expression instead of double.
  • Added extensive logging.
  • Improved resource usage during build/test.
  • Changed structure of root model passed into freemarker template.
  • Created report.ftl, a weekly report template.
  • Added config.properties and way to access them from templates.
  • Added missing -cn option.

1.0.2 (2014-12-02)

  • Ironing out release issues.

1.0.1 (2014-12-02)

  • Ironing out release issues.

1.0.0 (2014-12-02)

  • First release.