From 8c3c2f7f25c5037db7cb84b2750c7149ce54947d Mon Sep 17 00:00:00 2001 From: Val Voronov Date: Wed, 8 Nov 2023 00:00:41 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ ls_Toasts/core/changelog.lua | 10 +++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) 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. ]]