11.1b0 2001-07-14 Christophe Bothamy <cbothamy@free.fr>
2================
3- Added support for id3 v1.1
4- Added automatic directory creation when renaming.
5- Added a "-default" option to handle blank fields when renaming.
6- Added the possibility to copy tags from other files.
7- Changed the default "space" char to a more sensible " " when renaming.
8- Uniformisation of the syntaxes of the different options.
9  (all options can use = or next arg, with or without quotes)
10- Different handling of the options in the resource file (same as commandline).
11  Existing .id3renrc files might need an update.
12
131.0b2 2000-02-01 Christophe Bothamy <cbothamy@free.fr>
14================
15- Correction of a display bug in the help screen
16
171.0b1 2000-12-15 Christophe Bothamy <cbothamy@free.fr>
18================
19- Reorganisation of directories and files
20- Sources tar ball does not contain executable any more.
21  I will set up a debian package.
22- Due to lack of compiler, Windows support is discontinued.
23  If i get enough feed back, i'll consider install Visual C++ somewhere
24  In the meantime, use id3ren 0.97a which contains win32 executable.
25  The sources compiles fine under cygwin, maybe you could give it a try
26- Tagging a file can be done with informations from the file name.
27  Added -tagfromfilename and -tagffn (synonymns) and -tagtemplate.
28  It's a good idea to use it with the -tagonly option.
29
300.97a Robert Alto <badcrc@tscnet.com>
31=====
32- Fixed a short->int screw up on my part that was causing weird things to
33  happen...Solaris got a bus error, 95 and Linux didn't read certain options
34  correctly.
35- Changed usage screen for Linux to "for *nix" cause ascii doesn't like
36  things for Linux on his Solaris box.
37
380.97 Robert Alto <badcrc@tscnet.com>
39====
40- Added -edit option.
41- Several options are now toggles.  For example if you specify -verbose
42  in a config file, then you want to disable verbose mode one time, you
43  can specify -verbose on the command line and it will disable it for that
44  one use.  Options that aren't toggles: -quick, -showtag, -defcase, -upper,
45  -lower....and any other option that accepts a second argument, or displays
46  info (i.e., -showgen, -help, -template, -space, etc).
47- Included some sample rc files in the samples directory.
48
490.96 Robert Alto <badcrc@tscnet.com>
50====
51- Included source in archive, with a Makefile for both Linux and Win32.
52- Added -nocfg, -nogenre, -remchar, -repchar, -verbose options.
53- Added support for config files.  See id3ren.txt for info.
54- You can now change specific parts of a tag if a file already has a tag.
55  For example, if you have a file that has a tag and only want to change
56  the album name, you can use -tag in conjunction with -album.  You will
57  still be prompted for other tag info if they are blank unless you use
58  the -noalbum
59