tag v1.4.1
4201cb696a2cec7627c23349e679d1727ad56394
Timetick <timetick@kindredorder.com>
2016-08-29 00:58:09 -0400

Changelog:
 - Don't poll for artifact changes every 30 seconds. Use events to determine that the artifact has changed and update when they are fired.
 - Use LibArtifactData-1.0 to provide event handling, event bubble up, artifact lookup methods, and other useful features.
 - Properly display the "Artifact Information Unknown" message for targets that we have not received data for.
 - Limit artifact broadcasts to one every 15 seconds to prevent spamming.
 - Artifact Information is now only broadcast in response to certain Artifact related events, or when receiving a request for data from another player with the addon.
 - Added the /kindredClearCache command which clears out the stored cache of player artifact information.
 - Added the /kindredForceRequest command which forces the addon to request new artifact data from players in the current group.
 - Added the /kindredForceUpdate command which forces an update of your own artifact information
 - Added paperdoll display of artifact traits for the currently equipped artifact weapon.
 - Added paperdoll display of the players current artifact knowledge
Known Issues:
 - DejaCharacterStats removes the display of artifact knowledge and artifact traits


--------------------

Timetick:
	- Finish repairs, add force updates when certain requests for own info retuns no data, cause force updates of own data to broadcast new information
	- Add fixes for the frequency of spammed addon messages and requests, comment out many debug prints for release preparation, have the TOC version generated by curseforge
	- fix some spam
	- update version in toc
	- fix the prefix used for sending artifact data
	- update toc version, fix some error
	- update toc version
	- remove group requirement for broadcasts
	- not supposed to embed acedb
	- update toc version
	- add load command for acedb
	- Update version in toc
	- add debug output
	- fix not registering for requesting artifact information
	- add force update command
	- update artifacts initially on addon load
	- fix error with requestinfo
	- Revamp addon - don't poll for artifact changes, use LibArtifactData instead (provides event handling, bubble up, lookup methods, and other useful features). - Add and debug paperdoll display of artifact traits/knowledge - Add artifact knowledge to tooltips. - Add gold traits unlocked to tooltips. - Properly display artifact information unknown on targets that we have no information for. - Limit broadcasts to once every 15 seconds. Only broadcast on certain events happening or when a request from another player is received.
	- Start adding localization, paperdoll status view, pull in LegionArtifacts lib rather than hand coding many things that this library provides already
	- Add tooltip text indicating that no artifact information is available when we have not received a message or the target does not have any artifact information to send
