promotional bannermobile promotional banner

HoochUI

HoochUI — a clean, modular UI overhaul for World of Warcraft Classic, built for PvP and competitive play.

File Details

HoochUi v3.1.zip

  • R
  • Apr 18, 2026
  • 301.10 KB
  • 8
  • 2.5.5+1
  • Classic + 1

File Name

HoochUi v3.1.zip

Supported Versions

  • 2.5.5
  • 1.15.8
# Changelog

All notable changes to this project will be documented in this file.

## [3.1] - 2026-04-18

### Added
- `README.md` with setup, module overview, commands, troubleshooting, and bug-report guidance.
- `LICENSE` (MIT).
- `CHANGELOG.md`.

### Changed
- AddOn branding updated from `HoochUI TBC` to `HoochUI`.
- Codebase formatting pass across core and modules:
  - normalized indentation and spacing,
  - removed decorative separator comments,
  - cleaned extra blank lines and trailing spaces.
- Documentation updated to match the current product naming and version.

### Fixed
- `Interface` module compatibility on WoW Classic `1.15.8`:
  - `PetFrame_Update` now uses a cross-version-safe call path,
  - pet frame refresh is deferred out of combat to avoid `ADDON_ACTION_BLOCKED` on protected `PetFrame` calls.
- `PartyCastbar` arena attachment logic improved to reduce incorrect castbar anchoring to party frames.

## [3.0] - Previous release

### Notes
- Baseline modular release before public-release cleanup, rebranding, and Classic `1.15.8` compatibility fixes.