File Details
ReloadButton v1.0.4.zip
- R
- Jan 30, 2026
- 3.72 KB
- 22
- 5.5.3
- MoP Classic
File Name
ReloadButton v1.0.4.zip
Supported Versions
- 5.5.3
# Changelog - Reload Button
All notable changes to the Reload Button addon will be documented in this file.
## [1.0.4] - 2026-01-30
### Fixed
- Resolved button overlap issue where `GameMenuButtonLogout` would snap back to its default position on subsequent menu opens.
- Fixed "Infinite Height" bug by implementing a state check (`heightAdjusted`) to prevent the Game Menu from growing every time it was toggled.
### Changed
- Migrated layout logic to `hooksecurefunc` targeting `GameMenuFrame_UpdateVisibleButtons` for improved compatibility with Blizzard's dynamic button visibility.
- Improved anchoring chain by explicitly linking the Reload button between `GameMenuButtonAddons` and `GameMenuButtonLogout`.
## [1.0.3] - 2026-01-29
### Changed
- Refined button spacing. Reduced the gap between the "Game Options" group and the "Account" group by half for a more native appearance.
- Adjusted `GameMenuFrame` height expansion to 22px to perfectly match the new tightened layout.
## [1.0.2] - 2026-01-29
### Fixed
- Resolved `Action[SetPoint] failed` error (Dependency Loop) by re-anchoring to the parent frame and "stealing" the Logout button's position instead of pushing the Help button.
- Fixed "Blank Menu" issue by moving layout logic into an `OnShow` hook, ensuring the Game Menu is fully initialized before modification.
## [1.0.1] - 2026-01-29
### Changed
- Updated TOC Interface version to `50503` for MoP Classic 5.5.3 compatibility.
## [1.0.0] - 2026-01-29
### Added
- Initial release.
- Injected "Reload UI" button into the `GameMenuFrame`.
- Added standard Blizzard gold text coloring to the button label.

