]> diplodocus.org Git - flac-archive/blob - CHANGES
update
[flac-archive] / CHANGES
1 Version 4
2 ???
3 svn://diplodocus.org/projects/release/flac-archive-3
4
5 * Create a separate flac file for each track; the old behavior is
6 still available with the --single-file option to fa-rip.
7
8 * Make fa-rip's MusicBrainz network queries optional.
9
10 * Bug fixes:
11 * flac2mp3 breaks with missing tags
12 * broken signal handling in fa-flacd
13 * incomplete filelname sanitization
14
15 Version 3
16 2005-06-26
17 svn://diplodocus.org/projects/release/flac-archive-3
18
19 * Add support for multi-artist discs to fa-rip, which now uses the
20 TITLE[n] style of tags rather than multiple TITLE tags.
21
22 * flac2mp3 now supports multi-artist FLAC files, matches tag names
23 case-insensitively, supports single track (no cue sheet) files,
24 won't blow up when some input tags are missing, and takes multiple
25 operands.
26
27 * Add DISCNUMBER tag support to fa-flacd and flac2mp3. This is
28 better than putting "(disc 1)" at the end of ALBUM, though that's
29 what ends up happening for mp3s due to lame.
30
31 * Matthias Friedrich <matt@mafr.de> points out that
32 MusicBrainz::Client already exposes the TOC info fa-rip needs.
33 Use that instead of the external mkcue program.
34
35 * Matthias also points out that he has added release date support to
36 MusicBrainz::Client-0.09. Require that version and add release
37 date support to fa-rip.
38
39 Version 2
40 2004-12-05
41 svn://diplodocus.org/projects/release/flac-archive-2
42
43 * Add support for running a post-processor hook after encoding to
44 flac is finished; this can be handy for automatically running
45 flac2mp3, moving the output to another location, etc.
46
47 * Support TITLE[1] .. TITLE[n] tag style in flac2mp3.
48
49 * Catch errors from flac or lame in flac2mp3.
50
51 * Fix quoting in how flac2mp3 runs flac and lame.
52
53 * New --quiet and --verbose options for flac2mp3, which are passed
54 on to flac and lame in the appropriate form.
55
56 * New flac2mp3 option, --lame-options, for passing additional
57 options to lame; --preset standard is now only the default rather
58 than hard-coded behavior.
59
60 Version 1
61 2004-10-27
62 svn://diplodocus.org/projects/release/flac-archive-1