Skip to content

Commit

Permalink
- Update CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
StormFX committed Jul 18, 2024
1 parent 9f77c4b commit e926b95
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
## 10.2.10
## 10.2.11

### Bug Fix
### General

- Fixed an issue with custom spell alerts that have no start animation. (#380)
- Added a new **Classic** spell alert style for **Retail** that mimics the original style that includes variations for **Masque**'s default shapes.
- Settings for spell alerts have been updated, so users may need to reselect their preferred options.

### Skins

- Skins can now nest spell alert settings for various styles. See **Modern Enhanced** for an example.
- **Note:** The root settings (width and height) will be applied to the default spell alerts when custom spell alerts are disabled or when no nested settings are found.
- Updated the non-Blizzard skins for the spell alert changes.

### Options

- Renamed the "Masque Thin" spell alert style to simple "Thin".

### API

- Updated the following API methods:
- `AddSpellAlertFlipBook("Style", "Shape", {Data})` - Adds a single shape to a new or existing flipbook style. Needs to be called for each shape added.
- `GetSpellAlertFlipBook("Style", "Shape")`- Returns a single shape table based from the specified style.
- Updated the `API_VERSION` to `100209`.

[Release History](https://github.com/SFX-WoW/Masque/wiki/History)

0 comments on commit e926b95

Please sign in to comment.