vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 New in version 1.4.0:
2 - Support for EngInventory
3  
4 New in version 1.3.5b:
5 - Updated toc file to version 1800
6  
7 New in version 1.3.5:
8 - Should work in the bank, even with Emerald UI
9  
10 New in version 1.3.4:
11 - Bug "attempt to call global 'getLootLinkServer' (a nil value)" should now have been resolved.
12  
13 New in version 1.3.3:
14 - Alert on unidentified items is now working
15  
16 New in version 1.3.2:
17 - Removed an annoying bug with messages saying QuestItem was unable to identify quest for fishing, flight path, trade skills, sending mail, etc
18 - Fixed a bug in a function for converting values to int (thanks to piderman)
19  
20 New in version 1.3.1:
21 - Bugfix for the error 'Interface\AddOns\QuestItem\QuestItemFunctions.lua:78 :bad argument #1 to 'strsub' (string expected, got nil)'
22  
23 New in version 1.3:
24 - EnhTooltip dependency removed!
25 - Manually mapped items should now display correct status if the mapped quest is in the questlog.
26  
27 New in version 1.2:
28 - German translation (thanks to Thernel)
29 - Minor fix when trying to identify quests. Should make german version work better.
30  
31 New in version 1.1.1:
32 - Fixed a problem which caused item count to be incorrect in tooltip.
33  
34 New in version 1.1:
35 - When an item is identified from tooltip, the count of required items are returned.
36 - FR client is now supported
37 - French translation
38  
39 New in version 1.0.1:
40 - Updated toc file
41  
42 New in version 1.0:
43 - Removed message to the chat window on load. Just annoying with too many addons adding loaded message there.
44 - Configuration.
45 - Manual mapping of items.
46 - Alert when QuestItem is unable to map item to quest.
47  
48 New in version 0.3:
49 - Using Enhanced Tooltip instead of LootLink to display item tooltip.
50 Known issues in version 0.3:
51  
52 New in version 0.2:
53 - Quest items that are not labeled "Quest Item" are now displayed with status in the tooltip.
54 - Item count is now displayed next to the quest name in tooltip.
55  
56 New in version 0.1:
57 - First release