File Details
v1.4.3
- R
- Mar 1, 2026
- 9.31 KB
- 290
- 12.0.1
- Retail
File Name
MuteRepetitiveBrann-v1.4.3.zip
Supported Versions
- 12.0.1
Changelog
All notable changes to this project will be documented in this file.
[1.4.3] - 2026-03-01
Fixed
- Corrected the CurseForge project ID used for automated publishing.
[1.4.2] - 2026-03-01
Fixed
- Updated the TOC interface for Midnight retail (
120001). - Added defensive feature detection for addon metadata and sound mute APIs.
- Fixed tooltip GUID resolution to avoid calling
UnitExistson secure tooltip unit values during delves. - Made
/mutebrann uifail safely during combat instead of risking blocked Settings access.
Compatibility
- Preserves current retail behavior where the underlying APIs are still available.
- Gracefully disables muting with a one-time warning if the client does not expose the sound mute API.
[1.4.1] - 2026-02-10
Fixed
- Guard against nil before calling
UnitExistsin the tooltip handler to avoid taint errors during secure tooltip callbacks. - Defensive
tooltip:GetUnit()check to prevent passing nil to protected APIs.
Packaging
- Include
README.mdandLICENSEin the packaged zip. - Bumped package version to 1.4.1.
[1.4.0] - 2026-02-09
Added
- In-game Settings panel with custom sound ID management
- Clickable labels on checkboxes for better UX
- Visual custom sound ID list with individual remove buttons
- Export/Import functionality via popup dialogs
listcommand to show all custom IDs- Locale-independent tooltip detection using NPC IDs
- Space-separated input support for multi-ID commands
Fixed
- Settings panel now properly saves checkbox states
validatecommand correctly handles hash table custom list- Settings panel no longer shows unrelated WoW options
- Removed dead code after
clearconfirmwipe ApplyMuteStateno longer called for read-only commands
Changed
- Switched from
RegisterVerticalLayoutCategorytoRegisterCanvasLayoutCategory - Deep-copy
DEFAULTS.customListduring migration to prevent reference sharing - Settings panel shows inline descriptions instead of tooltips
- Improved help text formatting and accuracy
- Full input string now captured for multi-argument commands
[1.3.5] - Previous Release
Added
- Initial release with basic muting functionality
- Slash command interface
- Custom sound ID support
- Critical line filtering

