Skip to content

Commit

Permalink
- Update CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
StormFX committed Sep 5, 2023
1 parent c645924 commit 9375c06
Showing 1 changed file with 6 additions and 53 deletions.
59 changes: 6 additions & 53 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,16 @@
## 10.1.5

### Notice for Dragonflight

Due to the addition of some new animations, it will take some time before alternatives are available for non-square skins. For the time being, users are encouraged to use a square skin (Eg, **Modern**/**Modern Enhanced**).
## 10.1.7

### General

- Updated the `Interface` version for **Retail** to `100105`. (#331)
- Updated the `Interface` version for **Wrath Classic** to `30402`. (#330)

### Interface

- Added an **Advanced** panel to the **General Settings** tab with options to control the new animations introduced in **Retail** patch `10.1.5`. They are as follows:
- **Spell Alerts** - Drop-down: **None**, **Flash and Loop** and **Loop Only**.
- **Cast Bar** - Toggle
- **Interrupt** - Toggle
- **Target Reticle** - Toggle
- Moved the **Skin Info** option from the **Performance** panel to the **Interface** panel.
- Removed the **Performance** panel.
- Updated some panels to a verticale layout.

### API

- Increased the `API_VERSION` to `10105`.
- The API methods for adding and retrieving the old style spell alert textures have been deprecated. Skin authors can now directly add those texture paths to a **SpellAlert** skin layer with setting names of **Ants** and **Glow**. See below.

### Skins

- Skin authors can now add their own spell alert textures for the new animations and set their size. Eg:
```lua
SpellAlert = {
-- Old Spell Alerts
Ants = "Path\\To\\Texture",
Glow = "Path\\To\\Texture",
-- New Spell Alerts
Width = 63, -- Default calculated size.
Height = 63, -- Default calculated size.
Start = {
Texture = "Path\\To\\Texture",
TexCoords = {0, 1, 0, 1}
},
Loop = {
Texture = "Path\\To\\Texture",
TexCoords = {0, 1, 0, 1}
},
}
```
- Updated the `Interface` version for **Retail** to `100107`. (#341)
- Updated the `Interface` version for **Classic** to `11404`. (#340)

### Localization

- Updated `itIT`. (Elitesparkle) (#328)
- Updated `zhTW`. (RainbowUI) (#329)
- Updated all localization files with phrases for the new options.
- Updated `zhTW`. (RainbowUI) (#342)

### Bug Fixes
### Notice for Dragonflight

- The **Add-On Compartment** option will no longer appear in **Classic Era** or **Wrath Classic**.
- Fixed a bug that caused an "add-on blocked" message when clicking **Masque**'s icon while in combat.
- Fixed a bug that prevented the **Debug** setting from applying after logging into the game.
- Fixed a bug with the default UI that causes spell alerts to appear to scale up between the start and loop animation transitions.
Due to the addition of some new animations, it will take some time before alternatives are available for non-square skins. For the time being, users are encouraged to use a square skin (Eg, **Modern**/**Modern Enhanced**).

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

0 comments on commit 9375c06

Please sign in to comment.