v1.0.2.2: Fix ColorUtils.GetColorByScale crash that prevented hotbars from showing

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-01-31 02:49:34 -05:00
parent 481f1cd45a
commit 1011d126d8
6 changed files with 26 additions and 11 deletions
+3
View File
@@ -1,3 +1,6 @@
# 1.0.2.2
- **Critical fix**: ColorUtils.GetColorByScale was throwing (corrupted config or divide-by-zero), causing Party Frames to crash the draw loop and preventing Hotbars and later elements from rendering. Added null checks, divide-by-zero guard, and try-catch fallback.
# 1.0.2.1
- **Release fix**: Include all required files in release zip (Assets, Colourful, Newtonsoft.Json, SixLabors.ImageSharp). Fixes hotbars and other features not working when installed from release vs dev plugin.