5.2.0:
* TOC bump for WoW 5.2.0
* Added Dominos_Encounter: A new module for moving around the PlayerPowerBarAlt that shows up in some encounters. Thanks to Goranaws for the original version.
* Adjusted layout code to hopefully prevent issues when changing screen resolution (ported from LibWindow)
5.1.1
* Rewrote override page calculations to take advantage of some new functions available to me in the restricted environment
5.1.0
* TOC bump for WoW 5.1.0
5.0.29
* Fixed flyout button positions (thanks StephenClouse)
* Added a hack to fix errors when hiding the achievement micro button
* Simplified menu bar positioning code when the override ui
5.0.28
* Fixed an error when attempting to disable a menu button that no longer exists
5.0.27
* Resolved issues with the display of the menu bar when the world map is shown and hidden.
5.0.26
* This version should fix the various ADDON_ACTION_BLOCKED calls from MainMenuBarMicroButtons.lua
5.0.25
* Replaced custom minimap button code with
LibDBIcon-1.0
5.0.24
* Resolved issues with empty action buttons sometimes being shown.
5.0.23
* Fixed some tainting issues
* Fixed an issue causing Dominos to think that the vehicle bar was shown upon loading
* Added a bit more debug information to the /dom statedump command.
5.0.22
* Fixed some typos
* Added new slash command /dom statedump: Please tell me what you get from this when reporting vehicle state bugs
5.0.21
* Fixed an error that was caused by attempting to read main action bar page information in combat.
5.0.20
* Fixed an error when switching profiles
* Added a new hack: If you enter a vehicle or something where you should get a new action bar, but are not, tap any modifier key. Your bar should hopefully switch :)
5.0.19
* Fixed a bug where your bar would get stuck on vehicle/override actions after exiting a vehicle
5.0.18
* Fixed show states being broken.
5.0.17
* Reworked how the override bar works a bit again. Should hopefully handle the state of a vehicle without a vehicle ui.
5.0.16
* Resolved issues with the possess bar not showing actions
5.0.15
* Resolved issue with buttons not working after the override ui is hidden.
5.0.14
* Added new global option: Use Blizzard Override UI. When enabled, shows the Blizzard Override UI interface.
* Added new advanced bar options: Show with Override UI, Show with Pet Battle UI. These control what bars will show up when the override ui/pet battle ui are shown.
5.0.13
* Fixed a bug that was causing the pet action bar background to show up
* Fixed a bug that caused errors when switching profiles
5.0.12
* Fixed missing pet bar bug
* Simplified menu bar layout code for override bars
5.0.11
* Reworked override ui code to better handle cases where action bars should change, but the UI does not.
* Renamed Possess Bar option to Override Bar.
5.0.10
* Reworked the roll bar.
5.0.9b
* Accidentally reverted the paging conditional for Shadow Dance; this has now been resolved.
5.0.9
* Fixed up Tree of Life bar switching.
* Added the roll bar back (I have not tested it, though)
* Renamed the Shadow Dance slider to Shadow Dance/Vanish to reflect that it controls paging for both abilities.
* Minor UI cleanup.
5.0.8
* Added a dedicated bar for the vehicle exit button
* Fixed a bug causing the click through option to not work on the menu bar
5.0.7
* So it turns out that Show Lua Errors is disabled by default on the beta :P
* Entering/exiting a vehicle should now work properly in combat
* Shadow dance does exists, its vanish that I can't detect separately anymore :P
* Warlock metamorphosis should work properly again.
5.0.6
* Fixed an error when entering a vehicle
5.0.5
* Adjusted states for warrior stances so that they work again
5.0.4
* Fixed a bug that would occur when switching profiles
5.0.3
* Re-enabled the advanced layout options for the menu bar (including disabling buttons)
* Adjusted vehicle bar button placements based upon vehicle bar size
5.0.2
* Made Dominos hide itself when the pet battle interface is shown.
* Made Dominos hide itself when the vehicle interface is shown. Dropped the Dominos vehicle bar. NEEDS TESTING WITH A VARIETY OF VEHICLES.
* Updated the possess bar to use the new [possessbar] macro conditional.
* Updated the extra action bar to use the new [extractionbar] macro conditional.
5.0.1
* Fixed divide by zero issue on the XP bar.
* Re-registered the event UPDATE_EXTRA_ACTIONBAR on the Blizzard actionbar controller so that the extra action bar will show up again.
5.0.0
* Made the addon not explode when loading it in the beta (Thanks, Laotseu, hasteur, Simon)
* Added initial support for Monk stances.
* Dropped Dominos_Totems
* Dropped Dominos_Roll
4.3.4
* Fixed an issue with the extra action bar frame interfering with clicking objects near the bottom center of the screen.
4.3.3
* Trying another method of showing the extra action bar
4.3.2
* Reverted to the old extra action bar behavior (that hopefully works :P)
4.3.1
* Adjusted the extra action bar to work more like a normal bar. Using RothUI's events for showing/hiding it.
4.3.0
* Adjusted action bar code to work with 4.3 action button event registration changes.
4.2.6:
* Forced ExtraActionButton1 to be shown. Hoping that'll make it stay shown.
4.2.5:
* Fixed upgrade issues /w Bear form, I hope :P
4.2.4:
* Goranaws: Added option to disable various menu buttons (Thanks Gorwanews)
* Goranaws: Added support for Masque, dropped legacy ButtonFacade support.
* Tuller: Added support for the 4.3 extra action bar (NEEDS TESTING!)
* Tuller: Fixed a bug causing bear form to not have a default bar set
* Tuller: Added some upgrade code to supply a default bear form bar if one was missing.
4.2.3:
* FIxed some issues with paging offsets (hopefully :P)
4.2.2:
* Fixed an issue making click-through settings not work upon next login
4.2.1:
* Profile switching bugfixes related to the menu bar code changes.
4.2.0:
* Updated for WoW 4.2
* Added new option: Show Tooltips in Combat
* Added new advanced option: Enable Click Through
* Goranaws: Made it possible to hide buttons on the menu bar
4.1.apple1:
* Switched how I store state information internally to not be directly based off of macro states, so that I can account for things like users with/without Tree Form.
* Fixed a bug on Shamans when switching profiles (https://github.com/Tuller/Dominos/issues/53)
1.25.0
* Updated TOC for 4.1
* Removed Quick Move key option, since Blizzard added it to the Action Bars portion of their interface options menu.
1.24.1
* Taint fix
1.24.0
* Added some code to make flyouts work nicer in 4.0.6
* Updated Spanish localization (thanks xibeca)
1.23.9
* Made it possible to drag actions off/to the totem bar once again.
1.23.8
* Bugfix
1.23.7b
* Added back missing submodule
1.23.7
* Rewrote the hide blizzard function to work a bit more like the Bartender one. You can now once again control bag/quest log placement by checking the extra blizzard action bars.
1.23.6
* Added Spanish localization (thanks xibeca)
* Made the totem bars act a bit more like the standard Blizzard one: Right click a totem or call spell to bring up a list of totems/calls to select from. Left click to switch. You can also mouse-wheel a call button to switch pages.
1.22.0
* Fixed issues caused by my fix for Tree of Life :P
1.21.0
* Fixed issues with Tree of Life for Druids
1.20.4
* Added back % display for XP by default
* Fixed a bug causing empty buttons to not show up when binding keys
1.20.3
* Fixed a bug that was causing Rogues to lose their shadow dance bar setting when upgrading versions
* Made the xp/rep bar text a bit more customizable, if you're lua handy
1.20.2
* Added some tweaks to binding updates to reduce CPU usage. This may or may not break stuff :)
1.20.0
* Fixed Rogue Shadowdance detection. Added detection for Vanish.
1.19.9
* Tweaked FlyPaper to be able to be standalone
* Forced updating of state sliders
1.19.8
* Made linked fading disabled by default (again)
* Fixed auto fading with flyout buttons
* Updated libraries
1.19.7b
* Removed some debug code
1.19.7
* Brought the animation system for fading back, hopefully without the missing hotkeys this time :P
1.19.6
* Turns out, the animation system does wacky things to hotkeys :P
1.19.5
* Auto fading fixes/performance improvements
1.19.4
* Stopped reusing buttons for bar #2: Should hopefully fix the missing buttons issue :)
* Switched to using the animation system for auto fading stuff.
1.19.3
* Updated for WoW v4.0.1
1.18.6
* Fixed an error on load
1.18.5
* Updated localization
1.18.4
* Fixed some issues causing Dominos to not work with the Chinese client.
1.18.3
* Fixed some 3.3.5 related issues
1.18.2
* Fizzwidget FactionFriend compatibility update
1.18.1
* Fixed an error when attempting to keybind to the pet bar
* Fixed an error causing fade settings to not reset properly when switching profiles
1.18.0
* Added a new option, Docked bars inherit opacity. When enabled, when a bar is stuck to another bar, that bar begins to mimic the parents opacity level. If the parent bar happens to be a mouseover bar, then the mouseover range is extended to include the new bar
1.17.0
* Added the ability to specify an opacity, instead of simply just telling a bar to show or hide, to the showstate dialog. For example, setting a bar's showstate to [combat]100;show will force a bar to have 100% opacity (regardless of if the bar has mouseover fading enabled) in combat, and otherwise just show the bar with its normal opacity setting.
1.16.3
* Fixed a bug causing the experience bar texture to tile instead of stretch.
1.16.2
* Totem bar bugfix #2
1.16.1
* Totem bar bugfix
1.16.0
* The totem bar should now work on characters even if he or she has yet to learn a call spell.
1.15.3b
* Added missing libraries (again).
1.15.3
* Updated Chinese localization
1.15.2b
* Added missing libraries
1.15.2
* Fixed an error when switching profiles on Shaman characters
1.15.1
* Updated TOC for 3.3
1.15.0
* Increased the padding on the casting bar
* Added two new options to the totem bars: Show Recall and Show Totems.
1.14.2
* Added 3.3/3.2 compatibility
* Added a percentage display to the experience bar
* Added tooltip descriptions to selected bars
* Added button facade support to the bag frame
1.12.1
* Updated LibKeyBound, giving Dominos support for up to 31 mouse buttons.
* Modified the menu bar creation code to fix some issues with patch 3.3
1.12.0
* Added industrials patch for modifier combos for paging
* Adjusted the defaults for the new layout ordering options to prevent issues.
1.11.1
* Version upgrade bugfix
1.11.0
*Implemented advanced layout ordering options, per gpsguru's patch
1.10.5
* Removed the range indicator display
1.10.4
* Taint fixes
* Added FactionFriend support to the experience bar
1.10.3
* Made the totem bar not disable itself when logging on a non Shaman character.
1.10.2
* 3.2 retail release
1.10.1
* Fixed a bug with talent swapping
1.10.0
* Updated for 3.2
* Added a new addon, Dominos_Totems Provides three totem bars for shamans.
1.9.4
* Added russian localization
* Fixed the [none] targeting option.
1.9.3
* Merged into trunk
* Updated licensing information.
1.9.2
* Added a shadowdance bar for rogues. (3.1 only)
1.9.1
* Added some code to hopefully make the VehicleSeatIndicator stay completely on screen.
1.9.0
* Updated for 3.1 compatibility
* This should fix auto fading not working, along with the tainting issue with the quest log tracker item buttons
1.8.3
* Fixed the bug causing your bars to not load properly when in a form/stance/whatever.
* Updated translations
1.8.2
* Added a theoretical (ie, probably will not work) fix for the possess/vehicle bar issues people are having
* Modified the vehicle control bar to not always show the leave button
* Added Korean translation
* Added a fix for the missing profiles button under certain locales
* Made the buff and debuff highlighting code a bit more efficient
1.8.1
* Updated French translation
* Refactored code a bit
1.8.0
* Rewrote the bindings system to play more nicely with the stock blizzard bindings.
* Updated french translation.
* Adjusted some paging defaults for new users to sync up with the stock interface a bit better
1.7.2
* Removed pet option for the possess bar since it no longer works.
1.7.1
* I hear priests have class bar for shadow form now.
1.7.0
* Fixed a bug causing an action button's action to not update properly after being added back to a shrunken bar
* Fixed a bug causing phantom buttons to appear from bars derived from the multi action buttons
* Fixed a bug causing pages to be missing when extra action bars were selected on the blizzard side of interface options
* Fixed a bug causing duplicate vehicle bars when switching profiles
* Added tooltips to the databroker plugin. It now works exactly like the minimap button
* Added a help dialog when in configuration mode, along with a button to exit config mode
* Modified the behavior of clicking the config mode button in the options menu to close the options menu
* Added an option to lock action buttons to the dominos side of interface option. Note: this option WILL cause tainting issues when first set, which will clear up on next login/you reloading your interface
* Gave a few bars a minimum size to prevent those bars from becoming unclickable
1.6.3
* Fixed a bug with buff/debuff highlighting, and my inability to count parameters :)
1.6.2
* Fixed a bug with buff/debuff highlighting
1.6.1
* Fixed a profile loading bug
1.6.0
* Added a minimap button + toggle
* Added a sticky bars toggle
1.5.3
* Fixed a bug causing the quest log button to have a weird display when the menu bar was set to be vertical
* Changed the behavior of the talent button: It will now always be displayed, and will now blink on login if you have free talent points to spend.
1.5.2
* Fixed some bugs when a warlock lacked any buttons for the class bar
* Added a very basic vehicle bar UI. Its hacky, and needs a good bit of testing.
1.5.1
* Removed the Lock Action Button Positions option. The one on the action bars portion of the blizzard side of interface options should be used in its place.
* Fixed the red box error when Dominos couldn't find a version of DataBroker
1.5.0
* Fixed some keybinding display bugs on the action and pet bars
* Added a onebag and keyring display options to the bag bar
* Added a databroker launcher. Left click to open up the options menu, right click to toggle locking bars, and alt right click to toggle binding mode
* Added a /dom numbuttons <count> command: Resets your actionbar layout, creating as many bars as possible with <count> buttons.
1.4.11
* Added a stance slider for Metamorphosis
1.4.10
* Fixed options menu code for the new Wrath build. This will probably not work on the PTR.
1.4.9
* Fixed a bug causing the token tab to not display
* Switched Ace3 libs back to the trunk version
1.4.8
* Fixed a bug where aura events were not being detected on the class bar
1.4.7
* Fixed some redbox errors on the casting bar
1.4.6
* Fixed state code to work with the latest Wrath build (really this time)
1.4.5
* Fixed state code to work with the latest Wrath build.
* Profiles now default to one per class, instead of a single global profile.
* Formatted number values on the experience bar using commas (ex, 1,000,000)
1.4.4
* Added french translation (thanks Kubik)
1.4.3
* Fixed a bug causing the possess bar to not work
1.4.2
* Fixed a redbox error caused by me forgetting to update the profiles panel
1.4.1
* Turns out the casting bar did not work in 1.4.0, so I fixed that.
1.4.0
* Made compatible with Wrath
1.3.3
* Adjusted the possess bar to have a priority greater than everything except for modifier paging.
1.3.2
* Fixed an error in the right click menu of the experience bar.
1.3.1
* Fixed a bug where the experience bar would not register events if not watching a faction and not set to always watch experience
* Added in Chinese localization (thanks xuxianhe) to Dominos_XP. All localization files were moved to a localization directory. This change will require a restart of wow.
1.3.0
* Updated LibKeyBound.
* Added in an experience/reputation bar, Dominos_XP. Its basically the same as the Bongos one, except it cannot be made vertical, but has shared media support.
1.2.9
* Updated LibKeybound. This may require you to restart wow.
* Added Chinese localization (thanks xuxianhe)
1.2.8
* Unregistered a few more Blizzard things
1.2.7
* Fixed a hotkey display bug.
1.2.6
* Should fix some addon action blocked issues with the casting bar
* Fixed a bug where showstate settings were not being loaded on login
1.2.5
* Removed some debug prints.
1.2.4
* Fixed a bug where Tuller was sleepy and forgot to update the possess bar code with the right click selfcast fixes.
1.2.3
* Fixed a bug caused by me failing to correct some code after implementing the right click selfcast change :P
1.2.2
* Fixed an issue with right click self cast when not paged on a bar with paging enabled.
1.2.1
* Fixed an issue with ButtonFacade skins not saving properly
1.2.0
* Renamed any buttons that were still named Mangos
* Added an option to hide button tooltips
1.1.1
* Fixed a bug with the roll frame layout code
* Fixed a bug causing right clicking a frame in config mode to run the sticky logic
* The interface options menu will now hide when entering binding mode.
* Made the buff highlighting code more generic. It'll work on any standard action button that is loaded after it.