File Details
AnchorGrow.zip
- R
- Jan 26, 2026
- 9.79 KB
- 7
- 12.0.1
- Retail
File Name
AnchorGrow.zip
Supported Versions
- 12.0.1
## Version 1.1.0
### New Features
- **Automatic Position Updates**: Unit frames now automatically reposition when the Cooldown Manager is moved, resized, or visibility changes
- **Real-time Slider Updates**: Moving the gap slider now instantly updates frame positions without needing to click "Update Positions"
- **Custom Gap Input Field**: Added a styled input field below the gap slider for precise pixel values (0-100px)
- **Smart Monitoring System**: Background monitoring checks for CDM changes every 0.2 seconds when addon is enabled
### UI Improvements
- **Enhanced Config Interface**: Redesigned gap section with better layout and spacing
- **ElvUI-Style Input Field**: Custom styled input field with dark background and green focus border
- **Improved Visual Feedback**: Input field shows "Wert:" label and "px" unit indicator
- **Better Integration**: Input field and slider are fully synchronized and auto-update each other
### Bug Fixes
- **Frame Validation**: Added comprehensive frame object validation to prevent `IsShown()` nil value errors
- **Method Safety**: All frame method calls are now protected with type checking
- **Combat Protection**: Monitoring system respects combat lockdown restrictions
- **ElvUI Compatibility**: Enhanced frame detection for ElvUI unitframes with proper validation
### Technical Improvements
- **Performance Optimized**: Monitoring uses 1px tolerance to avoid unnecessary updates from float precision
- **Memory Efficient**: Monitoring can be started/stopped based on addon state
- **Error Prevention**: All frame operations wrapped in protected calls
- **Better Debugging**: Enhanced debug output with frame validation status