Bartender Changelog

What's new in Bartender 4.14.16

May 2, 2024
  • Enable MultiCastBar on Cataclysm
  • Fix hiding KeyRingButton
  • Load LibDualSpec on Cata
  • Update TOC for Cataclysm and Vanilla
  • Update API checks for Cataclysm
  • Update Presets for Cataclysm

New in Bartender 4.14.15 (Mar 20, 2024)

  • Update TOC for 10.2.6

New in Bartender 4.14.14 (Feb 7, 2024)

  • Update TOCs

New in Bartender 4.14.13 (Nov 12, 2023)

  • Update TOC for 10.2

New in Bartender 4.14.12 (Oct 11, 2023)

  • Fix MicroMenu on Wrath 3.4.3
  • Update TOCs

New in Bartender 4.14.11 (Oct 11, 2023)

  • Restore LFR/LFR button position when the game repositions it
  • Remove WoW 9.x micromenu sizes
  • Align micromenu with changed button sizes

New in Bartender 4.14.10 (Jun 22, 2023)

  • Update Wrath TOC
  • More complete safe guards for EditMode access Wrath 3.4.2 added EditModeManagerFrame, despite it being totally incomplete and not in use.

New in Bartender 4.14.7 (Jan 28, 2023)

  • Adjust width of the status tracking bars, instead of re-anchoring them
  • This should make resizing the status tracking bar more reliable.
  • Fixes #149

New in Bartender 4.14.6 (Jan 25, 2023)

  • Update TOC for 10.0.5
  • Unregister callback that can still mess up the Bag bar in some cases
  • Hide the BagsBar and MicroMenu from EditMode
  • Re-apply the Bag positions after the UI positions it
  • Update StatusTrackingBar for 10.0.5
  • Update MicroMenu for 10.0.5 changes

New in Bartender 4.14.5 (Jan 22, 2023)

  • Update TOC for 3.4.1 Wrath
  • Work-around issues with the PetBar not accepting modified keybindings Blizzard broke the click-handler for their PetButtons when a modifier is being pressed as part of a keybinding, resulting in pet buttons to no longer function properly.
  • Work-around this by using their own pet keybindings instead. Fixes #143
  • Don't unlock bars in combat

New in Bartender 4.14.4 (Dec 8, 2022)

  • Separate dragonflying state from vehicle states
  • This fixes paging to a vehicle bar if activating it straight from your dragon.

New in Bartender 4.14.3 (Nov 28, 2022)

  • Fix Masque skins being overriden by the flyout bar

New in Bartender 4.14.2 (Nov 28, 2022)

  • Allow Masque skinning of the custom Spell Flyout

New in Bartender 4.14.1 (Nov 28, 2022)

  • Handle the LibActionButton SpellFlyout for bar fading

New in Bartender 4.14.0 (Nov 28, 2022)

  • Custom Flyout implementation for WoW 10.0
  • Implemented a custom flyout for 10.0 independent of the Blizzard
  • SpellFlyout, which is entirely independend of the default SpellFlyout and should continue functioning independent of any changes Blizzard will make to the SpellFlyout in the future.
  • Also added flyout direction to the presets for a better out-of-the-box behavior.

New in Bartender 4.13.7.1 (Nov 16, 2022)

  • Update TOC for 10.0.2

New in Bartender 4.13.7 (Nov 16, 2022)

  • Simplify hiding of Blizzard Action Bars
  • The old method caused too many side effects in Edit Mode.
  • Hopefully this can run largely error and taint free.
  • Disable removing the EditMode overrides
  • The impact from this seems a bit too large, and hopefully other efforts can help minimize taint failures
  • Use the base hide function, if available
  • This avoid messing with the EditMode override of Hide, which can cause taint

New in Bartender 4.13.6 (Nov 11, 2022)

  • Fix EditMode detection check
  • Try to prevent mode editmode updates from running on our buttons
  • Add a condition to leave the buttons of some bars alone
  • Remove anchor changes in hiding code, unused
  • Remove action buttons from their parent action bar
  • Factor action button hiding into a function
  • Update the unlock overlay frame level to match Edit Mode
  • Update the color of the unlock overlay
  • Unlock the Bartender bars when entering Edit Mode
  • Sort the Text Style tab in front of the Positioning tab
  • Adjust the default size of the options dialog
  • A bit more height allows the General Settings bar settings to fit on one page
  • Move text style options to their own tab
  • This de-clutters the general page and fixes a bug with hiding the "Hide Hotkey" option

