2007-07-27 Tim Huetz --- Release 3.0.2 * Made the code much more maintainable (through redesign) * Ported the locales from the "old" version (last release of 2004) * Fixed the bug that the about dialog could not be closed through the "Close" button * Added the id3copier plugin to the list of supported plugins * Added the vorbis (ogg) plugin to the list of supported plugins * Added the mpegheader plugin to the list of supported plugins * Added the tag2filename plugin to the list of supported plugins 2007-07-25 Tim Huetz --- Release 3.0.1 * Project was migrated to autoconf and automake * Changed the version schema to Major.Minor.Micro[-hint] - Major: Will be incremented if there are major changes with incompabiility to the old application - Minor: Will be incremented if there are some minor extensions to to application - Micro: Will be incremented if there are just bugfixes - Hint: Is optional and can tell if it's a development buid (-dev) or the like * All plugis were renamed and are now shared libraries which are conform with the standard * Cleaned up the source files (just a little bit) - Removed some old _CPLUSPLUS_ macros with the standard conform __cplusplus macro - Updated all code headers with the new copyright information - Removed old dialogs which are not needed anymore - Replaced the about dialog with an standard conform about dialog of Gtk/Gnome * Changed the licence from GPLv2 to GPLv3 2004-04-23 Samuel Abels --- Release 3.0-1 * A German language file has been added. (Samuel Abels) * A Spanish language file has been added. (Fernando A. Naranjo Molina) * A French language file has been added. (Christophe Dumez, Samuel Abels) * A Polish language file has been added. (Marcin K³eczek) * Plural forms support for I18N. * An OGG plugin has been added. * A "Tag -> Filename" plugin has been implemented. * GUI polishing has been made (mostly almost invisible details). * End User Documentation has been added. 2004-04-03 Samuel Abels --- Release 3.0pre-1 * Initial package.