v0.2.5  (2012-11-25)

Toni Gundogdu:
  - FIX: playlist ID pattern [d25d7f2]
  - Manual: Revise FILES section [062d7db]
  test suite:
  - Add favorites.t [32297af]
  - Add playlist.t [1a4737d]
  - Add uploads.t [e2ff823]
  - Rename umph-Pod.t [6de116d]

 8 files changed, 208 insertions(+), 17 deletions(-)


v0.2.4  (2012-11-24)

Toni Gundogdu:
  - Add --user-agent option [23f8926]
  - FIX: Do not strip playlist prefix [a8f81cd]
  - FIX: Playlist ID length check [322d270]

 2 files changed, 33 insertions(+), 26 deletions(-)


v0.2.3  (2012-04-24)

Toni Gundogdu:
  - DOC: Add note about "Play all" playlists [54dbe5c]
  - Do not include duplicate media URLs [fc562cc]
  - FIX: Parse media URL properly [09723d3]
  - FIX: Strip playlist prefix properly [f206aad]

 bin/umph            |   73 +++++++++++++++++++++++++++++--------------
 doc/man1/umph.1.pod |    4 ++
 2 files changed, 53 insertions(+), 24 deletions(-)


v0.2.2  (2012-04-23)

Toni Gundogdu:
  - Accept URLs with playlist ID param [82f3060]
  - Add --export-format, depr. --json, --csv [f90195d]
  - Add --export-response [9e288fe]
  - Use YouTube API returned error message [a7b95f6]

 MANIFEST.SKIP       |    1 -
 bin/umph            |  204 +++++++++++++++++++++++++++++++------------
 doc/man1/umph.1.pod |  124 +++++++++++++++------------
 style/perltidyrc    |   10 --
 4 files changed, 218 insertions(+), 121 deletions(-)


v0.2.1  (2012-04-15)

Toni Gundogdu:
  - FIX: Strip playlist prefix "PL" if found (#3) [95966bb]
  - FIX: Synopsis [9772a58]
  - Trim --version output [6d3c2d6]

 bin/umph            |   15 +++++++--------
 doc/man1/umph.1.pod |    7 ++++---
 2 files changed, 11 insertions(+), 11 deletions(-)


0.2.0  Thu Sep 01 2011  Toni Gundogdu
Changes:
    - use Perl 5.10.1+
    - --max-results and --start-index accept now only integer values
    - Add --max-results check: use default (50) if value > 50
    - Implement --all
        - Return all feed items
    - use Umph::Prompt with --interactive
        - Makes several improvements to the (old) prompt
        - Get it from <http://umph.googlecode.com/> for now

0.1.8  Thu Mar 03 2011  Toni Gundogdu
Changes:
        - Add man1/umph.1.pod (move POD from bin/umph)

See ChangeLog.pre-gitlog for earlier release notes.