New in Bartender 4.13.5 (Nov 9, 2022)

  • Fix the Pet Bar on Classic Era
  • Unregister more events on the MainMenuBar
  • Improve hiding of EditMode managed action bars and reduce taint
  • Add a PurgeKey utility function
  • This function can purge a key and force a re-hash of the table to untaint it
  • Factor Merge function into a new Util structure

New in Bartender 4.13.4 (Nov 8, 2022)

  • Tweak default font sizes
  • These sizes should more closely mimick the 9.x size
  • Update default font one last time
  • Update 10.0 Bag Bar Masque skinning
  • Add bar paging for Dracthyr Soar to match the default UI.
  • Note: Since bar paging is setup for classes, this is technically setup for Evokers. But since those are exclusive to Dracthyr and vice-versa for now, what can go wrong?
  • Re-factor the pet button
  • Update functionality for modern templates, removed style overrides long irrelevant, implement hide border/hide equipped functionality. Hopefully fixes a large variety of pet button related issues.
  • Fix Button Offset option not updating bars when changed The check whether a change was needed was comparing against old config value before updating the config value to the new requested value, skipping the actual updating of buttons until reloading interface or switching to and from a profile with different offset.
  • Don't reposition the default action bars, to prevent causing issues with EditMode
  • Cleanup some pre-WoW 10.0 compat
  • Setup sponsorship information
  • Tweak default font size for WoW 10.0
  • Add support for configuring text justification (alignment)
  • Factor text element settings into a function
  • Add support for adjusting the position of text elements
  • Preserve anchors for hidden action bars EditMode can in some situations try to determine offsets or width/height, so we must attempt to keep it valid
  • Refresh the macro text font when LSM loads it
  • Add support for adjusting the macro text font style and size
  • Add an option to select the font and text size for Hotkey and Count elements on each bar
  • Also update the default font style and size for WoW 10.0 to be much more readable

New in Bartender 4.13.3 (Oct 31, 2022)

  • Add an advisory note to the Extra Action Button for users to use Edit Mode instead Taking a frame out of Edit Mode and letting Bartender4 handle it instead is problematic at best, and for the Extra Action Button in particular we don't even do anything to it other then making it movable.
  • Favoring Edit Mode and avoiding issues with the button not working right seems like the best path forward, even though I was not able to reproduce issues in raids or dungeons myself.
  • Give Masque the proper bar name, instead of the old index. Fixes #103
  • Only include the Leave Vehicle button on the new Vehicle bars in WoW 10
  • Update Artwork for the Leave Vehicle custom button

New in Bartender 4.13.2 (Oct 31, 2022)

  • Fix the page indices for Pages 13 to 15

New in Bartender 4.13.1 (Oct 28, 2022)

  • Fix position not sticking for Extra Action Button and the Vehicle Exit button
  • Improve some option wordings
  • Update keyring position on classic when required
  • Fix copy-pasta
  • Setting layout tweaks
  • Add a Hide Border option to only hide the new Action Button border1

New in Bartender 4.13.0 (Oct 28, 2022)

  • The Button Lock settings saves again. Since LibActionButton now more gracefully handles button moving, we can return this to the old behavior.
  • Re-order bindings to match the new bar sorting
  • Re-open the Bartender options after closing KeyBound
  • Split bar options into action bars and UI bars
  • Refactor Action Bar naming to match Blizzard 1-8 now match Blizzards 1-8. What was previously 2 is now named Bonus Bar
  • Don't re-enter ReassignBindings from our own binding changes
  • Make keybinding migration safer for changes during iteration
  • Migrate keybindings from Blizzard Multi bars onto Bartender4 bars.
  • Fix three stacked bars option for the Blizzard preset

New in Bartender 4.12.4 (Oct 27, 2022)

  • More thoroughly re-assign keybindings from all buttons

New in Bartender 4.12.3 (Oct 27, 2022)

  • Add a default position for the queue bar

