Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Jan 16, 2024
1 parent ac769e1 commit 1b9a40e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Dominos Changelog

## 10.2.5-beta

### THIS IS A MAJOR BREAKING UPDATE

Action Buttons in retail are no longer derived from ActionBarButtonTemplate. The behavior
in classic should be about the same as it was before.

Benefits:
* You'll (hopefully) no longer see cases where action buttons would randomly stop working when switching zones.
* Generally action button behavior should be more consistent across all action buttons

Drawbacks:
* Press and hold casting is no longer supported. (This is an API limitation of using completely custom action buttons)
* Empty buttons are no longer truly hidden, instead they're now transparent.
* Addons that modify the stock action won't just work with Dominos anymore. They'll need to code in their own support
(sorry).

Other:
* I've built tullaRange (coloring your action button completely red with out of range) into the retail version of the
addon.

## 10.2.1

* Handle hiding the stock mirror timers in 10.2
Expand Down

0 comments on commit 1b9a40e

Please sign in to comment.