tag 4.2.0
f86f80655e0fe3a95e1fc9d30dbf3f42385b743a
Hendrik Leppkes <h.leppkes@gmail.com>
2008-11-12 22:37:30 +0100

Tag as 4.2.0 release


--------------------

Hendrik Leppkes:
	- Ensure that buttons that should be hidden stay hidden
	- Fixed the NormalTexture again to behave like it used to 4.1.x
	- Revert "Renamed "Zoom" to "Button Border" and make it do its thing again"
	This reverts commit ccf041bdcd22e5c11b85f00d2c50169321128fc5.
	- Slightly adjusted the NormalTexture of the buttons to feel like before
	- Adjust default padding and scale of the micromenu
	- Renamed "Zoom" to "Button Border" and make it do its thing again
	- Added safeguard against GetCurrentBindingSet() returning nil in rare cases during login
	- Use the correct ApplyConfig when enabling a module
	- Fix disabling/enabling bars in unlock mode
	- Fixed issues with position saving and reseting profiles
	- More fixes to HideBlizzard function
	- Hide the MultiBar Buttons but keep the bars alive, so we actually can leave them enabled to remove them from the paging rotation
	- Fix display of Leave Vehicle button
	- Only try to set our special-action-icon on our own buttons
	- Added compat var to not break every addon using the old button frame names to access BT4 buttons
	- Properly apply the Grid settings when switching profile
	- Fixed Show Grid option
	- Fix showing of the icon for special buttons
	- Prevent taint in UpdateAction
	- Fix moving of actions
	- Fixed NormalTexture display
	- Remove old code
	- Updated Bindings.xml to remove the Secure from the name
	- Removed OnUpdate hook and made keybindings show properly
	- Hide MacroText works again
	- Hook UpdateUsable and OnUpdate
	- Hotkeys work properly again
	- First draft of conversion to the Blizzard template
	- Linked the PetButton action dragging to the master "Button Lock" setting in the config
	- Added Bindings.xml to allow binding of keys through the Blizzard KeyBinding menu
	- Updated frFR locale by Pettigrow
	- MicroMenu now uses the default ButtonBar template, which enables it to use full Row control
	- Minor cleanup of unneeded upvalues
	- Update version in .toc and TODO.txt
	- Fixed an error in the visibility handler code on profile change
	- Don't show the border of the Bar Overlay when moving a bar
	- Added support for specifying the fade-out alpha in the custom visibility header
	Example:
	[mod:ctrl]fade:10;[mod:alt]fade:50;[mod:shift]fade:80;show
	
	0 is completly transparent, while 100 is completly opaque.
	- Moved Fade Out options to visibility page
	- Tweaks to the state and visibility configuration
ananhaid:
	- Signed-off-by: ananhaid <ananhaid@gmail.com>
Hendrik Leppkes:
	- Moved Hotkey and MacroText handling to the ButtonBar prototype and show the Hotkey on Pet and Stance Bar (default off)
	- Fixed removing of keybinds from Stance and Pet bar
	- Disable and hide all other bars that Bartender4 replaces
	- Updated Forum Link in the FAQ
	- Update Version number to 4.2.0-Alpha
	- Use label instead of text in the LDB plugin
	- Properly unregister the harm statedriver in UpdateStates and bail out earlier in returnOnly mode (used for configuration)
	- Fix Focus-Casting for enemy-targets in focus with Auto-Assist active
	- Fix .pkgmeta
	- Add a minimap icon using LibDBIcon-1.0
	- Added LibDBIcon-1.0 to externals and use no-lib-strip
	- Properly reset visibility when enabling/disabling a bar
	- Properly enable/disable Auto-Assist when changing the option in the config
	- Save the current binding set when changing the Focus/Self Cast modifiers
	- Fix enabling/disabling of selfcast/focuscast
	- Added support for Focus-Cast
	- Updated zhCN locale from wowui.cn
	- Small cleanup