New in Bartender 4.12.2 (Oct 27, 2022)

  • Increase the default height of the options dialog to fit all tree elements
  • Update button configuration when zoom setting changes
  • Pass the zoom setting to LibActionButton-1.0 to indicate the border should be hidden
  • Tweak the spacing in Vehicle Bar
  • Use "Keybind" buttons for bindings. This allows LibActionButton-1.0 to differentiate keybindings and clicks, for improved button handling.
  • Re-design button lock options. The button lock is now enabled by default and has been reset. The related options have been re-worded or given expanded descriptions to document the implications.
  • Separate defaults table for the queue bar

New in Bartender 4.12.1 (Oct 26, 2022)

  • Update TOC for 10.0
  • Add the vehicle button to presets
  • Fix button contents for high-index possess bars
  • Fix vehicle bar button on 10.0
  • Add Queue Status frame for 10.0
  • Fixes #86
  • Add a Modern Art, Classic layout preset
  • Rename Special Bar to Class Bar
  • This better identifies their intended purpose
  • Cleanup some bagbar cruft
  • Add an option to change vertical alignment for bag bar buttons
  • This also removes the yoffset hack from the DF bag bar
  • Add multibar 5-7 to Hide Blizzard
  • Support for the three additional action bars in WoW 10.0
  • To properly integrate them with the most logical sense, existing bars have been renamed slightly:
  • Bar 1-6 remain as-is
  • Bar 7-10 are now called "Special Bar 1-4", as they are used by Druids
  • Bar 13-15 (the new ones) take the places of Bar 7-9
  • For a final result of:
  • Bars 1-9
  • Special Bars 1-4

New in Bartender 4.12.0 (Oct 10, 2022)

  • Disable 10.0 Bag Bar Masque skinning for now
  • Use the noopFunc in the bag bar for 10.0 consistently
  • Clear anchors of the MultiCast bar to remove the protection of the MainMenuBar
  • Re-factor scale migration for 10.0
  • Support Dragon Riding bonus action bars in WoW 10.0
  • Fix Extra Action Button in WoW 10.0
  • Update BagBar for WoW 10.0
  • Update presets for WoW 10.0
  • Update Blizzard Art Bar for WoW 10.0
  • Update Micro Menu for WoW 10.0
  • Fix lock dialog in WoW 10.0
  • Attempt to migrate profiles to WoW 10.0 layout
  • Split Preset for WoW 10.0 and before into separate files
  • Add HideBlizzard module for WoW 10.0
  • Tweak button bar layout for WoW 10.0
  • Status Tracking Bar compat for 10.0
  • Transition to the built-in on-down option in WoW10
  • Vehicle temp fix
  • Factor Blizzard hiding code into its own file
  • Use built-in Pet button variables

New in Bartender 4.11.6 (Sep 11, 2022)

  • Add Wrath DualSpec support
  • Enable Shadowform and Tree of Life stances on Wrath Classic
  • Fixes #79

New in Bartender 4.11.5 (Sep 4, 2022)

  • Update Wrath project id checks

New in Bartender 4.11.4 (Aug 30, 2022)

  • Update TOC
  • Hide Vehicle UI option when not relevant
  • Cleanup classic expansion checks
  • LE_EXPANSION_NORTHREND is only available in the wrath client, making it unusable. Also use GetClassicExpansionLevel everywhere.
  • Support Shadow Dance bar paging on Wrath Classic. Fixes #76
  • Don't load the MultiCast Bar on Retail. Its not used here.
  • Add a Totem Bar for Wrath Classic
  • Add more control over the style to the Status Tracking Bar. Fixes #72

New in Bartender 4.11.3 (Aug 20, 2022)

  • Add Wrath TOC information
  • Tweak BlizzardArt and Preset for Wrath Classic
  • Tweaked BlizzardArt and Preset for BCC

New in Bartender 4.11.2 (Aug 20, 2022)

  • Update TOC
  • The ActionBar MT should be of class Frame, not Button
  • Use checkout v2 for pull requests
  • Remove CF API key from the locale import step
  • The global env already covers it

New in Bartender 4.11.1 (Feb 24, 2022)

  • Fix luacheck
  • Properly handle the micromenu difference on Classic/BC
  • Use a single zip for all game versions
  • Update .editorconfig to properly apply to all yml files
  • Re-introduce special case in the Micro Menu for WoW Classic

