Releases: Nevcairiel/Bartender4
Releases · Nevcairiel/Bartender4
4.11.2
Bartender4
4.11.2 (2022-06-27)
Full Changelog Previous Releases
- 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
4.11.1
Bartender4
4.11.1 (2022-02-24)
Full Changelog Previous Releases
- 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
4.11.0
Bartender4
4.11.0 (2022-02-23)
Full Changelog Previous Releases
- Update TOC
- Update Classic and BCC TOC
- Use MICRO_BUTTONS to dynamically handle differences in the micromenu between Classic and BCC
Closes #66
4.10.10
Bartender4
4.10.10 (2021-06-29)
Full Changelog Previous Releases
- 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
separate 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.
4.10.9
Bartender4
4.10.9 (2021-05-21)
4.10.8
Bartender4
4.10.8 (2021-05-17)
Full Changelog Previous Releases
- 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
4.10.7
Bartender4
4.10.7 (2021-03-15)
Full Changelog Previous Releases
- Update TOC for 9.0.5 and 1.13.6
- "All" style mouseover was not obeying the modifier
4.10.6
Bartender4
4.10.6 (2020-11-19)
Full Changelog Previous Releases
- Update TOC for 9.0.2
- Suppress NPE tutorials which conflict with Bartender
4.10.5
Bartender4
4.10.5 (2020-10-19)
Full Changelog Previous Releases
- 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
4.10.4
Bartender4
4.10.4 (2020-10-19)
Full Changelog Previous Releases
- 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