Skip to content

Commit

Permalink
📜
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Sep 12, 2024
1 parent e4cc372 commit 9972d9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## Version 110002.01

- Added a workaround for buggy guild achievement spam. If your character is in a guild, the addon will add already
completed guild achievements to the blacklist on log in, you still will be able to see guild achievements if they're
earned for the first time. If you join a guild at some point, reload the UI, the achievement API is super laggy, so I
avoid rebuilding the blacklist during the actual game session.
- Added an option to disable tooltips on mouseover.

## Version 110000.02

- Fixed "[DNT] Worldsoul Memory Score" toasts.
Expand Down
6 changes: 5 additions & 1 deletion ls_Toasts/core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ local _G = getfenv(0)

-- Mine
E.CHANGELOG = [[
- Fixed "[DNT] Worldsoul Memory Score" toasts.
- Added a workaround for buggy guild achievement spam. If your character is in a guild, the addon will add already
completed guild achievements to the blacklist on log in, you still will be able to see guild achievements if they're
earned for the first time. If you join a guild at some point, reload the UI, the achievement API is super laggy, so I
avoid rebuilding the blacklist during the actual game session.
- Added an option to disable tooltips on mouseover.
]]

0 comments on commit 9972d9b

Please sign in to comment.