New in Bartender 4.10.10 (Jun 29, 2021)

  • Update retail TOC to 9.1
  • Add the ability for a bar to grow horizontally in both directions (the bar stays centered)
  • Support Tree of Life stance bar swapping
  • It does not have a bar assigned to it by default, since it being a eparate caster form which shares many of the same spells as the original, bar swapping is of limited use only.
  • A bar to swap to can be assigned in the configuration.

New in Bartender 4.10.9 (May 21, 2021)

  • Fix changing the self-cast modifier on classic. Fixes #54
  • Support Shadowform stance paging on BCC. Fixes #55

New in Bartender 4.10.8 (May 17, 2021)

  • Always load XPBar to avoid errors in development
  • Fix forgotten line
  • Rename BC -> BCC to follow standards
  • Improve TOC conditions for BC to avoid loading files not present or required
  • Fixes #53
  • Rename workflow
  • Add Project globals for Luacheck
  • Using ActionBarController_GetCurrentActionBarState() instead of CURRENT_ACTION_BAR_STATE, which is no longer global.
  • Add Burning Crusade Classic support

New in Bartender 4.10.7 (Mar 15, 2021)

  • Update TOC for 9.0.5 and 1.13.6
  • "All" style mouseover was not obeying the modifier

New in Bartender 4.10.6 (Nov 21, 2020)

  • Update TOC for 9.0.2
  • Suppress NPE tutorials which conflict with Bartender

New in Bartender 4.10.5 (Oct 20, 2020)

  • Properly handle vehicle button show/hide. Early hooking changes prevented the default Blizzard logic from hiding it in some cases. Fixes #40
  • Ensure the button offset is re-applied on profile load

New in Bartender 4.10.4 (Oct 19, 2020)

  • Another pass on updating the hiding code
  • Preserve anchors for more frames where possible, hide the others.
  • More thorough frame hiding and re-anchoring
  • More aggressive hooking to avoid errors from hiding the pet action bar and the vehicle button
  • Fixes #39

New in Bartender 4.10.3 (Oct 19, 2020)

  • Remove the top level flag from the ExtraAbilityContainer
  • Set the frame level of the Extra Action Bar specifically. This ensures it sits under any normal action buttons, and will not obscur them with its big artwork. Fixes #38
  • Add compat check for MainMenuBarArtFrameBackground
  • Compress frame levels used by Bartender4
  • Uncouple a bunch of hidden frames from the MainMenuBar to un-protect it

New in Bartender 4.10.2 (Oct 16, 2020)

  • Add missing exists check for mouseover casting
  • Fully control frame level of the art bar and reputation/xp bar. This allows action buttons to sit above the art, but allow th XP/Rep to remain below it

New in Bartender 4.10.1 (Oct 16, 2020)

  • Simplify zone ability handling, these checks are not needed
  • Add an option to hide the Extra Action Button artwork
  • Consolidate Zone and Extra action bars into handling the new Extra Ability Container

New in Bartender 4.10.0 (Oct 16, 2020)

  • Update TOC
  • Improve smart targeting for abilities which can target both enemies and friends. Fixes #33
  • Prevent mouse-over from targeting dead units with harmful spells
  • Pass the Masque button type as appropriate
  • Add the ability to offset actions on an action bar. This allows, for example, to split a logical action bar into two physical shorter bars, re-using the otherwise wasted action slots.
  • Hide the override bar when its not supposed to be active. This occurs when swapping between blizzard vehicle UI and not after being in a vehicle
  • Rename PR workflow
  • Update Classic TOC
  • Add CF API Key to locale import
  • Add locale import to GitHub actions
  • Fetch all commits when packaging for proper history
  • Run luacheck on pull requests
  • Remove travis control file
  • Setup GitHub Actions workflow
  • Increase the frame level of gryphon endcaps in the art bar. This allows them to sit on top of the XP bar, for the proper blizzard look. Fixes #10
  • Fix the actionbar state when entering/leaving vehicles without blizzard vehicle UI
  • Use BackdropTemplate on WoW 9.0

New in Bartender 4.9.0 (Jan 27, 2020)

  • Update TOC for 8.3
  • Update Pet Bar on PLAYER_MOUNT_DISPLAY_CHANGED and PLAYER_TARGET_CHANGED
  • The default UI updates the pet bar on these events, so make sure we
  • follow suit
  • Update the pet bar on PET_BAR_UPDATE_USABLE
  • Max fix issue #11

