2015-06-24  MMOSimca  <MMOSimca@gmail.com>

[af5a61f38aaa] [tip]
* Constants.lua, Main.lua:

Added support for recording the results of item tokens that create other items based on your class.


[75c0e5d93957]
* Constants.lua:

Added spell IDs for bonus roll prompts for all raid bosses new to Patch 6.2.0.


[b5834ac6aa4e]
* .hgtags:

Added tag 6.2.0-1 for changeset c24871c25f05


[c24871c25f05] [6.2.0-1]
* Main.lua:

Integrated Patch 6.2.0 item string change into main code, ending support for Patch 6.1.2.


[0462238b0d97]
* Main.lua:

Now blocking chat-based loot recording while the Garrison Shipyard window is opened to prevent bad data.


[b1c1d817788d]
* Constants.lua:

Updated loot container, loot spell, and instant item container mappings for Patch 6.2.0 (mostly).


2015-06-23  MMOSimca  <MMOSimca@gmail.com>

[a6e78988a3d9]
* WoWDBProfiler.toc:

Updated Interface version for Patch 6.2.


2015-06-16  MMOSimca  <MMOSimca@gmail.com>

[bf1fbf1c9cb2]
* Constants.lua, Main.lua:

Added conditional code to account for changes in Patch 6.2's item strings. It now works with Live and PTR builds.


2015-03-12  MMOSimca  <MMOSimca@gmail.com>

[c8b5277f5e2e]
* Main.lua:

Fixed a nil error that occurred in certain cases when completing quests.


2015-03-11  MMOSimca  <MMOSimca@gmail.com>

[20dd5a4d74ab]
* .hgtags:

Added tag 6.1.0-3 for changeset 929d7657e23b


2015-03-10  MMOSimca  <MMOSimca@gmail.com>

[929d7657e23b] [6.1.0-3]
* Main.lua:

Implemented support for recording money data via SHOW_LOOT_TOAST during chat-based loot recording.


[cecd877476ff]
* Main.lua:

Fixed naming mistake preventing fishing loot from being recorded in certain cases.


2015-03-01  MMOSimca  <MMOSimca@gmail.com>

[2151f136ca5c]
* .pkgmeta, Main.lua, libs.xml:

Removed LibPetJournal-2.0 as all code using that library is currently commented out (it will be easy to readd if we need it again).


2015-02-28  MMOSimca  <MMOSimca@gmail.com>

[7e0ef2127b49]
* .pkgmeta, Main.lua, libs.xml:

Replaced LibMapData-1.0 usage with standard WoW 5.X map functions. They even perform better (LibMapData-1.0 was returning 0,0 for new content).


[a4256abd13b7]
* Main.lua:

Added a conditional check to protect against collecting instance information when not in an instance.


2015-02-27  MMOSimca  <MMOSimca@gmail.com>

[2baf8d90d8a8]
* Main.lua:

Shortened two common debug statements so as to not spam chat as much when debugging.


2015-02-25  MMOSimca  <MMOSimca@gmail.com>

[275b6caabf6c]
* .hgtags:

Added tag 6.1.0-2 for changeset 0a83510474bc


[0a83510474bc] [6.1.0-2]
* Main.lua:

Now blocks item container loot recording for player trading as well.


[05a4002dd924]
* Main.lua:

Now blocks item container loot recording in the following situations: using the Auction House, using the bank, using the mission table, gossiping with an NPC, using a guild bank, using a mailbox, and trading items with a merchant.


[b220bc8dd3a8]
* Main.lua:

Chat-based loot variables simplified a bit. Fixed a major conditional bug preventing recording for chat-based loot.


2015-02-24  MMOSimca  <MMOSimca@gmail.com>

[98e3947c180d]
* .hgtags:

Added tag 6.1.0-1 for changeset 6e55341c3fa4


[6e55341c3fa4] [6.1.0-1]
* Constants.lua:

Added support for many new items: 13 more item crafting tokens and 32 more item containers.


[845e203ee4f0]
* WoWDBProfiler.toc:

Update TOC for Patch 6.1.


2015-02-15  MMOSimca  <MMOSimca@gmail.com>

[3f038cb19197]
* Main.lua:

Prevent bug where garrison cache data could be assigned to the wrong object ID if mouseover events were delayed.


2015-02-05  MMOSimca  <MMOSimca@gmail.com>

[dbdd83d7982d]
* .hgtags:

Added tag 6.0.3-9 for changeset 95af8e72aa19


[95af8e72aa19] [6.0.3-9]
* Comments.lua, Main.lua:

Corrected a function call to an out-of-scope function and fixed a typo preventing spell comments.


2015-01-13  MMOSimca  <MMOSimca@gmail.com>

[a853f618ac30]
* .hgtags:

Added tag 6.0.3-8 for changeset 181c7f8cd087


[181c7f8cd087] [6.0.3-8]
* Main.lua:

Removed hacky workaround for duplicate world bosses, since the only use was in MoP and nobody will care about that boss now.


[de0795cfbe56]
* Constants.lua, Main.lua:

Removed new kill count system for raid encounters while it undergoes further testing.


2015-01-07  MMOSimca  <MMOSimca@gmail.com>

[5bd49f0b635c]
* Main.lua:

Fixed bug in new SHOW_LOOT_TOAST currency data recording for chat-based loot.


