Version 0.6[October 19, 2006] - Added privacy option for users to hide what they're listening to with an option on the Tools menu -Compiled for Gaim2.0.0beta4 Version 0.5[March 31, 2006] - Added support for multiple accounts - Mostly fixed bug where errors would occur if a non-ASCII character was in a song title Still seems to occur sporadically, though. Will keep working on it - Fixed for foobar2000 v0.9 (must use 0.9 now) Version 0.4.1[March 3, 2006] - Fixed bug where if the user changed from away to available and vice-versa while keeping the message the same it wouldn't update until the song changed. - Updated summary and description Version 0.4[March 1, 2006] - Made hiding text more efficient - Available and Away Messages now work the same way as User Info, just put in the tags and they will be replaced. - Updates every 15 seconds - Separator for parsing the winamp window is now " - " instead of just '-' to fix problems with hyphenated song names (thanks to Kyle H. for the tip) - Now works with foobar2000 (thanks to Matthew C. for the tip) Version 0.3.2[November 14, 2005] - Fixed bug where plugin wouldn't update right after signing off and signing back on - Added more code comments Version 0.3.1[November 9, 2005] - Stopped it from sending an update to the server every 30 seconds even when one wasn't needed Version 0.3[November 9, 2005] - Added a lot of extra customization: Now %so% gets replaced with the song, %ar% with the artist. (mi),(/mi),(ns), and (/ns) can be used to mark text for hiding/showing depending on whether you're listening to music or not - minor bug fixes Version 0.2[October 17, 2005] - Checks to make sure that there is any user info before updating it. This will speed things up a bit and fix a nasty bug that occurred when the protocol didn't support user info. - Will only attempt to run on the first account that signs on. Multiple accounts will be supported eventually, but for now this is needed to prevent multiple calls to my non-thread-safe functions and to stop it from getting really confused and screwing stuff up if the profiles are updated at different times. - Used more length checking to prevent buffer overflows - Made string sizes smarter - A little bit of code cleanup Version 0.1[October 6, 2005] - First release