13:12 09/08/2007 0.1
- Initial beta release to Evolution mages

13:46 09/08/2007 0.11
- Send comm message on CHAT_MSG_SPELL_PARTY_DAMAGE
- Use castTime instead of GetTime() in Scorchio:CHAT_MSG_SPELL_PARTY_DAMAGE

16:14 09/08/2007 0.12
- Added bar alpha option
- Added configuration options to disable sync send and/or receive. (Useful if you're in a BG,
    for instance, and you don't really care that someone half the field away is scorching up that warlock...)
    
15:00 12/08/2007 0.13
- Removed ability to opt-out of sending sync data. Being able to turn off received data is enough to protect
    yourself from spam bars you don't want to see.
- Added Blacklist option to deselect mages from whom you don't want scorch information gathered (if they
    don't have 3/3 Improved Scorch, etc.)
- Added Vulnerability Fade Warning Timer.

00:18 13/08/2007 0.14
- Fixed bug where your own scorches were not caught as duplicates when broadcast on the sync channel.

0.2
- Code cleanup and standardisation.

19:15 21/08/2007 0.21
- Fixed bug where default installation would automatically blacklist the player until they'd joined a party.

03:00 22/08/2007 0.22
- Fixed some externals

00:11 23/08/2007 0.23
- Prepared for Localisation using AceLocale-2.2
- Use embeds.xml

14:33 23/08/2007 0.24
- Added further configuration options for customisation of the bars.
    You can now customise width, height, scale, foreground colour, background colour, visibility and placement
    of an icon and the texture of the bars.
- Removed Alpha from baroptions. Use the alpha setting in the foreground and background colour configuration now.
- Added option to change persistence of bars from an immediate disappearance through a 30 second fade time to
    permanance (until you go out of combat).
- Changed storage of baroptions. This will reset you personal settings on this upgrade. Sorry.
- Removed dependency on PaintChips-2.0 (I hope)

18:07 27/08/2007 0.3
- Readded PaintChips-2.0. In the right place.
- Scorchio! now checks your talents for 3/3 Imp Scorch. It will automatically BlackList you if it doesn't find it.
- Added AutoBlackList option which will attempt to query other party members with Scorchio and adds them to
    the blacklist if they don't have 3/3 Imp Scorch.
- Mob deaths are now sync'd.

01:05 27/08/2007 0.31
 - Run hasImpScorch as a function to improve reliability of check.
 - Correct typo in autoblacklist desc.
 - Use tostring() rather than self-rolled function. You know, because it's the right thing to do.
 
16:29 28/08/2007 0.32
 - Reordered text on bars so scorch stack is always visible.
 - Fixed bug where bar growth direction was being ignored on enable.
 - Changed slashcommand to /scorchio to avoid clash with another addon.
 
08:24 31/08/2007 0.4
 - Changed blacklist logic so it now functions like a blacklist, rather than a whitelist.
 - Removed requirement to be in a group to manipulate blacklist.
 - Icons now show scorchStack numbers.
 - Icons can be configured to show when somone is casting scorch against a particular mob.
 - Tidied some timing code.
 - Elevated Scorchio!'s inter-addon communication to "ALERT" priority to try and alleviate some of the timing issues
    that have been reported.
 - Tidied up Debugging messages.

15:31 31/08/2007 0.41
 - Fix typo
 
10:01 20/09/2007 0.50
 - Double-clicking FuBar icon will toggle anchors and test bars
 - Added sound options for warning and expiration using SharedMedia

23:56 20/09/2007 0.51
 - Added CHAT_MSG_SPELL_FRIENDLYPLAYER_DAMAGE check to pick up scorches cast by players in a raid with you,
    in a different group, who don't have Scorchio! installed.

11:18 27/09/2007 0.52
 - Added options to independently turn off data sync for local events and AddOn messages.
 - Added option to reset anchor to center of screen
 - Tidied and fixed anchor handling code

15:20 05/10/2007 0.60
 - Removed Roster-2.1 and recoded RebuildMageList(). Scorchio! should handle cross-realm BGs now.
 - deDE localisation added. (Thanks to Cerelyn.)
 
14:00 21/04/2008 0.62
 - Fixed double notification of vulnerability running out.
 - Add configuration and support code to customise target bar colours.
 - Removed all the casting notification code. It doesn't work with the current COMBAT_LOG_EVENT_UNFILTERED way
    of doing things and until I can find another way of handling it, I feel that less code is better!
 - Changed duplicate event window to 0.8 seconds (down from 1.2) to hopefully cover hastened scorches.
 
13:00 25/04/2008 0.70
 - Added Raid Target Icons and configuration options.
 - Reworked "Receive data from combat log events in range". Switching this off will now only parse messages created
    by you, or where it affects a mob you have in your scorchTable. This is useful in busy zones where you're
    soloing and the new combat log methodology will bring up bars for people scorching mobs from miles around!
 - Replaced fake test bars with real triggered bars for placement/configuration. These will trigger
    "Vulnerability Expired" messages, but not "Rescorch" messages.
 - Reverted changes to automatic blacklist creation.
 - Fixed bug in target colour customisations.
 - Fixed bug in COMBAT_LOG_EVENT_UNFILTERED which could occasionally cause an error "table index is nil".
 - Fixed/reverted changes to SSYN handling.
 - Merged SetStacks() and UpdateTableScorch() and refined logic.
 - Standardise and contextualise variable names.
 - Massive code tidy up (ongoing process).
 
 15:06 30/04/08 0.70.4
 - Fixed bug in RaidIcon handling. Should hopefully fix the RaidIcon Persistence bug discussed in the forums.
 - Added french localisation. (Thanks nico!)
 
 17:44 01/05/08 0.70.5
 - Hardcoded setting player as false in the blacklist on start up, to save any confusion. 
 - Added class check. Scorchio! will now only run on characters who are mages.
 
 20:48 17/07/08 0.80.0
 - Replaced CandyBars with EnniBars.
    (Please see post at http://www.wowace.com/forums/index.php?topic=7976.msg230371#msg230371 about this.)
    This enables me to alter the sort function so that bars are displayed ordered by when they were created,
    not when they were updated, which makes for a more stable, easier to read display.
 - Moved class check into hasImpScorch(). Now Warlocks and other interested parties can run Scorchio! and see
    which mobs are fire vulnerable.
 - Changed the way we filter which events to receive. Scorchio! will now always receive events from other Scorchio!
    users in your group. You can choose whether to receive all combat log events, or just those from members in of
    your group. If you choose only members of your group, scorches applied to a mob you are already tracking (ie:
    that was started by you, or someone in your group) from someone outside of your group *will still be tracked*.
 - Some changes to raid icon handling.
 - Updated FR localisation. (Thanks nico!)
 
 01:03 21/07/08 0.80.1
 - Updated locales
 
 17:56 23/08/08 0.80.3
 - Hardcoded player as FALSE in blacklist.
 
 18:30 02/09/08 0.80.4
 - Fixed issue with Rescorch warning not showing if more than 5 scorches had been applied to the mob.