Mercurial > wow > itemauditor
comparison CHANGELOG.txt @ 70:3930518cb8d9
Added a public API so other addon developers can register themselves as a queue destination and added a UI so users can select that destination.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Wed, 28 Jul 2010 22:19:38 -0700 |
parents | 4ae431c98059 |
children | aaf9a155995b |
comparison
equal
deleted
inserted
replaced
69:4ae431c98059 | 70:3930518cb8d9 |
---|---|
1 2010-07-28 Asa Ayers <Asa.Ayers@Gmail.com> | 1 2010-07-28 Asa Ayers <Asa.Ayers@Gmail.com> |
2 | 2 |
3 - Fixed a bug with the crafting threshold options. | 3 - Fixed a bug with the crafting threshold options. |
4 - Updated /ia queue so that it is a shortcut to using /ia crafting and then clicking export. | 4 - Updated /ia queue so that it is a shortcut to using /ia crafting and then clicking export. |
5 - Added integration with ArkInventory. You can set up rules that use "itemauditor('profitable')" or "itemauditor('qa')" to find items managed by QuickAuctions. | 5 - Added integration with ArkInventory. You can set up rules that use "itemauditor('profitable')" or "itemauditor('qa')" to find items managed by QuickAuctions. |
6 - Added a public API so other addon developers can register themselves as a queue destination and added a UI so users can change that destination. | |
6 | 7 |
7 2010-07-27 Asa Ayers <Asa.Ayers@Gmail.com> | 8 2010-07-27 Asa Ayers <Asa.Ayers@Gmail.com> |
8 | 9 |
9 - Fixed an infinite loop when when adding items to the Skillet queue from the crafting interface. | 10 - Fixed an infinite loop when when adding items to the Skillet queue from the crafting interface. |
10 - For Developers: Changed ItemAuditor to no longer be in the global namespace | 11 - For Developers: Changed ItemAuditor to no longer be in the global namespace |