0.10 31 Dec 2005 * Rewrite (let's be honest). Changes were extensive enough that this version is incompatible with <= 0.02. Changes needed in your code should be minor though. Keep in mind that this software is still only about a month old. I am glad that I had the courage to throw the old stuff out when I did, rather than later, when it would have been harder. * ID3v1.x support. * ID3v2.2 support. * ID3v2.4 support. * Netbeans project is gone. * Added a verbose flag trigged by the id3.verbose VM option being present. * Added 2005 to the copyright statements. 0.02 9 Dec 2004 * finish unsynchronization. * implement compression. * create Id3 class to encapsulate everything. This pushes frames to a lower level in the API and simplifies tag manipulation. 8 Dec 2004 * implement unsynchronization (in process). * create netbeans 4.0 project. 0.01 6 Dec 2004 * Initial version for ID3v2.3.0 * Pasted in license text to all source files. * Supports reading and writing simple ID3 tags. - No compression - No encryption