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