Revision history for App-OrgUtils

0.12    2012-05-30

        [INCOMPATIBLE CHANGES]

        - Change 'lack_tags' argument to 'lacks_tag' (English consistency with
          'has_tags')

        [ENHANCEMENTS]

        - Add 'group_by_tags' option.


0.11    2012-03-02

        No functional changes. Replace Sub::Spec::CmdLine with Perinci::CmdLine.


0.10    2012-02-14

        [ENHANCEMENTS]

        * Add 'sort' argument.


0.09    2011-11-11

        [BUG FIXES]

        * DateTime croaks if we supply time_zone => undef, so we always provide
          a default (UTC) when $ENV{TZ} is not set.


0.08    2011-11-10

        [BUG FIXES]

        * By default don't show done todos


0.07    2011-09-23

        [ENHANCEMENTS]

        * Support time zones


0.06    2011-09-23

        * Fix bug related to time zone


0.05    2011-06-30

        [ENHANCEMENTS]

        * list-org-todos: now obeys warning period in timestamps


0.04    2011-06-15

        [BUG FIXES]

        * dump-org-structure: fix utf8 reading


0.03    2011-06-09

        No functional changes

        * Fixes in POD and packaging, add sample outputs in Synopsis.


0.02    2011-06-09

        * Rename distribution from App-ListOrgHeadlines to App-OrgUtils.

        * Move script from Org::Parser: dump-org-structure.

        * Add scripts: list-org-anniversaries.


0.01    2011-06-06

        First release, spun off from Org::Parser's sample script.