diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1b325..fcf7cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +## Version 100200.01 + +- Added 10.2 support. +- Added "LS: Toasts" entry to the addon compartment in the top right corner of the minimap. +- Tweaked toast borders so that the texture looks more consistent with no warping or shifting. + Doesn't affect ElvUI skins. + +### Transmogrification + +- Fixed an issue where sometimes a toast wouldn't show up. It's primarily affecting "Quantum Items" that unlock + a random appearance on use. + +![Imgur](https://i.imgur.com/VbQfaNq.png) +![Imgur](https://i.imgur.com/iwnsoda.png) + ## Version 100105.01 - Added 10.1.5 support. diff --git a/ls_Toasts/core/changelog.lua b/ls_Toasts/core/changelog.lua index ea2b655..78b99ee 100644 --- a/ls_Toasts/core/changelog.lua +++ b/ls_Toasts/core/changelog.lua @@ -6,5 +6,13 @@ local _G = getfenv(0) -- Mine E.CHANGELOG = [[ -- Added 10.1.5 support. +- Added 10.2 support. +- Added "LS: Toasts" entry to the addon compartment in the top right corner of the minimap. +- Tweaked toast borders so that the texture looks more consistent with no warping or shifting. + Doesn't affect ElvUI skins. + +### Transmogrification + +- Fixed an issue where sometimes a toast wouldn't show up. It's primarily affecting "Quantum Items" that unlock + a random appearance on use. ]]