Bump version to 0.2.5
[umph.git] / NEWS
blob7a6d7cdeecad0d22d2513b46bc74ba97ffc3d201
1 v0.2.5  (2012-11-25)
3 Toni Gundogdu:
4   - FIX: playlist ID pattern [d25d7f2]
5   - Manual: Revise FILES section [062d7db]
6   test suite:
7   - Add favorites.t [32297af]
8   - Add playlist.t [1a4737d]
9   - Add uploads.t [e2ff823]
10   - Rename umph-Pod.t [6de116d]
12  8 files changed, 208 insertions(+), 17 deletions(-)
15 v0.2.4  (2012-11-24)
17 Toni Gundogdu:
18   - Add --user-agent option [23f8926]
19   - FIX: Do not strip playlist prefix [a8f81cd]
20   - FIX: Playlist ID length check [322d270]
22  2 files changed, 33 insertions(+), 26 deletions(-)
25 v0.2.3  (2012-04-24)
27 Toni Gundogdu:
28   - DOC: Add note about "Play all" playlists [54dbe5c]
29   - Do not include duplicate media URLs [fc562cc]
30   - FIX: Parse media URL properly [09723d3]
31   - FIX: Strip playlist prefix properly [f206aad]
33  bin/umph            |   73 +++++++++++++++++++++++++++++--------------
34  doc/man1/umph.1.pod |    4 ++
35  2 files changed, 53 insertions(+), 24 deletions(-)
38 v0.2.2  (2012-04-23)
40 Toni Gundogdu:
41   - Accept URLs with playlist ID param [82f3060]
42   - Add --export-format, depr. --json, --csv [f90195d]
43   - Add --export-response [9e288fe]
44   - Use YouTube API returned error message [a7b95f6]
46  MANIFEST.SKIP       |    1 -
47  bin/umph            |  204 +++++++++++++++++++++++++++++++------------
48  doc/man1/umph.1.pod |  124 +++++++++++++++------------
49  style/perltidyrc    |   10 --
50  4 files changed, 218 insertions(+), 121 deletions(-)
53 v0.2.1  (2012-04-15)
55 Toni Gundogdu:
56   - FIX: Strip playlist prefix "PL" if found (#3) [95966bb]
57   - FIX: Synopsis [9772a58]
58   - Trim --version output [6d3c2d6]
60  bin/umph            |   15 +++++++--------
61  doc/man1/umph.1.pod |    7 ++++---
62  2 files changed, 11 insertions(+), 11 deletions(-)
65 0.2.0  Thu Sep 01 2011  Toni Gundogdu
66 Changes:
67     - use Perl 5.10.1+
68     - --max-results and --start-index accept now only integer values
69     - Add --max-results check: use default (50) if value > 50
70     - Implement --all
71         - Return all feed items
72     - use Umph::Prompt with --interactive
73         - Makes several improvements to the (old) prompt
74         - Get it from <http://umph.googlecode.com/> for now
76 0.1.8  Thu Mar 03 2011  Toni Gundogdu
77 Changes:
78         - Add man1/umph.1.pod (move POD from bin/umph)
80 See ChangeLog.pre-gitlog for earlier release notes.