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