FriendsFacts/ChangeLog
From WoWWiki
WoWWiki Hosted AddOn Sub-Page
FriendsFacts » ChangeLog
Contents |
v2.0b (11/18/06)
- Re-fixed standalone toc
v2.0 (10/20/06)
- Updated for SeaHooks v1.0
v1.9b (10/13/06)
- Fixed standalone toc
v1.9 (8/19/06)
- Removed Localization dependency
v1.8 (7/14/06)
- Fixed UnitSex usage for 1.11
v1.7 (4/4/06)
- Converted the event frame to a lua alternative
- Optimized code by removing old hooking code
- Now uses the Localization addon for localized text
- ToDo: localize the friends display text - FRIENDS_LIST_TEMPLATE, FRIENDS_LIST_OFFLINE_TEMPLATE and perhaps PVPName, area, and status
v1.6 (1/26/06)
- Embedded SeaHooks to fix some dependency issues.
v1.51 (1/3/06)
- Fixed format bug and added AFK status
v1.5 (1/1/06)
- Who Searches of friends now update their FriendFacts info.
- Auto-Update of FriendsFrame if open while info is updated.
v1.4 (11/29/05)
- Added storing of player data for use on alts on the same server.
- Added optional Sea hook usage for good measure.
- Updated TOC to 10900
v1.31 (9/19/05)
- Fixed FriendsFacts_Data nil error
v1.3 (9/6/05)
- Added Khaos Options for FriendsFacts_Enabled and FriendsFacts_PVPName booleans
- To disable PVPName manually use "/script FriendsFacts_PVPName=nil"
v1.2 (8/17/05)
- Added Mouseover Data to Friends List. If you've ever seen a tooltip of that player it will record and show their pvpname, sex, race, and guild.
- Made Friend List Realm Specific (Warning! All old friend data will be lost). If you are planning on moving from one faction to another you should clear the list for that realm:
/script FriendsFacts_Data[GetRealmName()] = {};
- Added auto-truncation for strings that would extend past the edge of the frame.
v1.1 (4/29/05)
- Friend info now stored for all friends and not just the ones you look at.
- nil index bug fixed.
v1.0 (2/19/05)
- Rerelease in addon form.
- Modified Width for offline overflow with long location names.
