v8.1
-Merge pull request #17 from Blazeflack @ GitHub.com
Fix for issue #16: Bank not synced when exiting game
***Special thanks to Blazeflack for the code promotion to GitHub.
v8.0
-Added the Reagent Bank to the search routine. WHOOPS!
-Added some more localizations for deDE and ptBR
v7.9
-Removed redundant code
-Added missing localization strings to the total list of localized strings.
-Major shout out and special thanks to ytzyt at Curse for the zhCN and zhTW translations! Thanks!
v7.8
-Merge Pull Request Silvertwist
---Fixed an issue moving items to and from the ReagentBank and the Bank
v7.7
-Merge pull from Silvertwist @ GitHub.Com (Special Thanks to Silvertwist)
---Added Void Storage 2nd tab support
---Added Reagent Bank support
---Added Reagent Bank change as an event
---Fixed the currency counter
---IsActiveBattlefieldArena() was returning false false instead of nil nil, so the a==nil statement was always causing the function to return true.
---Removed unneed condition
v7.6
-Toc update
-Fix for currency tooltips to display alt information. (Special thanks to Xodiv from curse.com LiteBag)
v7.5
-Small fix where the tooltip wouldn't always update.
v7.4
-Updated the tooltip search library
-Fixed an issue where the tooltip library search wouldn't always pick up on items.
-Added the ability to search by class c:warlock or class:warlock
-Fixed a stupid taint issue with bindings
v7.3
-Updated TOC to 5.2
-Added an ability to add a seperator before the BagSync Tooltip Display
v7.1
-Added new search parameters to search window to display items from the currently logged in character based on syntax provided.
You can now display items from various locations owned by the currently logged in character.
Example: Lets say you want to see all your items in your bank? type @bank
Example: Lets say you want to see all your items in the void bank? type @void
Available Commands:- @bag
- @bank
- @equip
- @mailbox
- @void
- @auction
- @guid
v7
NOTE: YOU HAVE TO SCAN ALL YOUR CHARACTERS AGAIN! THERE HAS BEEN A DATABASE UPGRADE!!!
-Database design has been completely reworked!
-Fixed an issue where items where incorrectly being reported due to changes in bag structure or bag sizes. The new database format will correct this bug.
-Fixed several issues with guild bank permissions. It will now check permissions before performing a scan.
-Added several missing options to the Interface->Addons BagSync panel.
-Added a new option to completely turn off the Bagsync tooltips.
-Reverted the tooltip handling to an old format from previous version, updated the code to reflect updates Tuller has done since. (thanks Tuller!)
-Removed a bunch of useless or old code.
-Reworked several functions to in order to improve efficiency.
v6.7.7
-Fixed a null link issue that was happening to some people.
v6.7.6
-Another darn quick fix for pet battle errors.
-I'm providing temporarily fixes to ignore them right now.
-I'm trying to enjoy playing the game. I will fix it completely when I can.
v6.7.5
-small temporary fix to get rid of the errors associated with capturing and using pets.
-I'll fix this as soon as I actually you know.. start playing MOP LOL.
v6.7.4
-Updated for Mists of Panderia patch 5.01
v6.7.3
-Fixed an issue with stored professions not picking up certain secondary tradeskills.
-Removed getglobal as it's been depreciated.
v6.7.2
-Removed secondary auction house check as it was no longer required.
-Auction house items will be triggered by expired checks only after a user places an item for auction.
-Auctions will now be updated on each visit to the Auction House. This is done to keep consistency throughout the data.
v6.7
-Added ability to track Auction House items. System to remove expired items was also implemented.
Note: It's still best to check the auction house often while this feature is enabled. This way the data is up to date.
-Added ability to save professions throughout all your characters. You can now view and link professions from all your characters!
-Completely restructured the addon and converted some functions to local ones.
-Changed color coding for Professions. Green = linkable, Blue = not-linkable
-Reworked how the void storage is checked.
-Added an option to display the modified tooltips only in the BagSync Search winow.
-Added another check for expired items. Two is better then One!
-Added new Blacklist Window. You can now blacklist items by itemID.
Note: these items will still be added to the database. They just will never be displayed in the toolips.
-Revamped the Profiles Window.
-Removed tekKonfigDropdown library as it was no longer needed.
-Updated the localization to reflect the new changes. Also added some more localization where it was required.
v6.6.2
-Had to reupload to fix a problem where git pushed the wrong files.
v6.6.1
-fix for an issue where some items were not being stored.
-solved an issue with transmorg sets :P
-items should now be properly stored
v6.6
-Fixed an issue with the Search Routine for /bgs [itemsearch]
-NEW: Added support for Void Storage. Blizzard didn't make this one easy I'll tell you that.
-This will probably be the last update for awhile. I'm working on the Auction House implementation but I won't upload it till I'm satisfied. Unless there are anymore bugs found, BagSync won't be updated for awhile.
v6.5.2
-Updated toc for new patch 4.3
-Fixed a slight bug with battlegrounds check
-Localized a few functions, (beginning of rework to localize BagSync and provided API function calls for addon developers)
v6.5.1
-Added a better tooltip for minimap button and LDB button.
-Show minimap is now on by default for new users.
-Fixed a dumb bug where the right click menu for LDB wasn't working. (I blame git)
v6.5
-(Dpatti@github) Use the built-in HandleModifiedItemClick
-(Dpatti@github) Fixes searching for items that are only present in the guild bank
-Added a rightclick menu for the Minimap button and LDB Broker button. Will allow you to open up several of the addon windows.
v6.4.1
-NOTE: Due to some changes to the DB, you may have to login each character to update to the correct data.
-Added a new BagSync configuration window
-Added slash command to open new config window. /bgs config
-Updated to the latest LibItemSearch-1.0 library.
-Removed option to enable/disble tooltip throttling. Now on by default.
-small fix for unguilded people
-Removed a bunch of slash commands.
-Modified the Localization file quite a bit.
-updated profiles window, you can now delete the info on the currently logged in character.
-fixed a bug in the search window that was sometimes treating gold value as an item.
-optimized search window, tokens window, and profiles window a bit.
-changed the way gold, class, and faction is stored in the db.
-fixed a slight bug with faction info not allowing certain characters at time to show
-removed obsolete keyring stuff from addon
-optimized fixdb a lot, removed irrelevent crap that wasn't needed anymore. now removes old keyring information.
-fixdb should now properly update db if the guild name has changed, granted the information will be removed but can be replaced with new guild information.
-Optimized the core bagsync code a bit.
-A guild check will be performed now if a user switches guilds, leaves a guild, or changes a guild name. Note if switched guilds old guild info will be removed.
-Fixed kitchen sink....
v6.3.5
-Few updates
-Regressed a former update and fixed it.
-Updated for Firelands properly ;) Freaking Github.com
-YES I'm back to WOW, expect updates to all my addons.
v6.3.4
-NEW: slash command /bgs faction
-Added a new slash command "/bgs faction" to toggle displaying of items for both factions or just the faction your currently logged in.
-This new slash command is on by default so it will be showing both ALLIANCE and HORDE toons items. If you turn it off it will only show items from the faction your current logged in toon is.
-Searching for items will take the new "/bgs faction" slash command into mind when performing a search for items.
v6.3.3
-Fixed a nil error that was occurring on the tooltip in chat.
-Updated the BagSync to autofocus when you do a search now.
-Updates thanks to @Aranarth
v6.3.2
-Updated for new patch
-Fixed an issue with rarity colors not displaying correctly (@Tonyleila from wowinterface)
-Updated the way tooltips are parsed. (@Aranarth from Wowinterface)
-Updated toc for patch 4.2
v6.3
@Xruptor: Merging github request #3 from dpatti. Improved guild bank scanning.
@dpatti: Change QueryGuildBankTab() to fire successively after each server response to solve a problem with the server incorrectly sending massive amounts of events
v6.2
-Merging changes from GitHub.
-Publishing as 6.2
-Fixes an issue where /bgs command line searching was only using the first word. Now will properly use the entire search string.
BagSync.toc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Version 6.1:
-TOC Update for patch 4.1
-Updated LibItemSearch-1.0 to address an issue with BOA (thanks Tuller!)
Version 5.5:
-Fixed an issue that would sometimes cause the LibItemSearch library to produce an error.
(Which was my fault, thanks again Tuller ;) )
-LibItemSearch library has been updated to a new version, now support tooltip searching.
-You can now search for specific words in item tooltips by using the command tt: example: tt:companion
-Left-Click on the Databroker Icon or Minimap button will open the BagSync Search Window.
-Right-Clicking on the Databroker Icon or Minimap button will open the BagSync Tokens Window.
Version 5.4.1:
-Fixed a slight issue with guild count was being displayed and added twice.
-It should display correctly if using /bgs guild and /bgs guildname.
Version 5.4
-Slight fix for the search window. It should no longer display items in the guild if the guild feature is turned off in the BagSync settings.
-Optimized code for Cataclysm
-Fixed a few slight bugs
-Removed redundant code
Version 5.1: (Cataclysm Release)
-Hunter ammo check has been removed. (It's no longer needed)
-Updated FixDB to remove redudant range slot information
-Token currency window tooltip support has been removed. USE: /bgs tokens
-Added a minimap button so people can stop bothering me about it! toggle with /bgs minimap
-Updated token scanning. It should now work properly.
-Fixed a displaying issue on the BagSync tokens window.
-Rarity display on the BagSync tokens window has been removed.
-Updated FixDB to remove old Token Data
Version 5.0.1:
-Commented out token stuff till I can fix it.
Version 5.0:
-This is an experimental build. It should work with patch 4.0.
-Had to disable tokens as this was causing most of the issues. Working on a fix though.
Version 4.3:
-A slight fix AGAIN for the Search Window. Items weren't being inputed unless the editbox was shown.
-An update for the Search Window window to automatically select current editbox being used.
-Updated libraries (because of github lol)
Version 4.2:
-Added support for LibDataBroker-1.1. BagSync now has a broker icon to launch the search window.
-Added support to color names by unit class.
-New slash command
/bgs unitclass will color names by color. OFF by default.
-Changed the way slash commands are handled. Much cleaner code ;)
-Fixed an issue where the throttle wasn't always allowing the information to show on certain tooltips.
-Fixed an issue where sometimes the throttling wasn't initiated.
-Added support for CallbackHandler-1.0.lua.
-Fixed an issue in the BagSync Search window where the scroll bar was off the frame sometimes.
-Fixed an error that prevented users from linking items from the BagSync Search window.
-Added a few helper functions.
6 files changed, 437 insertions(+), 59 deletions(-)
Version 4.1:
-Added a new slash command /bgs mailbox that will toggle mailbox features on/off.
-Using /bgs guild will now toggle off/on the guild scanning/displaying features entirely.
Version 4.0:
-Added spam checks for equipment and bag scan due to hunter ammo use.
-BagSync will now ignore bag updates and or equipment updates if the ammo slot is triggered.
-This will only take affect if the player is a Hunter. It should reduce CPU use significantly :)
Version 3.9:
-Completely redid the localization. The localization is now using metatables.
-Reworked some code here and there.
-Fixed an issue with the toggles where it wouldn't immediately take effect.
-Added a new option, /bgs guild - this will toggle guild display on tooltips.
Version 3.8.1:
-WHOOPS tiny bug where the tooltip would blink like mad. (Fixed)
Version 3.8:
-Added throttling to remove lag when mousing over items quickly in bags.
-Added an option to toggle throttling. (/bgs throttle)
-New throttling feature improves on framerate :)
Version 3.7
-Fixed an issue where the ammo count was being listed twice. (Thanks to berrybear from WOWInterface)
-Added tooltip display to the Currency Tab under the Character Window.
-Added a new slash command (/bgs guildname) which till toggle the display of guild names and count rather then just character and guild count.
-NOTE: /bgs guildname is toggled off by default
-Fixed an issue with the versioning that wasn't allowing the FixDB to fire off.
Version 3.6.1
-Added German localization, special thanks to Schnubby from WOWInterface.
Version 3.6:
-Added total to tooltips (item and gold displays).
-Added slash command to toggle total display. /bgs total
-NOTE: Totals will only display when there is more then one item in the tooltip.
Version 3.5.1
-Forgot to remove another instance of IsTabViewable. (Thanks Quokka, BugID: 6480)
Version 3.5:
-Fixed a nil issue when checking the guild bank. (Thanks Quokka, BugID: 6480)
Version 3.4:
-Possible fix for some supposed bug where the tokens wouldn't display or be stored.
-Commented out some redundant code.
Version 3.3:
-Updated the token retrieval code due to some changes Blizzard did to the client.
-Changed the way that tokens are saved into the database.
-Removed redundant code
-Optimized the token display and retrieval methods.
-Updated the Token Display for the new token changes.
Version 3.2:
-Added slash command /bgs fixdb to allow users to run FixDB
-Added an alert to let users known when a FixDB has been performed.
-FixDB is a function that runs everytime there is a new version update, basically it removes all old and irrelevent data from the database. That way you don't have old information that isn't being used anymore taking up memory. It removes old guild data if no user is in that guild, removes old token data for users that don't exist, and removes user data if they were removed using the BagSync Profiles window. You don't really have to run this manually unless you really want it to run even after a version change.
-Fixed an issue where sometimes the headers of the Token Window weren't being sorted correctly.
Version 3.1:
-Optimized BagSync code even further!
-Removed redudant code!
-Fixed a nil issue with first time users when viewing the Tokens Window.
-Added the removable of old token data to BagSync:FixDB_Data()
-Added more checks to prevent token spam where possible.
-Added more checks to prevent Mailbox spam.
-Updated Korean Localization file.
Version 3.0: (HUGE UPDATE)
ADDED: LibItemSearch-1.0 to enchance the searching in the BagSync Search window.
ADDED: BagSync will now scan your Mailbox and store the information to display in tooltips.
ADDED: BagSync will now scan your tokens/currency and display the information on the BagSync Tokens frame.
ADDED: NEW BagSync Tokens window will display tokens from all your characters.
ADDED: NEW BagSync Profiles window will allow you to delete profiles from old characters. Clean that DB!
ADDED: NEW Keybindings under the Blizzard Keybinding interface for the BagSync Search, Tokens, and Profile window.
ADDED: NEW Korean Support! Localization information in the BagSync Localization file has been updated for Korean.
ADDED: NEW /bgs Slash commands for the new BagSync Tokens and BagSync Profiles window!
ADDED: tekKonfigDropdown library for the profiles window for easy dropdowns
ADDED: Have added more support for localized languages throughout BagSync. Tried my best to use Localization file as often as possible for translations.
ADDED: Battleground and Arena checks for Tokens so that the user doesn't get spammed for updates for each kill.
ADDED: Spam check for Mailbox scanning to prevent multiple scanning of the same mailbox items.
FIXED: Fixed several issues in the core and removed redundant code
FIXED: An issue where sometimes the guild bag information wouldn't populate
FIXED: An issue where new time users would get a nil error check if data wasn't found in their bags.
FIXED: BagSync:FixDB_Data() has been updated with some more variable checks and error traps.
FIXED: An issue with the money tooltip that was sometimes displaying gold incorrectly. Redundant code has been removed.
FIXED: An issue in the search window where sometimes the scrollbar wouldn't work properly or update correctly.
FIXED: An issue where the mouse scrolling wouldn't affect the BagSync Search window scrollbar.
FIXED: An issue where sometimes the search window wouldn't show certain items.
CHANGED: Changed the way how information is parsed in the BagSync Search window.
CHANGED: The BagSync Search window can now be moved and is draggable.
CHANGED: The BagSync Tokens window can now be moved and is draggable.
CHANGED: The BagSync Profiles window can now be moved and is draggable.
Version 2.4:
-ARGH! I knew I forgot to add something before the last upload. Sorry folks!
-You can now link items from the search window using SHIFT-CLICK
-You can now use the dressing room with items from the search window using CTRL+CLICK
Version 2.3:
-Added a new tooltip that will display the currency (gold) on all your characters from that realm.
-Added the slash command '/bgs gold' to display the new gold tooltip
Version 2.2:
-Fixed a nil error when sometimes performing a search in the search window.
-Fixed an issue where the scroll-bar wasn't properly scrolling as it should.
Version 2.1:
-Argh! Fixed a stupid bug that was sometimes deleting the guild database at login.
-Fixed an issue where guild items (again!) weren't showing up in search window.
-Optimized the guild searching routines.
-Removed the multiple displaying of guild items for toons within the same guild. You should only see guild data displayed once in a tooltip for the first toon detected in a guild. (Instead of multiple toons in the same guild being displayed in the tooltip)
Version 2.0:
-Fixed an issue where the new search feature wasn't displaying results found in the guild bank.
-Items in the guild bank should now properly be displayed in the search window :)
Version 1.9:
-ADDED new search window! You can now search for items on your characters within the BagSync database!
-ADDED new slash commands for the Search Window! /bagsync or /bgs
-SLASH: /bgs search = will open the search window
-SLASH: /bgs itemnamehere = will open the search window with the given item name to find.
Version 1.8:
-Added removal of unused guilds to the database cleanser.
-Fixed an issue where sometimes the tooltip wouldn't show always.
-Fixed an issue where the tooltip data may not properly update on equipment change.
Version 1.7:
-Added French localization (special thanks to cacahuete)
-Updated Russian localization (special thanks to senryo)
Version 1.6:
-Added measures to reduce lag from hovering over tooltips.
-Optimized the code a ton.
-Added checks for DB parsing so that the same data doesn't get scanned more then once.
-Removed redundant code
-Streamlined the database parsing throughout the addon.
(Very special thanks to Shirk for the help)
Version 1.4:
-Added guild bank to the database. Should now display the amount of items your characters guild has stored in the guild bank.
-Fixed database cleanser as it was not parsing all the realms.
-Added guild bank data to the database cleanser.
Version 1.3:
-Fixed a serious bug with the item count. It should now properly report correct item count information.
-Fixed an issue where the bank was being recorded twice, thus sometimes reporting incorrect item count.
-Added better item checking for item comparison.
-Added a database cleanser for incorrectly stored data in the database. (Removes incorrect item #'s)
-Fixed an issue with the bank bag not updating when it should.
-Added a complete inventory scan on login. (not just primary bag)