New in Bartender 4.8.9 (Dec 16, 2019)

  • Add LibClassicSpellActionCount-1.0 for Classic action counts
  • Update Classic to 1.13.3
  • Fix options error on retail
  • Add Keyring for Classic

New in Bartender 4.8.8 (Sep 26, 2019)

  • Update TOC for 8.2.5
  • Also re-layout the MicroMenu after taking it back over
  • Add a few additional hooks to restore the MicroMenu to its original state
  • Hopefully this can reduce the impact of other addons also messing with
  • the MainMenuBar

New in Bartender 4.8.7 (Sep 8, 2019)

  • Only allow the OverrideActionBar to take over the MicroMenu when Blizzard Vehicle is enabled
  • Be explicit about which frames we allow to take over the MicroMenu
  • Remove more hooks that should not be needed
  • Simplify the VehicleBar, it only ever has one button
  • Don't skin the MicroMenu with Masque, its not compatible

New in Bartender 4.8.6 (Sep 6, 2019)

  • Fix LuaCheck
  • Re-design Micro Menu logic to hopefully better integrate into the UI
  • Hide the MainMenuBarMaxLevelBar if it exists

New in Bartender 4.8.5 (Sep 1, 2019)

  • Tweak micromenu button layout on Classic
  • Fix Vehicle Bar moving on Classic

New in Bartender 4.8.4 (Aug 16, 2019)

  • Add another classic guard for LibDualSpec
  • Another attempt
  • Try disabling wowi upload for classic
  • Build classic version first, so that the retail version is seen as "more recent"
  • Add Classic support to Double-Wide and Tripple-Stacked presets
  • Tweak bag bar position on classic
  • Fix default page for warrior beserker stance, and only use on Classic
  • Remove support for ButtonFacade, its been dead for years
  • Don't use LibDualSpec at all on classic
  • Avoid loading LibDualSpec on classic
  • Build a classic version
  • Add TOC version for classic
  • Handle XP/Rep bar on classic
  • Fix LuaCheck
  • Handle the MainMenuBarPerformanceBarFrame on classic
  • Improve positioning of micromenu and bag bar on classic (and Blizzard preset)
  • Warrior stances for classic
  • Disable talent frame hook on classic
  • Hide the MultiCastActionBar
  • Check if SpellFlyout actually exists

New in Bartender 4.8.3 (Jun 26, 2019)

  • Update TOC for 8.2
  • Fix MicroMenu issues in vehicles
  • Fix micro button layout on retail
  • Fixup LuaCheck
  • Preliminary WoW Classic support, not fully complete yet
  • Use short-url form for LibStub external
  • Use read_globals for most global variables in luacheck
  • Fix LibStub tag URL
  • Update pkgmeta to new-style repo URLs
  • Change how travis executes tasks
  • Run LuaCheck in travis
  • Add luacheckrc
  • Cleanup warnings and style
  • Remove pre-8.0 frame hiding code
  • Remove pre-8.0 compat code in MicroMenu
  • Update pkgmeta file ignores
  • Fix script some more
  • More locale work
  • Play with better locale import
  • Add travis-ci metadata

New in Bartender 4.8.2 (May 27, 2019)

  • Hide stance visibility options when no stances exist
  • Remove ancient stance hacks
  • Remove pre-8.0 compat
  • Update TOC to 8.1

New in Bartender 4.8.1 (Jul 18, 2018)

  • Remove XP/Rep/AP bar, they have been replaced by the Status bar
  • Update Presets to include the Status Tracking Bar

New in Bartender 4.7.10-12 Alpha (Jun 23, 2018)

  • Properly refresh self/focus casting when changing settings
  • Create a custom StatusTrackingBarManager
  • Taking over the FrameXML version causes taint issues
  • Remove some commented out code
  • Draft of a Status Trackign bar
  • Fix Lua errors on startup when Blizzard Vehicle was turned off
  • Fix visibility options in 8.0
  • Fix the PetBar after 8.0 API changes
  • Fix another glitch with the MainMenuBar
  • Update StanceBar for 8.0 API changes
  • Fix micro menu button layout on 8.0
  • Fix errors in 8.0
  • Remove pre-7.3 compat

New in Bartender 4.7.10 (Aug 30, 2017)

  • Update PlaySound usage for 7.3

