Added --no-tags option and an except clause to tagging code.
debian/changelog
1 mp3togo (0.5.1) unstable; urgency=low
2
3 * Added --no-tags option which disables tagging of output files.
4 * Added a test for exceptions to the tagging code.
5
6 -- Simeon Veldstra <reallifesim@gmail.com> Sun, 28 May 2006 11:04:37 -0700
7
8 mp3togo (0.5.0) unstable; urgency=low
9
10 * Added cluster mode feature.
11
12 -- Simeon Veldstra <reallifesim@gmail.com> Fri, 26 May 2006 20:08:39 -0700
13
14 mp3togo (0.4.1) unstable; urgency=low
15
16 * Merged Justus Pendleton's --format patch. See --help.
17 * Added test for failed write to stdout in mainloop.
18 * Various small bugfixes.
19 * Added a version field to the cache pickle.
20 * Added a human readable info file to cache.
21 * Added md5sum prefix to file names in cache.
22
23 -- Simeon Veldstra <reallifesim@gmail.com> Sat, 20 May 2006 02:29:59 -0700
24
25 mp3togo (0.4.0) unstable; urgency=low
26
27 * Add caching support for processed files.
28 * Add support for Amarok playlist grabbing - Justus Pendleton
29 * Support specifing playlists as free arguments - idea: Christopher Arndt
30
31 -- Simeon Veldstra <reallifesim@gmail.com> Thu, 18 May 2006 00:30:09 -0700
32
33 mp3togo (0.3.2) unstable; urgency=low
34
35 * Really be graceful in the absence of third party modules.
36 Thanks fab for the patch.
37
38 -- Simeon Veldstra <reallifesim@gmail.com> Wed, 17 May 2006 12:32:00 -0700
39
40 mp3togo (0.3.1) unstable; urgency=low
41
42 * Thanks: Christopher Arndt for setup.py fix and suggestions.
43 * Incorrect parameter in setup.py
44 * Don't overwrite unless --force is used.
45 * Don't mangle file names arbitrarily.
46 * Separate the test suite.
47 * Be graceful in the absence of third party modules.
48
49 -- Simeon Veldstra <reallifesim@gmail.com> Mon, 15 May 2006 18:56:48 -0700
50
51 mp3togo (0.3.0) unstable; urgency=low
52
53 * Rewrote program to use os.exec instead of os.system.
54 * New progress output format, pause and stop controls.
55 * Cleaned up, modularized, code.
56 * Built unit test suite.
57 * Added thread support.
58
59 -- Simeon Veldstra <reallifesim@gmail.com> Sun, 14 May 2006 14:27:56 -0700
60
61 mp3togo (0.2.1) unstable; urgency=low
62
63 * Initial Release.
64 * This package is maintained by its author.
65
66 -- Simeon Veldstra <reallifesim@gmail.com> Wed, 26 Apr 2006 19:44:29 -0700