Skip to content

Commit

Permalink
📜
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Nov 3, 2022
1 parent e63caa7 commit 092baaf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## Version 100000.02

- Added an option to show poor quality quality items via common loot toasts. Thanks to Faqar@GitHub.
- Added leaf ornaments to achievement toasts. I can't re-enable Blizz achievement toasts, so as a
compromise I chose to make achievement toasts more unique. If you want them to stand out even more
create a separate anchor to display them.
- Fixed an issue where repeatedly testing toasts and flushing the queue would sometimes lock up the
addon.
- Fixed corrupt beautycase border texture. It worked, but baked-in shadows were messed up.
- Updated Traditional Chinese translation. Translated by BNS333@Curse.

![Imgur](https://i.imgur.com/yqJ7C6S.png)

## Version 100000.01

- Added 10.0.0 support;
Expand Down
14 changes: 8 additions & 6 deletions core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ local _G = getfenv(0)

-- Mine
E.CHANGELOG = [[
- Added 10.0.0 support;
- Added new "Info" panel to the config. It has links to various resourced including my Discord
server dedicated to LS: * addons;
- Renamed "Recipe" toasts to "Profession". Added profession skill line toasts;
- Updated "Collection" toasts;
- Updated embeds.
- Added an option to show poor quality quality items via common loot toasts. Thanks to Faqar@GitHub.
- Added leaf ornaments to achievement toasts. I can't re-enable Blizz achievement toasts, so as a
compromise I chose to make achievement toasts more unique. If you want them to stand out even more
create a separate anchor to display them.
- Fixed an issue where repeatedly testing toasts and flushing the queue would sometimes lock up the
addon.
- Fixed corrupt beautycase border texture. It worked, but baked-in shadows were messed up.
- Updated Traditional Chinese translation. Translated by BNS333@Curse.
]]

0 comments on commit 092baaf

Please sign in to comment.