Supported WoW Wrath of the Lich King Classic Versions
3.4.0
Supported WoW Classic Versions
1.14.3
Supported WoW Burning Crusade Classic Versions
2.5.4
Changelog
3.10.00 Alpha 18 (25-OCT-2022)
changed - wearing location will no longer update while in combat
fixed - alignment of the quest border texture
fixed - alignment of the new item glow texture
fixed - money display position in status window
changed - the status bar will now increase/decrease in height to match the selected font size
changed - backpack tokens are now centered and will grow to fit the amount of available space - if there are too many tokens to fit within the space they will move to the next line down
3.10.00 Alpha 17 (23-OCT-2022)
changed - quiver and ammo bag slots will no longer update while in combat
3.10.00 Alpha 16 (22-OCT-2022)
added - more debug output to help diagnose the lag/fps/ui disappearing issue
fixed - wearing location should now update on trinket/ring changes
3.10.00 Alpha 15 (22-OCT-2022)
added - more debug output to help diagnose the lag/fps/ui disappearing issue
3.10.00 Alpha 14 (19-OCT-2022)
fixed - bag type and slot count issues due to blizzard changing the API
fixed - removed xml OnTooltipAddMoney from ArkScanTooltipTemplate (appears to have been deprecated)
3.10.00 Alpha 13 (16-OCT-2022)
fixed - https://github.com/arkayenro/arkinventory/issues/1616 - bag types and some category names are missing/invalid. swapped to Enum.xxxxx due to removal of all LEITEMzzzzz globals, which are used to find bag types and category names, from the latest beta
added - a one off (per enable) warning message if your profile is using a blueprint that no longer exists
fixed - cursor not getting reset when leaving an item
fixed - the normal action cursors should no longer show when in edit mode
fixed - (dragonflight) new item glow not getting reset when entering an item
added - if you use Peddler, junk items are now identified via it, and not via ArkInventory
fixed - (dragonflight) C_TradeSkillUI.OpenTradeSkill is now a protected function so onload scans can no longer be performed and will be skipped if enabled
changed - https://github.com/arkayenro/arkinventory/issues/1605 - outfit( ) rule function will now check using all supported outfit mods as well as the equipment manager, and not just the first one that is enabled.
changed - various cross client functions for dragonflight
fixed - some non battlepet items were incorrectly causing a battlepet tooltip to be generated
fixed - cooldown should now display in the wearing window
fixed - frame levels werent getting reset properly so the background would occasionally end up above the items and block mouse input
added - cosmetic item overlay - can be disabled via config > settings > item > status icons / overlays > cosmetic
added - conduit item overlay - can be disabled via config > settings > item > status icons / overlays > conduit
added - professional quality item overlay - can be disabled, the position or size changed, via config > settings > item > status icons / overlays > profession quality
added - profession quality as a new sort method key
changed - default sort methods updated to include profession quality
changed - reagent bank and reagent bags share the same slot type
added - (dragonflight) restack now supports the reagent bag
3.10.00 Alpha 6 (30-SEP-2022)
fixed - issues with multiple functions that reference the project id to hide data that shouldnt exist. wrath getting a new project id sort of broke them so that check has been removed and you may see old character data appear in item counts, gold, search, and when switching to another character. you can manually delete the old data from the switch character menus, or in the config.
added - (dragonflight) item counts on recipe output item
added - (dragonflight) item counts on recipe reagent items
3.10.00 Alpha 3 (26-SEP-2022)
no longer available
3.10.00 Alpha 2 (24-SEP-2022)
changed - client detection and checking code to support pre-patch
added - (dragonflight) category: class evoker
fixed - issue where the reagent bank wasnt being scanned when away from the bank (bank and bank bags cant be scanned away from the bank, so its partially helpful)
changed - restack action menu consolidated into a single layer
changed - client detection code to support pre-patch
changed - multiple categories have had their client states updated (if a category is missing or showing when it shouldnt, let me know via a ticket)
added - support for 10.0 PTR prepatch - there will be issues, please log a ticket for them
fixed - (dragonflight) money frame elements
added - (dragonflight) reagent bag slot (not sure if it works properly as i cant find any reagent bags)
changed - right click bag slot menus to work with all game clients
fixed - (dragonflight) issue with bank and reagent bank tooltips
known issues
(Dragonflight) reagentbank slots are no longer readable unless the bank is open
(Dragonflight) theres a weird issue where you randomly get an addon blocked due to resume( )
recipes on vendors are showing item counts for the items they create, not the recipe
(Dragonflight) currency tokens on the backback no longer have a fixed amount and will keep going until you run out of space. as such i cannot mirror that and will need to work out something else.
Enum.ItemConsumableSubclass is missing the Flask entry and everything after has moved down a value which screws up the category names (have hardcoded a workaround in for the moment)
to do
double check all categories show/hide for the right clients
confirm things havent broken in classic, wrath, or shadowlands
restack disable - maybe change this to require a modifier key instead of a straight disable? might be easier to shift/alt/ctrl click on it than turning it on/off and its not like youll accidentally do it (which is why the disable was added)