Changelog

v1.1
 - Added some color
 - Added price info to enchanting tooltip
 - Added option to hide pricing info unless a key is pressed
 - Added more information about the different algorithms

v1.0
 - Doing some housekeeping and removing items that cannot be parsed, in order to avoid errors when trying to calculate suggested price

v0.9
 - More bug fixes
 - Fixed Median and Mode methods
 - Correctly calculating median value per item, instead of per stack

v0.8
 - Fixed a typo when calculating a weighted average

v0.7
 - Added an experimental way to clean stale prices in the database.  Use it at your own risk, as it has not been debugged yet.
 - Suggested price shows which guild it was found in, if possible.
 - Reformatted the price table
 - Minor improvements to code quality

v0.6
 - Removed unnecessary debug information

v0.5
 - Fixed loot window error

 v0.4
 - Added missing default values

v0.3
 - Added settings menu
 - Providing three ways to calculate the suggested price: weighted average (default), median, and mode (most popular value)
 - Number of times item seen in stores can be turned off
 - Min / max can be turned off

v0.2
 - Fixed 'Research Trait from Item' window error
 - Display integers, ignore fractions
 - Added min / max prices
 - Suggested prices per item and per stack are displayed in separate lines
 - Added number of times seen in guild stores
 - Minor cosmetic and code fixes