1-----V0.31-----
2Updated CDDB reading and writing to support protocol level 5 (detection
3and saving of year and genre information).
4
5-----V0.30-----
6Only bugfixes
7
8-----V0.29-----
9Added option-entry to select two presets (MP3/lame and OGG/oggenc). Made
10cdda2wav compile-in default. If mp3-defaults are choosen now compile in
11lame-settings.
12
13-----V0.28-----
14Added configure option "--enable-oggdefaults" to include useful defaults
15for OGG creation. Spaces in filenames can now replaced with a user
16defined character instead of underscore. Batchscript creation was fixed.
17
18-----V0.27-----
19CDDB.com refused to support free software so use freedb.freedb.org:8880
20from now on. Option to protect patternmasks from substitution was added.
21Pattern for filenames can now be different for sampler cds. The encoder
22program has pattern for id3-tags, so no seperate tagger program is needed.
23Sampler cds should be better detected, furthermore the force of sampler cds
24by pressing SHIFT+V is possible
25
26-----V0.26-----
27Sorry about the ugly bug in 0.25 (ripping only did not work), this is now
28fixed. Also a replacestring for unknown genre was introduced and a general
29remove option for illegal characters.
30
31-----V0.25-----
32Finally CDDB saving and transmit is now possible. Directoryrequester was
33totally rewritten and a filerequester was added (all of these are now very
34nice). Introduced a hotnews window on startup which will show new features
35(only once time per update). Added positionbars to a lot of windows. A lot
36of little new and nice features like: removing dead files from right window
37by pressing "d", opening of the tray after encoding, visible error messages
38on external program fails, nicer selectboxes, prevent deleting of already
39ripped files on failed encoding, warning about parallel running MP3c
40processes, ignore option on missing files while importing lists, better
41keyhandling, better detection of user fails ;), avoiding MP3c running in
42background.  Upset CVS server for MP3c (see README).
43
44-----V0.24-----
45Included portuguese translation (many thanks to Lucas Correia Villa Real).
46Very nice features for creating relative filenames in playlists, globbing
47for tilde, usage of more CDDB-servers now possible, cleanups, disable CDDB-
48access by pressing "l", usual bugfixes.
49
50-----V0.23-----
51Included spanish translation (many thanks to Alfonso Gazo). Added pattern
52for CDDB-ID, changed pattern-creation for m3u-files, checking for cddb-path
53while running configure, some little bugfixes.
54
55-----V0.22-----
56Sorry, some big bugs in 0.21, corrected now. Also some several different
57clean-ups and fixes included. Routine for import and export of track-
58lists.
59
60-----V0.21-----
61New autoconf-stuff. Added NLS-support (english and german at the moment).
62Multiripping is now possible. Detect missing external programs, colorfied
63option and setting menu.
64
65-----V0.20-----
66Totally new batchfiles, which allow you to rip several cds before encoding
67them. See BATCH.README for all new features.
68Actually this is the only way to rip more than one cd before encoding. Doing
69this in interactive-mode will occur in the next version.
70Furthermore MP3c would block cdrom-resources any longer, but be careful with
71this, since cdparanoia/cdda2wav couldn't detect if wrong cd is inserted ;-)
72
73-----V0.19-----
74Now you can first rip all tracks and then encode.
75Online-help is now more useful. Altermenu got new-features (use SPACE
76to swap modify-flag).
77
78-----V0.18-----
79You can change cd-data in a nice menu, if you press return on any track.
80If a slash appears in songtitle or other fields, this is fixed by replacing
81this slash with a userdefined value. This avoids creation of sensless
82directorys.
83Allowed ascii-characters in inputbox and CDDB-entries can be increased with
84non-strict character-handling (see optionsmenu).
85
86-----V0.17-----
87Finally you can use slashes in all filenames, which forces MP3c to create
88necessary sub-directories (even in batch-scripts, where "mkdir -p" is used).
89Added a lot of new patterns for mp3-comment creation (see README).
90Added userdefined string with unallowed characters in filenames.
91Changing of cd is now possible without leaving MP3c (use "e"-key to eject
92tray and "E" to close).
93
94-----V0.16-----
95Added creation of playlists and allowed pattern in mp3-comment
96see README for details.
97
98-----V0.15-----
99Added some status about estimated MP3-size.
100Note: this really depends on the kind of music (and your encoder, and
101      mp3-quality). If things really go wrong, look at your ~/.mp3crc
102      You will find a key "frame_mult", insert here your value.
103
104      Calculation of frame_mult:
105      look how long your song is (in seconds) -> song_length
106      look how big the mp3-file is (in bytes) -> mp3_size
107      then calc like this:
108      frame_mult = mp3_size / (song_length * 75)
109
110Added cmdline-options "-d <device>", so you can just multiple cdrom-drives
111for encoding at night, without having more than one config-file ;-)
112
113-----V0.14-----
114First release
115