Created the public git repo for 2.x+.
[clive.git] / CHANGES
blobda3f696f66562497e1c2db4fb03b54de618fbd63
1 Version 2.0beta1
2 (?? ?? ????)
4 A complete overhaul and rewrite of 1.x.
6  User-visible changes:
7   * Users are expected to use the --continue/-c option to resume transfers
8   * Configuration file format (=> INI), path was changed (=> ~/.config/clive)
9   * All extractions now assume flv as the default download format
10   * Users are expected to understand when/how use the --format/-f option
11   * Reading input from multiple sources is possible (e.g. % clive -x URL URL)
12   * Added: --grep: used to grep and recall cached URL entries
13   * Added: --background and --output=logfile, --append=logfile options
14   * Many old cmdline and config options were removed due to new design
15   * Improved GoogleVideo support: handles redirects to other hosts
16   * Pager is used where needed (e.g. --show/-s)
17   * Changed default output file naming format to "%n-(%i)-[%d].%s"
18   * Removed: guba (deadweight), myvideo (borked), dmotion (bitches @ anon users)
20  Developer-visible changes:
21   * Python => Perl
22     - See the INSTALL file for prerequisites
23   * No installation: all-in-one script (excl. the 3rd party modules)
24   * Cache is now an integral part of clive, see CACHE in the manual page
25   * Embedded the --manual page (Pod)
26   * Improved Youtube login: removed is_adult HTTP get (done manually now)
27   * Grab the file suffix from the Content-Type header
28   * Improved GoogleVideo support: mp4 detection no more relies on English words
29   * Improved Metacafe support: removed unnecessary "familyfilter" HTTP get
31  Other:
32   * Project: moved
33     - 2.x+ at http://googlecode.com/p/clive/
34     - 1.x remains at http://gna.org/projects/clive
35   * Tarballs: moved
36     - 2.x+ at http://googlecode.com/p/clive/
37     - 1.x remain at http://dl.gna.org/clive
38   * Website: moved
39     - http://clive.sf.net/
40     - http://home.gna.org/clive redirects to the above
41   * SCM: SVN => Git
42     - 2.x+ at git://repo.or.cz/clive.git
43     - 1.x remains at svn://svn.gna.org/svn/clive
44   * Issue tracking: Moved
45     - 2.x+ at http://googlecode.com/p/clive/issues/
46     - 1.x bug tracker remains at http://gna.org/projects/clive
47   * Created http://googlegroups.com/group/clive-announce/
49 NOTE: See http://dl.gna.org/clive/CHANGES for 1.x.