Prepare for release

This commit is contained in:
2022-10-25 21:27:01 -05:00
parent a775f7af33
commit 4a1d004502
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## Interface: 90207
## Interface-Retail: 90207
## Interface: 100000
## Interface-Retail: 100000
## Interface-Classic: 11403
## Interface-BCC: 20504
## Interface-Wrath: 30400

View File

@ -1,3 +1,8 @@
v1.9.0:
- Handle gaining and losing a Breakable skill without requiring a UI reload
- Update TOC, fix button clicking bug for 10.0
v1.8.7:
- Improve reliability of UI updates after picking lockboxes. There's no good game event for "locked item opened", so this uses some best-guess heuristics to make it function as expected in most cases.