New in Bartender 4.7.9 (Jul 13, 2017)

  • Switch to ignoring unlocalized strings due to bugs in the locale export.

New in Bartender 4.7.8 (Jul 12, 2017)

  • 7.2 removed the HelpMicroButton, so we don't need to handle it anymore.

New in Bartender 4.7.7 (Mar 29, 2017)

  • Removed the HelpMicroButton, so we don't need to handle it anymore.

New in Bartender 4.7.6 (Feb 1, 2017)

  • Set the Layout before trying to save the position. This hopefully helps to avoid issues saving the initial position.

New in Bartender 4.7.5 (Dec 2, 2016)

  • Remove rogue load condition, the stance that needed this has been removed
  • Remove some more pre-legion compat
  • Remove more pre-legion things
  • Remove unused references to LibButtonFacade
  • Add a Zone Ability Bar

New in Bartender 4.7.3 (Oct 25, 2016)

  • Replace the title region with manual drag handlers, as title regions are removed in 7.1.
  • Remove check if the AP bar exists.
  • Remove defer animation callbacks from xp/ap/honor bars. This may help fix stale bars.
  • Update localization script to use https to access WoWAce.

New in Bartender 4.7.2-4 Alpha (Sep 30, 2016)

  • Replace the title region with manual drag handlers, as title regions are removed in 7.1
  • Remove check if the AP bar exists
  • Remove defer animation callbacks from xp/ap/honor bars. This may help fix stale bars.
  • Update localization script to use https to access WoWAce

New in Bartender 4.7.2-3 Alpha (Sep 13, 2016)

  • Remove check if the AP bar exists.
  • Remove defer animation callbacks from xp/ap/honor bars. This may help fix stale bars.
  • Update localization script to use https to access WoWAce.

New in Bartender 4.7.2-1 (Aug 2, 2016)

  • Update localization script to use https to access WoWAce.

New in Bartender 4.7.2 (Aug 1, 2016)

  • Added a workaround for the LFD/BG Queue frame being below Bartender4 bars
  • Slightly increased the size of the config panel so the Profile option is visible again without scrolling

New in Bartender 4.7.1 (Aug 1, 2016)

  • Hide the Honor Watch Bar

New in Bartender 4.7.0.1 Alpha (Jul 20, 2016)

  • Add the HonorWatchBar to the UI hider.

New in Bartender 4.7.0 (Jul 19, 2016)

  • Updated for World of Warcraft: Legion
  • Added a new module for the Artifact Power Bar

New in Bartender 4.6.14-10 Alpha (Jul 18, 2016)

  • Add a hard limit of 0.01 to the scale of bars. The game errors on scale = 0 in some cases
  • Update for Cooldown changes in 7.0.3.21796
  • Make slug autodetection a bit more robust in localcheck
  • Disable stance options for classes which do no longer have any.
  • Fix hook error with the RepBar in Legion
  • Add AP Bar to the layout presets
  • Add ArtifactWatchBar to the UI hider
  • Fix typo
  • Add a module for the artifact power bar
  • Cleanup whitespace in blizzard art bar

New in Bartender 4.6.14-7 Alpha (May 13, 2016)

  • Disable stance options for classes which do no longer have any.
  • Fix hook error with the RepBar in Legion
  • Add AP Bar to the layout presets
  • Add ArtifactWatchBar to the UI hider
  • Fix typo
  • Add a module for the artifact power bar
  • Cleanup whitespace in blizzard art bar

New in Bartender 4.6.14 (Mar 7, 2016)

  • Fixed an issue that prevented pet bars from updating properly when the pet specialization was changed

New in Bartender 4.6.13 (Jan 29, 2016)

  • Update copyright to 2016
  • Revert "Rename .numbuttons to .button_count"

New in Bartender 4.6.12 (Nov 17, 2015)

  • Fixed behavior of custom fade visibility conditions
  • Fixed size of the stance bar after losing/gaining stances

New in Bartender 4.6.11-3-g9a59e48 Alpha (Nov 17, 2015)

  • Properly refresh the fade value on bars with a custom visibility conditional

New in Bartender 4.6.11-2-g7213206 Alpha (Nov 16, 2015)

  • Signal the proper number of stance buttons
  • Rename .numbuttons to .button_count

New in Bartender 4.6.11 (Nov 16, 2015)

  • Maintenance release with minor fixes and updated translations.

