File Details
XPBarEnhanced-v1.1.4.zip
- R
- May 15, 2026
- 539.98 KB
- 299
- 12.0.5
- Retail
File Name
XPBarEnhanced-v1.1.4.zip
Supported Versions
- 12.0.5
Changes in v1.1.4
Added
- Flat Bar Size Presets: New
flatSizeoption (Small / Default / Large / Huge) scales the Flat bar and its secondary reputation bar proportionally without shrinking text readability. - Vertical Bar Size Presets: New
verticalSizeoption (Small / Default / Large / Huge) scales the Vertical bar and its secondary reputation bar proportionally. - Flat Under-Bar Text Scaling: Flat style now scales below-bar text with
flatSizeso typography remains proportional at every bar size.
Fixed
- Overlay Height Mismatch: Quest-complete, quest-incomplete, and rested overlays now inherit their height from the live StatusBar rather than defaulting to a hardcoded value, so overlays fill the full bar height on scaled Flat and Vertical bars.
- Overlay Width on Scaled Bars:
ValidateBarWidthnow reads the liveStatusBar:GetWidth()first, ensuring overlay pixel math is based on the current runtime size rather than the style's initial config width. - Milestone Ticks on Scaled Flat Bar: Milestone tick positions and heights are recalculated after every
ResizeToScalecall so ticks remain correctly spaced on Large and Huge flat bars. - Milestone Ticks Setting Toggle: Toggling
showMilestoneTicksin the options panel now immediately triggersUpdateMilestoneTickswithout requiring a full bar reload. - Secondary Tooltip on Unavailable Bar:
ShowSecondaryTooltipnow early-returns whencontext.isAvailable == false, preventing a tooltip from appearing on a hidden secondary bar. - Terminal Secondary Bar Tooltip Guard:
OnEnteron the terminal secondary bar now skips tooltip display when the context marks the bar as unavailable. - Terminal Custom Color Resolution: Terminal palette rendering now resolves
terminalUseCustomColorsvia config accessors, keeping custom color behavior consistent with active profile settings.

