]> diplodocus.org Git - flac-archive/blob - CHANGES
Add notes for recent changes.
[flac-archive] / CHANGES
1 Version 3
2 sometime
3 svn://diplodocus.org/projects/release/flac-archive-3
4
5 * Add support for multi-artist discs to fa-rip, which now uses the
6 TITLE[n] style of tags rather than multiple TITLE tags.
7
8 * flac2mp3 now supports multi-artist FLAC files, matches tag names
9 case-insensitively, supports single track (no cue sheet) files,
10 won't blow up when some input tags are missing, and takes multiple
11 operands.
12
13 Version 2
14 2004-12-05
15 svn://diplodocus.org/projects/release/flac-archive-2
16
17 * Add support for running a post-processor hook after encoding to
18 flac is finished; this can be handy for automatically running
19 flac2mp3, moving the output to another location, etc.
20
21 * Support TITLE[1] .. TITLE[n] tag style in flac2mp3.
22
23 * Catch errors from flac or lame in flac2mp3.
24
25 * Fix quoting in how flac2mp3 runs flac and lame.
26
27 * New --quiet and --verbose options for flac2mp3, which are passed
28 on to flac and lame in the appropriate form.
29
30 * New flac2mp3 option, --lame-options, for passing additional
31 options to lame; --preset standard is now only the default rather
32 than hard-coded behavior.
33
34 Version 1
35 2004-10-27
36 svn://diplodocus.org/projects/release/flac-archive-1