New in Bartender 4.6.9.1 Alpha (Jun 27, 2015)

  • Re-Add UpdateAlpha hooks.

New in Bartender 4.6.9 (Jun 23, 2015)

  • Update TOC for 6.2

New in Bartender 4.6.8 (Mar 23, 2015)

  • Fixed cooldown transparency

New in Bartender 4.6.7-2 Alpha (Feb 27, 2015)

  • Properly replace the store button with the help button if the store is disabled. This matches default UI behavior.
  • Remove pre-6.1 compat code

New in Bartender 4.6.7 (Feb 25, 2015)

  • TOC for 6.1
  • Improve micro menu padding in the blizzard preset
  • Fix micro menu in 6.1

New in Bartender 4.5.13 (Oct 1, 2013)

  • Fixed issues with the micro menu layout and positioning in pet battles/vehicles

New in Bartender 4.5.12 (Oct 1, 2013)

  • Fixed the action bar in some fights with shapeshift events (ie. Prophet Tharon'ja)

New in Bartender 4.5.11 (Oct 1, 2013)

  • Updated for 5.4
  • Fixed the MicroMenu disappearing in PetBattles

New in Bartender 4.5.10 (Jun 4, 2013)

  • Updated for 5.3

New in Bartender 4.4.19 (Jul 14, 2011)

  • Updated for 4.

New in Bartender 4.4.18 (May 2, 2011)

  • Updated for 4.1

New in Bartender 4.4.17 (Feb 21, 2011)

  • Fixed disappearing Micro Menu

New in Bartender 4.4.15 (Jan 29, 2011)

  • Re-Added the "Leave Vehicle" button on Button 12 of the Possess Bar
  • Added an option to toggle spells on key-down instead of key-up
  • Cosmetic and internal fixes.

New in Bartender 4.4.14 (Nov 20, 2010)

  • Fixed Blizzard Vehicle UI taint issues
  • Fixed alot of keybinding related problems.
  • Added an option to hide the "Equipped" border on buttons

New in Bartender 4.4.13 (Oct 28, 2010)

  • Fixed right-click self casting on modifier switched bars
  • Fixed Vehicle UI button rebinding
  • Bartender will now apply the "Blizzard" preset to new profiles
  • Fixed hotkey out-of-range mode
  • The "NormalTexture" is hidden once again now (the extra border around buttons)

New in Bartender 4.4.9 (Oct 13, 2010)

  • Check if we have LBF before trying to skin buttons.
  • Removed old action button code.
  • Implemented "Auto Assist" mode for the new LAB-1.0 buttons.
  • Set the tooltip option on the button as well.
  • Don't need to update *everything* when just changing colors.
  • Apply our color and range configuration to the LAB-1.0 buttons.
  • Remove some now-broken (and possibly obsolete) code.
  • First implementation of LibActionButton-1.0 based buttons.
  • Restore the XP Bar after the vehicle code moved it.
  • Add a check for a valid return from FindSpellBookSlotBySpellID.
  • Moved FAQ to the last position in the options list.
  • Renamed "Defaults" to "Presets"
  • Updated Defaults (Ticket #333)
  • Re-enabled "Auto Assist" due to fixed API on Blizzards side
  • Add new guild micro button.
  • Disable "Auto Assist" option until it can be fixed (Blizzard limitation right now.)
  • Update interface version
  • Add new files to Babelfish.lua
  • Poke for locale update.
  • Cleanup up and re-indented BlizzardArt sources.
  • Added a Bartender-specific toggle-actionbar-lock keybinding.
  • Disabeld "ActionBar Paging" by default.
  • Don't modify the hotkey position when LBF is loaded, as a skin could modify this.
  • Improved sliders in the options with softMin/softMax and bigStep to offer more freedom in configuration.
  • Remove old unused option code snippet
  • Thomas Schaap:
  • Added a Defaults option tab which can be used to reset a profile to a close approximation of Blizzard's UI. Note that to get even closer a couple of other things would need to be changed, such as strata options and the bag bar's layout.
  • Corrected a small error in the default values for BlizzardArt.
  • Added BlizzardArt module to existing code.

New in Bartender 4.4.2 (Dec 21, 2009)

  • Support for the 3.3.0 Content Patch!
  • Fixed the offset of the Totem Bar Drag Handle