Revision history for App-OrgUtils
0.20 2013-11-20 (SHARYANTO)
- No functional changes. Adjustment to newer perls (e.g. 'use
experimental smartmatch', some warnings).
0.19 2013-11-12 (SHARYANTO)
- No functional changes. Rebuild to fix t/00-compile.t generated by
older DZP::Test::Compile (2.019 < x < 2.033).
0.18 2013-09-23 (SHARYANTO)
- Fix examples in Synopsis.
- Show day of week name after X days ago/again.
0.17 2013-05-09 (SHARYANTO)
- Add scripts: count-{org,undone-org,done-org}-todos
0.16 2013-01-09 (SHARYANTO)
[ENHANCEMENTS]
- list-org-headlines: Allow due_in to be undef, which will use warning
period, or 14 days. So todo items with warning period of 1 day, for
example, won't show up too early.
0.15 2012-07-25 (SHARYANTO)
- Fix outputing Unicode text when format=text [RT #78490].
0.14 2012-07-22 (SHARYANTO)
[ENHANCEMENTS]
- list-org-headlines: Add 'today' option.
- list-org-headlines: Add 'cache_dir' option.
0.13 2012-06-13 (SHARYANTO)
No functional changes. Properly name the POD of scripts [RT#77794].
0.12 2012-05-30 (SHARYANTO)
[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 (SHARYANTO)
- No functional changes. Replace Sub::Spec::CmdLine with
Perinci::CmdLine.
0.10 2012-02-14 (SHARYANTO)
[ENHANCEMENTS]
- Add 'sort' argument.
0.09 2011-11-11 (SHARYANTO)
[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 (SHARYANTO)
[BUG FIXES]
- By default don't show done todos.
0.07 2011-09-23 (SHARYANTO)
[ENHANCEMENTS]
- Support time zones.
0.06 2011-09-23 (SHARYANTO)
- Fix bug related to time zone.
0.05 2011-06-30 (SHARYANTO)
[ENHANCEMENTS]
- list-org-todos: now obeys warning period in timestamps.
0.04 2011-06-15 (SHARYANTO)
[BUG FIXES]
- dump-org-structure: fix utf8 reading.
0.03 2011-06-09 (SHARYANTO)
- No functional changes. Fixes in POD and packaging, add sample outputs
in Synopsis.
0.02 2011-06-09 (SHARYANTO)
- 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 (SHARYANTO)
- First release, spun off from Org::Parser's sample script.