v1.0.8.10: Hotbar crash fix when dragging inventory items; Release builds strip PDBs

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-10 21:24:16 -05:00
parent ccee580789
commit 2ac48bbd81
7 changed files with 25 additions and 28 deletions
+4
View File
@@ -1,3 +1,7 @@
# 1.0.8.10
- **Hotbars**: Fixed crash when dragging items from inventory to hotbar — GetFromGameIcon can throw for invalid/unsupported icon IDs; now handled gracefully.
- **Build**: Release builds no longer emit PDBs to avoid local path leakage in user crash logs.
# 1.0.8.9
- **Hotbars**: Gearset on slot now persists — do not treat slot as empty when CommandType is GearSet (gearset index 0 uses CommandId 0). Use CommandType/CommandId for GearSet display and resolve icon when IconId is still 0.