From 4a1d0045020e62aae3b72623d44677f8f3ecbabd Mon Sep 17 00:00:00 2001 From: Parnic Date: Tue, 25 Oct 2022 21:27:01 -0500 Subject: [PATCH] Prepare for release --- Breakables.toc | 4 ++-- changelog.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Breakables.toc b/Breakables.toc index 0d3d7f6..587ec00 100644 --- a/Breakables.toc +++ b/Breakables.toc @@ -1,5 +1,5 @@ -## Interface: 90207 -## Interface-Retail: 90207 +## Interface: 100000 +## Interface-Retail: 100000 ## Interface-Classic: 11403 ## Interface-BCC: 20504 ## Interface-Wrath: 30400 diff --git a/changelog.txt b/changelog.txt index 005791f..5a5efde 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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.