Manual: Update, cleanup, fix grammar
[clive.git] / NEWS
blob3bf8fbbd853ef74dc1ed08035a156586038b7fec
3 == 2.3 ==
5 2.3.0.2  Tue Mar 15 2011  Toni Gundogdu
6 Changes:
7         - Make --version less verbose
8         - Manual: Add SYNOPSIS
9         - examples/cliverc, Manual: Add --category-http (quvi 0.2.12+)
10 Bugfixes:
11         - examples/cliverc: Typo in --get-with
14 2.3.0.1  Sat Feb 12 2011    Toni Gundogdu
15 Changes:
16         - Replace outdated webm_480p with mp4_360p in examples
17         - README: Cleanup, add notes for packagers
18         - Add examples/git/hooks/pre-commit
19         - Manual: Cleanup, add HISTORY
20         - Add vim modeline
21 Other:
22         - Create "2.2" branch from "master"
23         - Merge "2.3_gws" into "master" branch
24         - http://sourceforge.net/apps/trac/clive/wiki/Changes-2.3
27 2.3.0_4 (beta 4, 2.3_gws)  Sat Dec 18 2010  Toni Gundogdu
28 Changes:
29         - Generate ChangeLog from git log
32 2.3.0_3 (beta 3, 2.3_gws)  Wed Dec 01 2010  legatvs
33 Changes:
34         - Add support for /etc/xdg/clive/clive.conf
35         - Add support /etc/xdg/clive.conf
36         - Add --format list pattern
37         - Add --format list
38         - Add --format help
41 2.3.0_2 (beta 2, 2.3_gws)  Thu Nov 04 2010  legatvs
42 Changes:
43         - Use quvi(1) for parsing video details, --quvi arg
44         - Use external command to download, --get-with arg
45         - Use version->declare instead of version::qv
46         - Add JSON::XS dependency
47         - Add examples/cliverc
48         - Additional config file search paths (e.g. system-wide)
49         - Remove WWW::Quvi dependency
50         - Remove WWW::Curl dependency
51         - Remove Term::ReadKey dependency
52         - Remove --continue, --overwrite, --proxy
53         - Remove --no-proxy, --agent, --throttle
56 2.3.0_1 (beta 1)  Wed Oct 27 2010
58 Changes:
59         - Use libquvi (WWW::Quvi) to parse video details
60         - Remove options / features
61         - Rename options
62         - Prerequisites
63 Bugfixes:
64         - Progressbar unicode issues
67 2.3.0  "Glorified Wrapper Script" (2.3_gws)
69 * Single-script vs. multiple-clive-modules
70     - clive is no longer dispersed all over the file system in Perl packages
72 * Use quvi(1) to parse the video details
73     - 2.3 was going to use WWW::Quvi and libquvi (beta 1)
74     - Had a piffany (beta 2)
76 * Leave downloading for an external 3rd party command to do
77     - e.g. curl, wget or whatever
79 * Complete command line interface clean up
80     - Esoteric, or otherwise now completely obsoleted, features were discarded
82 See also:
83   <http://sourceforge.net/apps/trac/clive/wiki/DevelopmentStatus>
86 == 2.2 ==
88 2.2.22  Sun Jan 16 2011     Toni Gundogdu
89 Changes:
90         - Accept youtu.be URLs (#8)
93 2.2.21  Fri Jan 07 2011     Toni Gundogdu
94 Bugfixes:
95         - Dailymotion.pm: Access blocked by "family filter" (#4)
98 2.2.20  Mon Dec 27 2010     Toni Gundogdu
99 Changes:
100         - Accept non-HTTP (input) URLs [#3]
101 Bugfixes:
102         - Vimeo.pm: Fix video ID parsing [#2]
105 2.2.19  Sat Dec 11 2010     Toni Gundogdu
106 Changes:
107         - Set <http://clive.sourceforge.net> as new WWW home
108         - Add man1/clive.1.pod, manify from this from now on
109         - Youtube: Extend format aliases to match quvi IDs
110         - Remove myubo support: dead site
111         - Backup ChangeLog as ChangeLog.pre-gitlog
112         - Generate ChangeLog from gitlog
113         - Rename Evisor.pm to Gaskrank.pm
114         - Rename tests
115         - Remove dangling (and broken) ehrensenf, cctv support
116         - Exclude network tests, can still be found in the repo
117         - gzip release tarball from now on
118 Bugfixes:
119         - Liveleak.pm: token/ID parsing
120         - Youtube.pm: Unknown error (http/404) [#1]
123 Version 2.2.15
125 Changes to --format
127   * "flv" is now called "default"
129 Youtube:
131   * Add HD 1080p support
133   * Add support for the quvi supported Youtube IDs (e.g. sd_270p).
134     The old (and vague) IDs (e.g. mp4 or hd) are still supported
135     but should be considered _deprecated_.
138 Version 2.2.9
140 cctv support was fixed. These videos appear to come in (at least) two
141 flavors now: multi-segment and single-segment. The issue has been
142 discussed here:
143   http://code.google.com/p/clive/issues/detail?id=45
145 It was decided, mainly due to overall laziness, that multi-segment
146 video links are to be dumped to the terminal without any further
147 fiddling with them. The reasons have also been covered in the above
148 discussion.