--==-- SaerisActionRanges Version History --==-- 1.0.1 (Feb 1, 2010): Fixes: - Now uses secure hooks to avoid taint errors. Optimizations: - Rather than hooking ActionButton_OnUpdate(), the addon now creates a super-efficient timer which updates at the same interval, and just keeps track of which buttons need to be updated. - A button's colors are no long updated if those colors are already the appropriate value. This causes the number of color updates to shrink dramatically, since the only time it has to change is when that action actually goes in or out of range. 1.0.0 (Mar 8, 2009): New: - Initial release.