9.0.1.0

Details

  • Filename
    BankItems-9.0.1.0.zip
  • Uploaded by
  • Uploaded
    Oct 2, 2020
  • Size
    94.24 KB
  • Downloads
    14,284
  • MD5
    36c9327817cc53a35b71cb6f1f1d81f9

Supported WoW Retail Versions

  • 9.0.1

Changelog

New in this release:
   Characters on connected realms will now be treated as being on the same realm.
   Support added for various Shadowlands pre-patch changes.
   Added a 2000 line limit to the # of results displayed in the search window.
   Equipped bags will now display before their contents in the search window.
   Checking/unchecking options on a search window with no search term will no longer immediately perform a search.
   Misc bug fixes.
------------------------------------------------------------------------
r259 | Burstroc | 2020-10-02 18:12:29 +0000 (Fri, 02 Oct 2020) | 1 line
Changed paths:
   M /trunk/localization-enUS.lua

Fixed: Again fix missing localization entry in English files.
------------------------------------------------------------------------
r258 | Burstroc | 2020-10-02 18:02:11 +0000 (Fri, 02 Oct 2020) | 3 lines
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

Update ToC for 9.0.1
Cleanup: Moved old change log from addon code to project site.
Fixed: Added missing localization string.
------------------------------------------------------------------------
r257 | Burstroc | 2020-09-21 07:06:07 +0000 (Mon, 21 Sep 2020) | 1 line
Changed paths:
   M /trunk/BankItems.lua

Update: Added support for upcoming Shadowlands pre-patch changes.
------------------------------------------------------------------------
r256 | Burstroc | 2020-09-19 06:54:01 +0000 (Sat, 19 Sep 2020) | 12 lines
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

Ticket #39: Updated to consider characters on connected realms as being on your current character's realm.
Update: Checking/unchecking options on the search window will no longer immediately perform a search if the search field is empty to prevent unexpected lag.
Update: If the search results window reaches 2000 lines it will now stop once the character currently being searched is finished leaving additional characters out of the results. This should prevent extended freezing of the game while writing results and will typically only impact searches for single letters or empty strings.
Ticket #91: Added workarounds for blizzard returning item links missing the item name at some point. The search, export, and bank population functions will attempt to fix these bad links as they are found. If any links are unable to be fixed then an error message will be displayed in the search/export results window.
Fixed: Search results will no longer display the equipped bag as being in an item slot #.
Update: Equipped bags will now display before their contents in search results.
Ticket #78: Added a backup to retry initialization at PLAYER_LOGIN if it fails to set selfPlayer at ADDON_LOADED.
Fixed: The Export BankItems results will now recognize battle pets as valid when "Group similar items" is enabled.
Fixed: Reagent bank will now update the main bank is opened in addition to when the contents change and logging in.
Fixed: Deleting a character's data will now always repopulate the appropriate item cache table.
Fixed: Opening data deletion dropdown menus will no longer disable checkboxes on other dropdown menus.
Update: Added new localization phrases to repository.
------------------------------------------------------------------------