--==-- SaerisActionBars Version History --==-- 3.0.0 (Feb 3, 2010): New Features: - Configuration is now done through the SaerisActionBars section of the Blizzard Interface Options menu rather than slash commands. - There now exists an in-game setting to determine which bars the addon will manipulate, rather than configuring this by deleting the unwanted files. Changed Features: - Removed the ability to specify button size. - Removed the ability to specify number of buttons. Fixes: - No longer overrides any default UI functions, resolving a large number of potential taint issues. All hooks are now done using hooksecurefunc(). Optimizations: - Updated to use the new addon loading method provided by Blizzard in 3.3, wherein a private namespace is provided to the addon. - Fully refactored into more module-like sub-namespaces and greater use of local functions. 2.2.0 (Sep 21, 2009): New: - Added support for MultiCastActionBar, the new shaman totem bar. Fixed: - Properties of the addon are now stored in a separate table, rather than within the modifier frames themselves. This removes some potential conflicts with other addons. 2.1.2 (Sep 10, 2009): Optimized: - Now uses a generic, shared architecture for initialization. 2.1.1 (Jul 14, 2009): Changed: - Relocated localization files to Localization directory for convenience of SVN privilege management. - Non-default localizations will now have any missing translations filled in from the default localization. Fixed: - No longer causes taint errors when the shapeshift/stance/aura bar is shown while in combat. Optimized: - Now uses closures to hook the OnEnter handlers of the shapeshift/stance/aura buttons, possess buttons, and pet action buttons, rather than storing the original handlers in some index in the button object. 2.1.0 (Mar 8, 2009): Changed: - Removed action range coloring, as other addons are perfectly capable of providing this functionality without at all interfering with SaerisActionBars. The particular implementation that was in this addon (including keeping actions colored blue when there isn't enough power to use them, even when they're out of range) is now in SaerisActionRanges. 2.0.0 (Jan 9, 2009): New: - Updated for WotLK. 1.0.0 (Jul 9, 2008): - Initial release.