Changelog
---------
v3.00
- Adding some new major features - Posting and Canceling
- There are lots of addons that do these things - functionality here is limited to decor items only
- Reclaimed some tab space for the new goodies
   - Renamed "Can Sell / Selling" tab to just "Sell"
   - Renamed "Shopping" tab to just "Shop"
   - Renamed "Auction House" tab to just "AH"
   - Removed "Compare vs AH" button (this is now automatic in the background when selecting tab)
- Added new Posting tab
   - Automatically scans bags and Warbank for decor items, and labels accordingly
   - Checks Auction House for current price of all matching decor items
   - Adds lowest discovered price as default, and populates Sell Price (which can be edited)
   - Action column will define logic to apply to the list when clicking the Sell All button at the bottom
   - Items flagged as Warbank will be marked as Keep, and non-interactable
   - Toggle at top of Action column will toggle all checkboxes between Keep and Sell (of course!)
   - Clicking Sell All will sell items action flagged as such, one at a time (with a popup confirmation for each)
- Added new Canceling Tab
   - Clicking Scan Now will check all currently posted auctions
   - Clicking Cancel Undercuts will cancel all auctions flagged as such, one at a time (with a popup confirmation for each)
- Note: No, these new actions cannot be automated to Yes to All. Blizzard explicitly forbids and prevents non-hardware interactive confirmations
- Moved Expansion filter dropbox into Sell frame, to make space for new Search box
- Search will function independently on each tab, and autoclear when switching tabs
- Tidied up the Shop tab, to make room for some future improvements ;)

v2.21
- Shopping list was not properly calculating items missing for a few multi-quality items
- Clicking on links of known recipes on the Professions tab searches for them on the AH
- Made the "Can Sell / Selling" tab the default view

v2.20
-Added expansion filtering (All, Single + Multi-select)
- Added integration with addon "Lumber & Gathering Tracker"
   - Clicking checkbox on an item on "Can Sell" tab will add profession recipe / lumber tracking
- Added a Toggle All checkbox on the "Can Sell" tab
- Added Q1, Q2, and Q3 quality selectors on the TADA AH tab
- Known Blizzard issue: Disconnecting from game will (usually) tracked recipes. Toggle off and back on in the "Can Sell" tab to repair tracking totals. No reliable fix due to Blizzard's handling of profession recipe tracking.

v2.14
- Fixed shopping list values of 1 sometimes displaying as 0 when navigating from shopping tab to AH tab
- Posting an item to AH that from the "Can Sell" list will consistently remove ingredients from the shopping list

v2.13
- Updated for Midnight prepatch

v2.12
- Updates to the Profession tab
   - Professions can be selected per character, and saved to a shared database
   - All Profession recipes can now be seen by each character that has scanned professions
   - The recipe list can be filtered by Both, Profession, Cooking, and Unknown
   - If an item is on the AH that a profession other than the current one has crafted, it shows as green
   - This is useful for tracking which items you can craft on an alt that can be crafted to sell

v2.11
- Cleaned up the alignment of some visual elements
- Removed favorites icon and search bar from the embedded view on the TADA AH tab
- Reworded some text for helper messages
- Cleaned out some placeholder/debug code from prior versions, reducing addon size by ~15%

v2.10
- Complete overhaul of the AH tabbed UI
- Added framework for a built in shopping list
   - Professions and their decor recipes can be scanned and saved per character
   - Items that are craftable but not on sale now have checkboxes
   - Checking the box will add the reagents to the Shopping tab
   - Clicking a shopping list item will search and populate quantity needed on the TADA AH tab
   - Shopping lists can be renamed and saved for later use per character
- If other addons have claimed all available tab space along the bottom of the default AH UI, a message will output to the chat console, and TADA won't try to load. Removing any other addon claiming tab space and doing a /reload will launch TADA. 

v2.01
- Removed logic for clickable links in "Selling but cannot craft" section

v2.00
- Major update - moved standalone UI to a tab on the default Auction House UI
- All links returned from an AH scan are clickable, and will launch the recipe when selected

v1.12
- Made some minor UI adjustments to tighten the frame, while still allowing for long items to fit on one line.

v1.11
- Made some minor UI adjustments to tighten the frame, while still allowing for long items to fit on one line.

v1.10
- Added logic to block AH comparison without AH open, to ensure list accuracy
- Added per character database and settings support

v1.00
- Initial release