Skip to content

Commit

Permalink
📜
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Nov 7, 2023
1 parent a5309b2 commit 8c3c2f7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 9 additions & 1 deletion ls_Toasts/core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
]]

0 comments on commit 8c3c2f7

Please sign in to comment.