-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,36 @@ | ||
## 10.2.11 | ||
## 11.0.0 | ||
|
||
### General | ||
### Reminder | ||
|
||
- 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. | ||
In case you missed it, you can now select the style of spell alerts that **Masque** uses and which animations are shown. These options are found under **Masque** > **General Settings** > **Advanced**. | ||
|
||
### Skins | ||
- Spell Alert Animations | ||
- **None** - Disables spell alerts completely | ||
- **Flash and Loop** - Enables both the flash and looping animations. Note that some styles may not have flash animations. | ||
- **Loop Only** - Disables the flash animation. | ||
- Spell Alert style | ||
- **None** - Forces **Masque** to use the game's default animations, regardless of skin shape. | ||
- **Classic** - A style that's similar to the **Classic** spell alert animation. | ||
- **Modern** - A style that's similar to **Dragonflight**'s spell alert animation. | ||
- **Thin** - A minimalistic animation that works well on darker, pixel 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. | ||
**Note:** These animations are currently only available on the **Retail** client. | ||
|
||
### Options | ||
### General | ||
|
||
- Renamed the "Masque Thin" spell alert style to simple "Thin". | ||
- Added a new **Modern** spell alert style for **Retail** that mimics the style added in Dragonflight. This new style includes variations for all of **Masque**'s default shapes. (#386) | ||
- Updated the `Interface` version for **Retail** to `110000`. (#385) | ||
|
||
### 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`. | ||
- Updated the `API_VERSION` to `110000`. | ||
|
||
### Skins | ||
|
||
- Updated the skin settings for spell alerts. | ||
|
||
### Bug Fixes | ||
|
||
- Fixed an issue with the `Cooldown` size in the **Blizzard Classic** skin. (#381) | ||
|
||
[Release History](https://github.com/SFX-WoW/Masque/wiki/History) |