Added support for using Perl 5-compatible regular expressions to extract information from filenames and comments and store the resulting information in ID3 tags
Added option to normalize the sound level of AIFF files based on the volume information in the ID3 tag. This allows MP3's to be converted to AIFF's for CD burning and still play at the correct volume
Added option in the MP3 Renamer to make Windows-compatible filenames (excludes characters not allowed on Windows)
Added support for adding a list of people involved in a song to the ID3 tag (e.g. "John Lennon" on a Beatles song). This also allows includes the ability to associate a particular person and their involvement on the song (e.g. Writer=John Lennon)
Added support for entering a sort name that can be used as an alternate way to sort (e.g. use a sort name of "Beatles, The" for "The Beatles" so it goes with the B's instead of the T's)
Added support for detecting track numbers when converting from filenames containing track numbers separated by underscores ("_") (e.g. 05_My Song). More complex information extraction can be done using regular expressions
Added support in the MP3 Renamer for removing articles (A, An, The) from the resulting filenames (e.g. "02. The Song" -> "02. Song" or "Song, The" -> "Song")
Added an option in MP3 Renamer to convert whitespace characters to underscores ("_")
Added support in the Preferences for changing the source/starting folder of all the Tool windows at once to make it easy to change folders
Fixed a problem with the QuickEdit window not focusing an item when you drag a file onto it when it was previously disabled