From e926b953756388b0f13839f57eb1fc590724e3ee Mon Sep 17 00:00:00 2001 From: StormFX Date: Thu, 18 Jul 2024 15:17:44 -0500 Subject: [PATCH] - Update CHANGELOG.md. --- CHANGELOG.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 774b235..3dcc0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)