Changelog

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