WhoDatHistory
From Frella's AddOns
This is the version history and changelog for WhoDat.
Contents |
[edit] v1.5.2
[edit] Date: 4/25/09
[edit] Author: Scott Powers
[edit] Description
- Added to and Corrected the German translation (credit: Ypselon from WoWInterface)
- Fixed the German translation so it is actually loaded by default if you're locale is deDE.
[edit] v1.5.1
[edit] Date: 4/23/09
[edit] Author: Scott Powers
[edit] Description
- Fixed a new crashing bug with the 3.1 WotLK patch.
[edit] v1.5
[edit] Date: 1/27/09
[edit] Author: Scott Powers
[edit] Description
- Fixed (hopefully) all the bugs introduced with WotLK expansion.
- Death Knight added
- Removed all "hooking" code for the chat windows. This was always a nightmare to manage without colliding with other AddOns and with WotLK too much changed which is undocumented. So, the "alt" info now shows up as the first part of a tell instead of inside the [NAME] portion of the message.
- Start up sequence reworked to get rid of freezing problems.
- Various other minor bugs (really, really minor things) fixed.
- Added the -errors command.
[edit] v1.4
[edit] Date: 11/6/07
[edit] Author: Scott Powers
[edit] Description
- Many thanks to Xanatandor (the only name I know him by!) on WoWInterface for the German translation.
- Fixed a collision error with AuldLangSyne, but this applies to anyone running a module which changes the data inside the guild tab. The only thing I can do is block the error (which I do) and also check to see if the "name" has simply been colorized. Addons that do more than that will not be supported. Which means you won't see the WhoDat tooltip on the guild panel. (Reported by Craxziz)
- New functionality, WhoDat can now have the main toon name ommitted. Be aware, if you turn this option on, then there will not be any error checking done (You will not see "UNKNOWN" if the note for a person has not been added, WhoDat will instead assume this is a Main). It is encouraged that you only turn this option on if you need it as it's very easy to miss adding a note when inviting a new alt. There are two ways to add it, by setting the Guild Info variable "wdu:true" or individually, by going into options and checking the option for "Main Toons are not set in the note". Again, I encourage you to set the Main toon in the note as it keeps everything up to date much easier. (Request from Xanatandor)
- You can now set the color of the Alternate Toon text. This is one color for all comm channels, so be aware of that. You can set this individually via the WhoDat Options panel or via the Guild Info text using "wdac:AARRGGBB" (alpha, red, green, blue in hex... typically alpha will simply be "FF"). The format is the same for the editbox in the options. (Request from Craxziz)
- The manual page is now up and online.
[edit] v1.31
[edit] Date: 11/4/07
[edit] Author: Scott Powers
[edit] Description
- Fixed a minor bug in what I hope is a rare case. Still not sure how the GuildInfo data can't be updated, but the guild tab be shown. I put a fix that gets rid of the error, but no idea how to rectify the situation as, in theory, it shouldn't be possible.
[edit] v1.3
[edit] Date: 11/3/07
[edit] Author: Scott Powers
[edit] Description
- Fixed some compatibility issues with Prat and SimpleChatMods. Could very well have fixed some problems with Cosmos, but that's a pain to test, so if someone who has Cosmos could report back, that'd be great. (Reported by Zidomo)
- Added the options for overriding the Note and RegExp settings. This should allow you to mess with regular expressions without screwing up your entire guild as well as for those unfortunate folks who run this mod without the Guild Leaders adding the variables to the Guild Info text. (Requested by Xanatandor)
[edit] v1.23
[edit] Date: 10/30/07
[edit] Author: Scott Powers
[edit] Description
- Fixed language issue bug with special characters not being recognized by the regex "%w+" (which apparently strictly uses the us english alphabet/numbers). Solution was to use "[^%s]+" instead which seeks all characters not whitespace for the capture. The result is folks who have names like "Scottö" now show up correctly instead of just "Scott". Thanks for the bug report DrgnFyre.
[edit] v1.22
[edit] Date: 10/29/07
[edit] Author: Scott Powers
[edit] Description
- Bug fix release, most notably you won't be spammed if not in a guild. (Reported by Rani)
- Fixed how WD looks up what notes to use on the guild officer. Instead, it looks in the Guild Description. This gets around the problem of when the officer notes are used for something else.
- Also should be more memory-wise as it forces garbage collection on a regular basis. (Requested by Rani)
[edit] v1.2
[edit] Date: 06/05/07
[edit] Author: Scott Powers
[edit] Description
- Now localized (awaiting translations from other languages). (Requested by Xanatandor)
- Added two new functionalities for configuring WhoDat. In the guild leader's public note you can define the note to use for processing WhoDat data (wdn:NOTE) and you can define the regular expression used to pull the data from the note field (wdr:REGEX). Please see the README.txt for further info. (No note will behave with the default settings (officer note and "%w+" regex))
- Bug fix for proper parsing of the new message string with the latest wow patch.
[edit] v1.1
[edit] Date: 04/11/07
[edit] Author: Scott Powers
[edit] Description
- Added tooltip feature to guild info window. When you mouse over the guild info window, the WhoDat info will be displayed in a tooltip, specific to the name of the person under the mouse. Tricky fun code!
[edit] v1.0.1
[edit] Date: 03/23/07
[edit] Author: Scott Powers
[edit] Description
- Bug fix release. This will get rid of the lone error that is occurring and causing a pop-up dialog.
[edit] v1.0.0
[edit] Date: 02/27/07
[edit] Author: Scott Powers
[edit] Description
- Added parsing for the login/logout messages.
- Fixed a problem with disable.
- Fixed an update problem for the guild data.
- Added README, HISTORY, and TODO files.
- Revved for final 1.0.0 release.
[edit] v1.0b3
[edit] Date: 02/24/07
[edit] Author: Scott Powers
[edit] Description
- Added update functionality to do a GuildRoster call automatically until it gets the data updated correctly.
- Added the GUI.
[edit] v1.0b2
[edit] Date: 02/17/07
[edit] Author: Scott Powers
[edit] Description
- Updated default channels.
- Usage added.
- Command-line parsing operational.
- On/Off feature.
- Channel processing toggles.
- Query for other users in the guild.
- Default option.
- Current option which lists the current settings.
- Commented code.
- Check for < > *and* [ ] to be compat with prat.
[edit] v1.0b1
[edit] Date: 02/14/07
[edit] Author: Scott Powers
[edit] Description
Initial creation