--format help: Use mp4_360p instead
[clive.git] / NEWS
blobcf67dc6090f8c50701c67f32d7c2e9585c62e5b9
2 2.3.0_4 (beta 4, 2.3_gws)  Sat Dec 18 2010  Toni Gundogdu
3 Changes:
4         - Generate ChangeLog from git log
7 2.3.0_3 (beta 3, 2.3_gws)  Wed Dec 01 2010  legatvs
8 Changes:
9         - Add support for /etc/xdg/clive/clive.conf
10         - Add support /etc/xdg/clive.conf
11         - Add --format list pattern
12         - Add --format list
13         - Add --format help
16 2.3.0_2 (beta 2, 2.3_gws)  Thu Nov 04 2010  legatvs
17 Changes:
18         - Use quvi(1) for parsing video details, --quvi arg
19         - Use external command to download, --get-with arg
20         - Use version->declare instead of version::qv
21         - Add JSON::XS dependency
22         - Add examples/cliverc
23         - Additional config file search paths (e.g. system-wide)
24         - Remove WWW::Quvi dependency
25         - Remove WWW::Curl dependency
26         - Remove Term::ReadKey dependency
27         - Remove --continue, --overwrite, --proxy
28         - Remove --no-proxy, --agent, --throttle
31 2.3.0_1 (beta 1)  Wed Oct 27 2010
33 Changes:
34         - Use libquvi (WWW::Quvi) to parse video details
35         - Remove options / features
36         - Rename options
37         - Prerequisites
38 Bugfixes:
39         - Progressbar unicode issues
42 2.3.0  "Glorified Wrapper Script" (2.3_gws)
44 * Single-script vs. multiple-clive-modules
45     - clive is no longer dispersed all over the file system in Perl packages
47 * Use quvi(1) to parse the video details
48     - 2.3 was going to use WWW::Quvi and libquvi (beta 1)
49     - Had a piffany (beta 2)
51 * Leave downloading for an external 3rd party command to do
52     - e.g. curl, wget or whatever
54 * Complete command line interface clean up
55     - Esoteric, or otherwise now completely obsoleted, features were discarded
57 See also:
58   <http://sourceforge.net/apps/trac/clive/wiki/DevelopmentStatus>
61 Version 2.2.15
63 Changes to --format
65   * "flv" is now called "default"
67 Youtube:
69   * Add HD 1080p support
71   * Add support for the quvi supported Youtube IDs (e.g. sd_270p).
72     The old (and vague) IDs (e.g. mp4 or hd) are still supported
73     but should be considered _deprecated_.
76 Version 2.2.9
78 cctv support was fixed. These videos appear to come in (at least) two
79 flavors now: multi-segment and single-segment. The issue has been
80 discussed here:
81   http://code.google.com/p/clive/issues/detail?id=45
83 It was decided, mainly due to overall laziness, that multi-segment
84 video links are to be dumped to the terminal without any further
85 fiddling with them. The reasons have also been covered in the above
86 discussion.